mirror of
https://abf.rosa.ru/djam/python3-sphinx_rtd_theme.git
synced 2025-02-23 22:02:56 +00:00
Imported from SRPM
This commit is contained in:
commit
1a02da8c5d
2 changed files with 38 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sources:
|
||||||
|
sphinx_rtd_theme-0.1.9.tar.gz: 5ff7ea05d2f4172596f358cb9f89618e97a6107a
|
36
python3-sphinx_rtd_theme.spec
Normal file
36
python3-sphinx_rtd_theme.spec
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
%define module sphinx_rtd_theme
|
||||||
|
|
||||||
|
Name: python3-%{module}
|
||||||
|
Version: 0.1.9
|
||||||
|
Release: 1
|
||||||
|
Summary: Sphinx theme for readthedocs.org
|
||||||
|
Group: Development/Python
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/snide/sphinx_rtd_theme
|
||||||
|
Source0: https://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: pkgconfig(python3)
|
||||||
|
BuildRequires: python3egg(setuptools)
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is a prototype mobile-friendly sphinx theme for readthedocs.org.
|
||||||
|
It's currently in development and includes some rtd variable checks that
|
||||||
|
can be ignored if you're just trying to use it on your project outside
|
||||||
|
of that site.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -qn %{module}-%{version}
|
||||||
|
|
||||||
|
# Remove bundled egg-info
|
||||||
|
rm -rf %{module}.egg-info
|
||||||
|
|
||||||
|
%build
|
||||||
|
python3 setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
python3 setup.py install --skip-build --root %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.rst LICENSE
|
||||||
|
%{py3_puresitedir}/%{module}
|
||||||
|
%{py3_puresitedir}/%{module}-%{version}-py%{py3_ver}.egg-info
|
Loading…
Add table
Reference in a new issue