commit:     598f9768b5a8d5a95736449a74c1f40c5e6fb183
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 00:05:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 00:20:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598f9768

dev-python/sphinx-epytext: PEP517, enable py3.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild 
b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild
new file mode 100644
index 000000000000..08074070af3e
--- /dev/null
+++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx epytext extension"
+HOMEPAGE="https://pypi.org/project/sphinx-epytext/ 
https://github.com/jayvdb/sphinx-epytext";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"

Reply via email to