summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 11:29:41 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 12:03:53 +0200
commit0928704a2edd677fedaeebfbe424c0b76b8d41d3 (patch)
tree88408b9eb9098938a1d81a49936fc384c2775120 /dev-python/semantic_version
parentdev-python/typing-extensions: Enable py3.11 (diff)
downloadgentoo-0928704a2edd677fedaeebfbe424c0b76b8d41d3.tar.gz
gentoo-0928704a2edd677fedaeebfbe424c0b76b8d41d3.tar.bz2
gentoo-0928704a2edd677fedaeebfbe424c0b76b8d41d3.zip
dev-python/semantic_version: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/semantic_version')
-rw-r--r--dev-python/semantic_version/semantic_version-2.9.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/semantic_version/semantic_version-2.9.0.ebuild b/dev-python/semantic_version/semantic_version-2.9.0.ebuild
index b164d12e692a..e97be79e489b 100644
--- a/dev-python/semantic_version/semantic_version-2.9.0.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.9.0.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Python library providing a few tools handling SemVer in Python"
-HOMEPAGE="https://pypi.org/project/semantic-version/"
+HOMEPAGE="
+ https://github.com/rbarrois/python-semanticversion/
+ https://pypi.org/project/semantic-version/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"