python-sphinx-theme-alabaster/python-sphinx-theme-alabaster.spec
zhang-liang-pengkun 59bc710be0 Don't import deprecated module
Signed-off-by: zhang-liang-pengkun <zhangliangpengkun@xfusion.com>
2023-12-28 16:13:30 +08:00

84 lines
2.6 KiB
RPMSpec

name: python-sphinx-theme-alabaster
Version: 0.7.12
Release: 4
Summary: Configurable sidebar-enabled Sphinx theme
License: BSD
URL: https://pypi.python.org/pypi/alabaster
Source0: https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz
Patch0001: 0001-Declare-support-for-Python-3.8-only.patch
Patch0002: 0002-Nix-setup.cfg.patch
Patch0003: 0003-Don-t-import-deprecated-module.patch
BuildArch: noarch
BuildRequires: python2-devel python2-setuptools
%description
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
used in his Requests project), which was itself originally based on @mitsuhiko's
theme used for Flask & related projects.
%package -n python2-sphinx-theme-alabaster
Summary: Configurable sidebar-enabled Sphinx theme
%{?python_provide:%python_provide python2-sphinx-theme-alabaster}
%description -n python2-sphinx-theme-alabaster
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system.
It is Python 2+3 compatible.
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
Summary: Configurable sidebar-enabled Sphinx theme
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
%{?python_provide:%python_provide python%{python3_pkgversion}-sphinx-theme-alabaster}
%description -n python%{python3_pkgversion}-sphinx-theme-alabaster
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system.
It is Python 2+3 compatible.
%prep
%autosetup -n alabaster-%{version} -p1
rm -rf alabaster.egg-info
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python2-sphinx-theme-alabaster
%doc LICENSE README.rst
%{python2_sitelib}/alabaster-%{version}-py%{python2_version}.egg-info/
%{python2_sitelib}/alabaster/
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster
%doc LICENSE README.rst
%{python3_sitelib}/alabaster-%{version}-py%{python3_version}.egg-info/
%{python3_sitelib}/alabaster/
%changelog
* Thu Dec 28 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-4
- Don't import deprecated module
* Tue Dec 05 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-3
- Nix setup.cfg
* Thu Nov 16 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-2
- Declare support for Python 3.8+ only
* Tue Aug 04 2020 Yeqing Peng <pengyeqing@huawei.com> - 0.7.12-1
- update to 0.7.12
* Thu Nov 21 2019 Wanjiankang <wanjiankang@huawei.com> - 0.7.11-6
- Initial packaging