commit: 4a0fc2eb30058476098e78c67b740eb85281c252
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 17:26:35 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 17:29:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0fc2eb
dev-python/PeachPy: enable python3_12, add doc
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{PeachPy-2022.11.13.ebuild => PeachPy-2022.11.13-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/PeachPy/PeachPy-2022.11.13.ebuild
b/dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild
similarity index 89%
rename from dev-python/PeachPy/PeachPy-2022.11.13.ebuild
rename to dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild
index 493cd83fb3e1..4406a6be2483 100644
--- a/dev-python/PeachPy/PeachPy-2022.11.13.ebuild
+++ b/dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
CommitId=349e8f836142b2ed0efeb6bb99b1b715d87202e9
@@ -24,6 +24,9 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
-BDEPEND=""
S="${WORKDIR}"/${PN}-${CommitId}
+
+DOCS=README.rst
+
+distutils_enable_sphinx sphinx