From 8b2c0f09044ec458d0faf4d4f3ab9ccbfb1a9784 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 9 May 2023 20:13:18 +0500 Subject: [PATCH] dev-python/glyphtools: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 969681dc19..e46425ebbf 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