diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-10 10:04:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-10 10:05:57 +0100 |
commit | f5a3d88e731ba1dacbe84069facf8657dd3b8c4c (patch) | |
tree | 8864e5d7c2d2ac009bbc880b13bce79909d30643 /dev-python/funcparserlib/funcparserlib-1.0.1.ebuild | |
parent | dev-python/virtualenv: Stabilize 20.16.7 ALLARCHES, #885271 (diff) | |
download | gentoo-f5a3d88e731ba1dacbe84069facf8657dd3b8c4c.tar.gz gentoo-f5a3d88e731ba1dacbe84069facf8657dd3b8c4c.tar.bz2 gentoo-f5a3d88e731ba1dacbe84069facf8657dd3b8c4c.zip |
dev-python/funcparserlib: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/funcparserlib/funcparserlib-1.0.1.ebuild')
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-1.0.1.ebuild | 9 |
1 files 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 |