commit:     8da0555e6e9b235523463d22b758f2c491bd12e7
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 09:23:58 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 09:33:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da0555e

dev-python/Opcodes: PythonCompatUpdate & add sphinx doc

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../Opcodes/{Opcodes-0.3.14.ebuild => Opcodes-0.3.14-r1.ebuild}    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/Opcodes/Opcodes-0.3.14.ebuild 
b/dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild
similarity index 82%
rename from dev-python/Opcodes/Opcodes-0.3.14.ebuild
rename to dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild
index 78cd24fd1430..b4257018de20 100644
--- a/dev-python/Opcodes/Opcodes-0.3.14.ebuild
+++ b/dev-python/Opcodes/Opcodes-0.3.14-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=0f7c7d63f5e13ce5a89d9acc3934f1b6e247ec1f
@@ -23,3 +23,8 @@ KEYWORDS="~amd64"
 RESTRICT="test" # depends on an old version of werkzeug
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=readme.rst
+
+distutils_enable_sphinx sphinx \
+       dev-python/sphinx-bootstrap-theme

Reply via email to