commit:     f5a3d88e731ba1dacbe84069facf8657dd3b8c4c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 09:04:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 09:05:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a3d88e

dev-python/funcparserlib: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/funcparserlib/funcparserlib-1.0.1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild 
b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild
index 2648fecf740c..9f32169c7b4e 100644
--- a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+
 inherit distutils-r1
 
 DESCRIPTION="Recursive descent parsing library based on functional combinators"
-HOMEPAGE="https://pypi.org/project/funcparserlib/
-       https://github.com/vlasovskikh/funcparserlib";
+HOMEPAGE="
+       https://github.com/vlasovskikh/funcparserlib/
+       https://pypi.org/project/funcparserlib/
+"
 SRC_URI="
        https://github.com/vlasovskikh/funcparserlib/archive/${PV}.tar.gz
                -> ${P}.gh.tar.gz

Reply via email to