diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 11:13:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 11:18:40 +0200 |
commit | a8be2b1110ec5ad104576c9d502716c2d1174946 (patch) | |
tree | 3adeef0fc5499fa4e20c77709d2d1174fc525dcf /dev-python/alabaster | |
parent | dev-python/bleach: Remove old (diff) | |
download | gentoo-a8be2b1110ec5ad104576c9d502716c2d1174946.tar.gz gentoo-a8be2b1110ec5ad104576c9d502716c2d1174946.tar.bz2 gentoo-a8be2b1110ec5ad104576c9d502716c2d1174946.zip |
dev-python/alabaster: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/alabaster')
-rw-r--r-- | dev-python/alabaster/alabaster-0.7.12.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/alabaster/alabaster-0.7.12.ebuild b/dev-python/alabaster/alabaster-0.7.12.ebuild deleted file mode 100644 index 6f239988481c..000000000000 --- a/dev-python/alabaster/alabaster-0.7.12.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A configurable sidebar-enabled Sphinx theme" -HOMEPAGE="https://github.com/bitprophet/alabaster" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris" |