dev-python/python-ptrace: style tweaks; PEP517; fix Manifest

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-05 04:23:23 +01:00
parent 466bac0094
commit dd17d06275
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
DIST python-ptrace-0.9.8.tar.gz 107064 BLAKE2B fedaf62f5f42816222dc5cf3be1d378a872ec981ed3f8f2ffd43f365baf34e093fec4bd6e62f5374b7e8aca786ef12ba7d73270332b40de99cb027bd656b3c1c SHA512 7bbb3ef2228d6f23d34170107b02793ed92f74257b5f2dcf4d96662ca09c9752ff971c7e810724fe9e6a7d914893597e03f67bd6a818af8ec1f63145f25f4c1b
DIST python-ptrace-0.9.8.tar.gz 104079 BLAKE2B 3d387beca9c92c0e3bbd5cf2c9d2af447c233b631e894ce1af2cdc697a1a48e24a299bbc998cd187ac9ad0f45bfc886f476afdb69329d761e8730a047731126b SHA512 f50ba7d457bf20a161a99913a552f2e829e97975d7cfbf8cf5d89b4f2320772b537678f2e70b9aaa88341c4f01d4bf41f62683e913628db503152f3510a013a3

View File

@@ -3,6 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -10,7 +11,7 @@ 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