diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 09:52:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 10:00:48 +0100 |
commit | 2f06a9a38e25e0cfe4e821bdeeb23b080abfb4c1 (patch) | |
tree | ac51c041f48f4e2bf5755af96d65b40f67e63da4 /dev-python/python-ptrace | |
parent | dev-python/websockets: x86 stable wrt bug #848687 (diff) | |
download | gentoo-2f06a9a38e25e0cfe4e821bdeeb23b080abfb4c1.tar.gz gentoo-2f06a9a38e25e0cfe4e821bdeeb23b080abfb4c1.tar.bz2 gentoo-2f06a9a38e25e0cfe4e821bdeeb23b080abfb4c1.zip |
dev-python/python-ptrace: sync live; add Python 3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/python-ptrace')
-rw-r--r-- | dev-python/python-ptrace/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-ptrace/python-ptrace-0.9.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-ptrace/python-ptrace-9999.ebuild | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/python-ptrace/Manifest b/dev-python/python-ptrace/Manifest index 1aeddbeb4e96..46a9b2f7cb21 100644 --- a/dev-python/python-ptrace/Manifest +++ b/dev-python/python-ptrace/Manifest @@ -1 +1 @@ -DIST python-ptrace-0.9.8.tar.gz 104079 BLAKE2B 3d387beca9c92c0e3bbd5cf2c9d2af447c233b631e894ce1af2cdc697a1a48e24a299bbc998cd187ac9ad0f45bfc886f476afdb69329d761e8730a047731126b SHA512 f50ba7d457bf20a161a99913a552f2e829e97975d7cfbf8cf5d89b4f2320772b537678f2e70b9aaa88341c4f01d4bf41f62683e913628db503152f3510a013a3 +DIST python-ptrace-0.9.8.gh.tar.gz 104079 BLAKE2B 3d387beca9c92c0e3bbd5cf2c9d2af447c233b631e894ce1af2cdc697a1a48e24a299bbc998cd187ac9ad0f45bfc886f476afdb69329d761e8730a047731126b SHA512 f50ba7d457bf20a161a99913a552f2e829e97975d7cfbf8cf5d89b4f2320772b537678f2e70b9aaa88341c4f01d4bf41f62683e913628db503152f3510a013a3 diff --git a/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild b/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild index a97f40f69773..4822a8c9c7b5 100644 --- a/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/vstinner/python-ptrace" else - SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64 ~x86" fi diff --git a/dev-python/python-ptrace/python-ptrace-9999.ebuild b/dev-python/python-ptrace/python-ptrace-9999.ebuild index c87c6168a30e..4822a8c9c7b5 100644 --- a/dev-python/python-ptrace/python-ptrace-9999.ebuild +++ b/dev-python/python-ptrace/python-ptrace-9999.ebuild @@ -3,18 +3,19 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A Python binding of ptrace library" HOMEPAGE="https://github.com/vstinner/python-ptrace" -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/vstinner/python-ptrace" else - SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64 ~x86" fi |