Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/
Date: Sat, 11 Sep 2021 06:50:28
Message-Id: 1631342987.8a3e9e9a2c15c07910376eb7ece81c7b17853ce2.arthurzam@gentoo
1 commit: 8a3e9e9a2c15c07910376eb7ece81c7b17853ce2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 06:47:58 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 06:49:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3e9e9a
7
8 dev-python/sphinx-bootstrap-theme: move to new v0.8.0 by upstream
9
10 A lot of changes to build system and a lot of extra changes, also
11 fixing the use_2to3 issue.
12
13 Closes: https://bugs.gentoo.org/812209
14 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
15
16 dev-python/sphinx-bootstrap-theme/Manifest | 1 +
17 .../sphinx-bootstrap-theme-0.8.0-r1.ebuild | 20 ++++++++++++++++++++
18 2 files changed, 21 insertions(+)
19
20 diff --git a/dev-python/sphinx-bootstrap-theme/Manifest b/dev-python/sphinx-bootstrap-theme/Manifest
21 index d5623c90f29..7513f3aef1a 100644
22 --- a/dev-python/sphinx-bootstrap-theme/Manifest
23 +++ b/dev-python/sphinx-bootstrap-theme/Manifest
24 @@ -1 +1,2 @@
25 +DIST sphinx-bootstrap-theme-0.8.0.gh.tar.gz 1229005 BLAKE2B c3d7c000007d1f8328c972f0aa4417d54b7c3ee239a094432770d09d955c97d5c9e001748a07b9f88525b97481218a1e6df24d16aa1c1045feb7c0fcb1496cd2 SHA512 471519ecf46c359a9c036b1ba15245b4a5d499263560dde7a7217a1a17a62e8f559359fd66de9c1f35c150314a68d62e3b9bcff8ff018bff909ece9284bb948f
26 DIST sphinx-bootstrap-theme-a6dfc6f9054f6b4cf3eb1acadf715a679ed53a7b.tar.gz 1227985 BLAKE2B 787d5975c8585a1fc428344e2788d92c75c0ea0b91671ab57ef3d636522feee4428e79f73f150792f83557765cd1192b863d92941dbb1e1e3bca17668988ab3a SHA512 eb8dd8e11cbf6cedf9487b6ff220550a24501df134fd1f0c3b680bbf5b573beda2a3bd7e023d6faab82b55bf08a6b66855efe554a3102cf0131c4c8ab7559cf9
27
28 diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0-r1.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0-r1.ebuild
29 new file mode 100644
30 index 00000000000..a04d407883e
31 --- /dev/null
32 +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0-r1.ebuild
33 @@ -0,0 +1,20 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
43 +HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html"
44 +# Latest version isn't on PyPI
45 +# https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/210
46 +SRC_URI="
47 + https://github.com/ryan-roemer/${PN}/archive/v${PV}.tar.gz
48 + -> ${P}.gh.tar.gz
49 +"
50 +
51 +LICENSE="MIT"
52 +SLOT="0"
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"