commit:     8b2c0f09044ec458d0faf4d4f3ab9ccbfb1a9784
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  9 15:13:18 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  9 15:13:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2c0f09

dev-python/glyphtools: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/glyphtools/glyphtools-0.8.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/glyphtools/glyphtools-0.8.0.ebuild 
b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
index 969681dc1..e46425ebb 100644
--- a/dev-python/glyphtools/glyphtools-0.8.0.ebuild
+++ b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Routines for extracting information from fontTools glyphs"
@@ -22,4 +22,6 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinxcontrib-restbuilder
+
+distutils_enable_sphinx docs \
+       dev-python/sphinxcontrib-restbuilder

Reply via email to