diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-17 09:44:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-17 09:44:37 +0200 |
commit | c866d3ba0a41fee582a979dd8816c4312c01f6dd (patch) | |
tree | 7a03c7f10803bc1be83f339b1f7b691a99481752 /dev-python/alabaster | |
parent | dev-python/sphinx: Remove old (diff) | |
download | gentoo-c866d3ba0a41fee582a979dd8816c4312c01f6dd.tar.gz gentoo-c866d3ba0a41fee582a979dd8816c4312c01f6dd.tar.bz2 gentoo-c866d3ba0a41fee582a979dd8816c4312c01f6dd.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/Manifest | 1 | ||||
-rw-r--r-- | dev-python/alabaster/alabaster-0.7.16.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest index 4a3d26e94d62..446bab999930 100644 --- a/dev-python/alabaster/Manifest +++ b/dev-python/alabaster/Manifest @@ -1,2 +1 @@ -DIST alabaster-0.7.16.tar.gz 23776 BLAKE2B b04d1e209b8891150f7fc20c70f9394f27bef9f42f9e8978e5d86de6e2cfc3f5020a6136e8920e6b1fe2ee42eaf14f8046c7acf850e1f1ae97a0b5307d1efa22 SHA512 2ef9d0c631bbd8d3a527e6f6c1e9d1a5533d9fad5e018c66f29b386cc788eee831083b67bb6e86b0ba66fdd78b12ddfc4e5ac15ca01f33d4a914d166a114c393 DIST alabaster-1.0.0.tar.gz 24210 BLAKE2B 286abb2cc70c65b266ba38bc34a8d3851df9ddf4e97817167af84253c77654b37d14534d9a1bfce9668b8114fe24c4c472f842621791bb31abc06aa3b45af795 SHA512 097755d8d5f8c818288f2bdea5ecb9217f4bbfbab238fb4e8f2e135d9a7777bb9a6056decabf709f8a255495d4269d92233bcdf73c6c9ec82e79f52d65849955 diff --git a/dev-python/alabaster/alabaster-0.7.16.ebuild b/dev-python/alabaster/alabaster-0.7.16.ebuild deleted file mode 100644 index ffe557953a3d..000000000000 --- a/dev-python/alabaster/alabaster-0.7.16.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="A configurable sidebar-enabled Sphinx theme" -HOMEPAGE=" - https://github.com/sphinx-doc/alabaster/ - https://pypi.org/project/alabaster/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris" |