diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 11:04:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 11:07:11 +0000 |
commit | 139cc43bb1a0c17f5858c26751eb58fbbc2f7136 (patch) | |
tree | cb7e6dfda988db36d6505261cdef14a33efa243c /dev-python/flask-sphinx-themes | |
parent | net-irc/oragono: restrict tests (not available) (diff) | |
download | gentoo-139cc43bb1a0c17f5858c26751eb58fbbc2f7136.tar.gz gentoo-139cc43bb1a0c17f5858c26751eb58fbbc2f7136.tar.bz2 gentoo-139cc43bb1a0c17f5858c26751eb58fbbc2f7136.zip |
dev-python/flask-sphinx-themes: Revert "bump to 1.2.3"
This reverts commit 2a1447800d7cde8dba258e6ef0d253f8d86c2805.
I'd missed that dev-python/pallets-sphinx-themes exists
independently.
Closes: https://bugs.gentoo.org/774171
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r-- | dev-python/flask-sphinx-themes/Manifest | 1 | ||||
-rw-r--r-- | dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/flask-sphinx-themes/Manifest b/dev-python/flask-sphinx-themes/Manifest index 7a027c3403b7..25dff251dd97 100644 --- a/dev-python/flask-sphinx-themes/Manifest +++ b/dev-python/flask-sphinx-themes/Manifest @@ -1,2 +1 @@ DIST Flask-Sphinx-Themes-1.0.2.tar.gz 9066 BLAKE2B f4c67bf6c8e064a9d278779613182fa2139c83255b6e5c28adfd7d5e8df90c2203a6758dc22702b2d708d9876de029ff4e4d05daeb462dc8127bbb28a1392ac0 SHA512 55893b19f1c3da026e1e6d98143ccb4d2939da0d76e6530dd00f72ace6095d0fd038213a4ad02151a82670543634c6efe61a546df3ef90d71b1864914d36e2ac -DIST flask-sphinx-themes-1.2.3.tar.gz 19649 BLAKE2B 74240359cf950cbdc4bf2f7711b9e1ab75fb9464b48d4a08702e0fde3a9b7514abd9dd4acd843ddb0476a59630871c35b65feb9ad005586044ece4379c007e0c SHA512 2462bfd3ea1ff34e139628dac6cd102d9fc8b1fc76b5b85650c20baacdfcd811af834a1fefd1d15cf754a98ba1850c92ec30c532359921a0bce9d08fabf6d611 diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild deleted file mode 100644 index 4ed10ef1dd04..000000000000 --- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Sphinx Themes for Flask related projects and Flask itself" -HOMEPAGE="https://github.com/pallets/pallets-sphinx-themes https://pypi.org/project/Pallets-Sphinx-Themes" -SRC_URI="https://github.com/pallets/pallets-sphinx-themes/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/pallets-sphinx-themes-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" |