From 0928704a2edd677fedaeebfbe424c0b76b8d41d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 May 2022 11:29:41 +0200 Subject: [PATCH] dev-python/semantic_version: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/semantic_version/semantic_version-2.9.0.ebuild | 7 +++++-- 1 file 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 b164d12e692ac..e97be79e489b3 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"