diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-12 22:13:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-12 22:13:54 +0300 |
commit | 2f538ee47a04447a290380558ddde02cbdf3cfa8 (patch) | |
tree | 1ad94cf7fdbecd44e194119a78a2c66842d466be /dev-python/apipkg | |
parent | dev-python/authres: enable py3.11 (diff) | |
download | gentoo-2f538ee47a04447a290380558ddde02cbdf3cfa8.tar.gz gentoo-2f538ee47a04447a290380558ddde02cbdf3cfa8.tar.bz2 gentoo-2f538ee47a04447a290380558ddde02cbdf3cfa8.zip |
dev-python/apipkg: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/apipkg')
-rw-r--r-- | dev-python/apipkg/apipkg-2.1.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/apipkg/apipkg-2.1.1.ebuild b/dev-python/apipkg/apipkg-2.1.1.ebuild index 3a05796a69c1..9e17f8dad123 100644 --- a/dev-python/apipkg/apipkg-2.1.1.ebuild +++ b/dev-python/apipkg/apipkg-2.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 @@ -15,10 +15,9 @@ HOMEPAGE=" https://pypi.org/project/apipkg/ " SRC_URI=" - https://github.com/pytest-dev/apipkg/archive/v${PV/_/}.tar.gz - -> ${MY_P}.gh.tar.gz + https://github.com/pytest-dev/apipkg/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz " -S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" |