mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-python/glyphtools: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_10 )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Routines for extracting information from fontTools glyphs"
|
DESCRIPTION="Routines for extracting information from fontTools glyphs"
|
||||||
@@ -22,4 +22,6 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-restbuilder
|
|
||||||
|
distutils_enable_sphinx docs \
|
||||||
|
dev-python/sphinxcontrib-restbuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user