commit: e65868b9b52e4cc2999ee4cb672c0475de1f06d6
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 19:57:48 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 19:57:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65868b9
dev-python/sphinxygen: dropped obsolete 1.0.4
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-python/sphinxygen/Manifest | 1 -
dev-python/sphinxygen/sphinxygen-1.0.4.ebuild | 21 ---------------------
2 files changed, 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