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, 09 Oct 2021 19:25:08
Message-Id: 1633807489.e4d1688b7932de0881501b5743819ea1a552c760.arthurzam@gentoo
1 commit: e4d1688b7932de0881501b5743819ea1a552c760
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 19:22:42 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 19:24:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d1688b
7
8 dev-python/sphinx-bootstrap-theme: drop 0.8.0
9
10 Closes: https://bugs.gentoo.org/813915
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/sphinx-bootstrap-theme/Manifest | 1 -
14 .../sphinx-bootstrap-theme-0.8.0.ebuild | 28 ----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-python/sphinx-bootstrap-theme/Manifest b/dev-python/sphinx-bootstrap-theme/Manifest
18 index 7513f3aef1a..65cd3eb7849 100644
19 --- a/dev-python/sphinx-bootstrap-theme/Manifest
20 +++ b/dev-python/sphinx-bootstrap-theme/Manifest
21 @@ -1,2 +1 @@
22 DIST sphinx-bootstrap-theme-0.8.0.gh.tar.gz 1229005 BLAKE2B c3d7c000007d1f8328c972f0aa4417d54b7c3ee239a094432770d09d955c97d5c9e001748a07b9f88525b97481218a1e6df24d16aa1c1045feb7c0fcb1496cd2 SHA512 471519ecf46c359a9c036b1ba15245b4a5d499263560dde7a7217a1a17a62e8f559359fd66de9c1f35c150314a68d62e3b9bcff8ff018bff909ece9284bb948f
23 -DIST sphinx-bootstrap-theme-a6dfc6f9054f6b4cf3eb1acadf715a679ed53a7b.tar.gz 1227985 BLAKE2B 787d5975c8585a1fc428344e2788d92c75c0ea0b91671ab57ef3d636522feee4428e79f73f150792f83557765cd1192b863d92941dbb1e1e3bca17668988ab3a SHA512 eb8dd8e11cbf6cedf9487b6ff220550a24501df134fd1f0c3b680bbf5b573beda2a3bd7e023d6faab82b55bf08a6b66855efe554a3102cf0131c4c8ab7559cf9
24
25 diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
26 deleted file mode 100644
27 index e6a39e92176..00000000000
28 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -# Upstream decided to move the v0.8.0 tag to another commit
42 -# Restore the same git commit for old v0.8.0
43 -MY_COMMIT="a6dfc6f9054f6b4cf3eb1acadf715a679ed53a7b"
44 -
45 -DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
46 -HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html"
47 -# Latest version isn't on PyPI
48 -# https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/210
49 -SRC_URI="
50 - https://github.com/ryan-roemer/${PN}/archive/${MY_COMMIT}.tar.gz
51 - -> ${PN}-${MY_COMMIT}.tar.gz"
52 -S="${WORKDIR}/${PN}-${MY_COMMIT}"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
57 -
58 -BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"