Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8991443d75
!7 upgrade openEuler-22.03-LTS-Next python-sphinx-bootstrap-theme 0.8.1
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-27 11:07:38 +00:00
cherry530
c1e43d9fa2 Upgrade 0.8.1
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-10-27 14:52:39 +08:00
openeuler-ci-bot
7f0274536d
!5 解决在22.03-next-lts分支编译失败setup command: use_2to3 is invalid问题
Merge pull request !5 from penelope/openEuler-22.03-LTS-Next
2022-01-10 06:18:35 +00:00
penelope
30b9fc6cbb l 2022-01-08 14:22:37 +08:00
openeuler-ci-bot
cd68189d04 !3 remove python2 support, fix BuildRequires
From: @wangxiao65
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-11 21:31:41 +08:00
wangxiao65
e00ddf1b9a remove python2 support, fix BuildRequires 2020-09-11 20:08:39 +08:00
openeuler-ci-bot
37d373a4a0 !2 remove unused Requires
Merge pull request !2 from lkx690/master
2020-03-17 16:13:45 +08:00
lkx690
10afad7284 remove some requires 2020-03-14 22:22:53 +08:00
openeuler-ci-bot
71829b25ff !1 Package init
Merge pull request !1 from seki099/shijian
2020-03-12 10:19:52 +08:00
seki099
d894d4eb58 package init 2020-03-12 09:59:10 +08:00
2 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,67 @@
%global srcname sphinx-bootstrap-theme
Name: python-%{srcname}
Version: 0.8.1
Release: 1
Summary: Sphinx Bootstrap Theme
License: MIT and ASL 2.0
URL: http://ryan-roemer.github.com/%{srcname}
Source0: https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: web-assets-devel
%description
This Sphinx theme integrates the Bootstrap CSS/JavaScript framework with various layout options,
hierarchical menu navigation, and mobile-friendly responsive design.It is configurable, extensible,
and can use any number of different Bootswatch CSS themes.
%package -n python3-%{srcname}
Summary: Sphinx Bootstrap Theme
BuildRequires: python3-devel python3-setuptools
Requires: python3-sphinx
%{?python_provide:%python_provide python3-sphinx-bootstrap-theme}
%description -n python3-%{srcname}
This Sphinx theme integrates the Bootstrap CSS/JavaScript framework with various layout options,
hierarchicalmenunavigation,and mobile-friendly responsive design.It is configurable, extensible,
and can use any number of different Bootswatch CSS themes.
%package help
Summary: Help documentation for sphinx-bootstrap-theme
%description help
Help documentation for sphinx-bootstrap-theme.
%prep
%autosetup -n %{srcname}-%{version} -p1
rm -rf *.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-%{srcname}
%license LICENSE.txt
%{python3_sitelib}/sphinx_bootstrap_theme
%{python3_sitelib}/sphinx_bootstrap_theme-%{version}-py%{python3_version}.egg-info
%files help
%doc *.rst
%changelog
* Thu Oct 27 2022 xu_ping <xuping33@h-partners.com> - 0.8.1-1
- Upgrade python-sphinx-bootstrap-theme to 0.8.1
* Sat Jan 08 2022 yangping <yangping69@huawei.com> - 0.4.13-13
- fix use 2to3 is invalid
* Fri Sep 11 2020 wangxiao <wangxiao65@huawei.com> - 0.4.13-12
- Remove python2 support, fix BuildRequires
* Sat Mar 14 2020 likexin <likexin4@huawei.com> - 0.4.13-11
- Remove some requires
* Wed Mar 11 2020 shijian <shijian16@huawei.com> - 0.4.13-10
- Package init

Binary file not shown.