diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-12-16 20:57:48 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-12-16 20:57:48 +0100 |
commit | e65868b9b52e4cc2999ee4cb672c0475de1f06d6 (patch) | |
tree | b833723db58993c9d30fbba9e066b24653a5c94f /dev-python/sphinxygen | |
parent | dev-python/sphinxygen: fix tests (diff) | |
download | gentoo-e65868b9b52e4cc2999ee4cb672c0475de1f06d6.tar.gz gentoo-e65868b9b52e4cc2999ee4cb672c0475de1f06d6.tar.bz2 gentoo-e65868b9b52e4cc2999ee4cb672c0475de1f06d6.zip |
dev-python/sphinxygen: dropped obsolete 1.0.4
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-python/sphinxygen')
-rw-r--r-- | dev-python/sphinxygen/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxygen/sphinxygen-1.0.4.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/sphinxygen/Manifest b/dev-python/sphinxygen/Manifest index 7f04c09dbb60..03bc9c9524d9 100644 --- a/dev-python/sphinxygen/Manifest +++ b/dev-python/sphinxygen/Manifest @@ -1,2 +1 @@ DIST sphinxygen-1.0.4.gh.tar.gz 17706 BLAKE2B 48c99ba80ebdc9f2ed9ef147d8d7c4f0deb7d4e1118ff6969cf510a0a10bc2335fa9ba91fb38caf60b8770a023e7a0730efa0a5606726dd1d0292650374d9271 SHA512 38ac258850fe6ab38e88c7b59d41e1400b89b13443862a0a9e7c7d1a2e3b887660f1cb17ce94737bc6366025172b40a50da0107d970120610fc9410f41c3250c -DIST sphinxygen-1.0.4.tar.gz 13732 BLAKE2B 1b2f957bcacea9acf287263c4054199759bbe19f3d90fa85a143c5e85a2e383837936d72c6c1e57257d2d586722cfccab7fd38083ae6709553e5e6400273d549 SHA512 3094e3f9c5c50bf4e6a8332acf7147fa8b5e0a32c3dc49bf9786b6684e7e60b08971c52c46d4413ab23cd0b4bcd1cf02c924cdad51b7e1da29c1e747880c6f96 diff --git a/dev-python/sphinxygen/sphinxygen-1.0.4.ebuild b/dev-python/sphinxygen/sphinxygen-1.0.4.ebuild deleted file mode 100644 index a9861725c82c..000000000000 --- a/dev-python/sphinxygen/sphinxygen-1.0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python module/script that generates Sphinx markup to describe a C API" -HOMEPAGE=" - https://gitlab.com/drobilla/sphinxygen - https://pypi.org/project/sphinxygen/ -" - -SLOT="0" -LICENSE="ISC" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" - -distutils_enable_tests pytest |