commit:     e8955b85cfd6e0a3a9d371a6e88fa6e6da3e15f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 07:21:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  3 07:21:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8955b85

media-video/openshot: enable py3.11

Closes: https://bugs.gentoo.org/897052
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/openshot/openshot-2.6.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/openshot/openshot-2.6.1.ebuild 
b/media-video/openshot/openshot-2.6.1.ebuild
index 386e2df7ba2c..a013ab34e233 100644
--- a/media-video/openshot/openshot-2.6.1.ebuild
+++ b/media-video/openshot/openshot-2.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="xml(+)"
 DISTUTILS_SINGLE_IMPL=1
 
@@ -44,12 +44,12 @@ python_compile_all() {
        use doc && emake -C doc html
 }
 
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/_build/html/. )
-       distutils-r1_python_install_all
-}
-
 python_test() {
        distutils_install_for_testing
        "${EPYTHON}" src/tests/query_tests.py -v --platform minimal || die
 }
+
+python_install_all() {
+       use doc && local HTML_DOCS=( doc/_build/html/. )
+       distutils-r1_python_install_all
+}

Reply via email to