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