commit: 72f1649bd6d2be2b1d99cb26337081c0781a669b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 03:13:05 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 03:38:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f1649b
dev-python/sphinxygen: Bump to 1.0.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxygen/Manifest | 1 +
dev-python/sphinxygen/sphinxygen-1.0.12.ebuild | 36 ++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/sphinxygen/Manifest b/dev-python/sphinxygen/Manifest
index ccb0d0cf2e41..a61d62c0963b 100644
--- a/dev-python/sphinxygen/Manifest
+++ b/dev-python/sphinxygen/Manifest
@@ -1 +1,2 @@
DIST sphinxygen-v1.0.10.tar.bz2 16711 BLAKE2B
3915125ceb70e50bc9848216e5b98a7d17886184f9aa6838f18030bc8b57f464e305adb84c14e3bd758164973eb85afb76ada0b3928f95a4c6ea96517d6e3a1c
SHA512
8789962a76c770eb460b672d753c880574ad7abdf2e971053a8b1460efa166abf1689f4361db186b8a1e2fd91f6c4135d24bb7e413119d8d234f365b337e2c69
+DIST sphinxygen-v1.0.12.tar.bz2 16834 BLAKE2B
708a1908ddb2f6bbe66f794e935eb1a7aafc13f66bdee76e819d94730bcbe45e7f0e192274f5066bbd0fb7109751c2774779f3988a21a7bda455a63538f9d075
SHA512
ceb3cf4fa3a027e2840901db914b27324c2c0debc478ce564785d0d2736b902bbc0a56274364e6b570a2093617b7859bfecc893c0d564100300e45044627dace
diff --git a/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild
b/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild
new file mode 100644
index 000000000000..cb8fa3e81f40
--- /dev/null
+++ b/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+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/
+"
+SRC_URI="
+
https://gitlab.com/drobilla/sphinxygen/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86"
+
+RDEPEND="
+ app-text/doxygen
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest