commit:     2f538ee47a04447a290380558ddde02cbdf3cfa8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 19:13:54 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 12 19:13:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f538ee4

dev-python/apipkg: enable py3.11

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/apipkg/apipkg-2.1.1.ebuild | 7 +++----
 1 file 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"

Reply via email to