Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ptrace/
Date: Tue, 31 May 2022 09:01:37
Message-Id: 1653987648.2f06a9a38e25e0cfe4e821bdeeb23b080abfb4c1.sam@gentoo
1 commit: 2f06a9a38e25e0cfe4e821bdeeb23b080abfb4c1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 08:52:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 09:00:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f06a9a3
7
8 dev-python/python-ptrace: sync live; add Python 3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/python-ptrace/Manifest | 2 +-
13 dev-python/python-ptrace/python-ptrace-0.9.8.ebuild | 4 ++--
14 dev-python/python-ptrace/python-ptrace-9999.ebuild | 7 ++++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/python-ptrace/Manifest b/dev-python/python-ptrace/Manifest
18 index 1aeddbeb4e96..46a9b2f7cb21 100644
19 --- a/dev-python/python-ptrace/Manifest
20 +++ b/dev-python/python-ptrace/Manifest
21 @@ -1 +1 @@
22 -DIST python-ptrace-0.9.8.tar.gz 104079 BLAKE2B 3d387beca9c92c0e3bbd5cf2c9d2af447c233b631e894ce1af2cdc697a1a48e24a299bbc998cd187ac9ad0f45bfc886f476afdb69329d761e8730a047731126b SHA512 f50ba7d457bf20a161a99913a552f2e829e97975d7cfbf8cf5d89b4f2320772b537678f2e70b9aaa88341c4f01d4bf41f62683e913628db503152f3510a013a3
23 +DIST python-ptrace-0.9.8.gh.tar.gz 104079 BLAKE2B 3d387beca9c92c0e3bbd5cf2c9d2af447c233b631e894ce1af2cdc697a1a48e24a299bbc998cd187ac9ad0f45bfc886f476afdb69329d761e8730a047731126b SHA512 f50ba7d457bf20a161a99913a552f2e829e97975d7cfbf8cf5d89b4f2320772b537678f2e70b9aaa88341c4f01d4bf41f62683e913628db503152f3510a013a3
24
25 diff --git a/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild b/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild
26 index a97f40f69773..4822a8c9c7b5 100644
27 --- a/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild
28 +++ b/dev-python/python-ptrace/python-ptrace-0.9.8.ebuild
29 @@ -4,7 +4,7 @@
30 EAPI=8
31
32 DISTUTILS_USE_PEP517=setuptools
33 -PYTHON_COMPAT=( python3_{8..10} )
34 +PYTHON_COMPAT=( python3_{8..11} )
35
36 inherit distutils-r1
37
38 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
39 inherit git-r3
40 EGIT_REPO_URI="https://github.com/vstinner/python-ptrace"
41 else
42 - SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
43 + SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
44 KEYWORDS="~amd64 ~x86"
45 fi
46
47
48 diff --git a/dev-python/python-ptrace/python-ptrace-9999.ebuild b/dev-python/python-ptrace/python-ptrace-9999.ebuild
49 index c87c6168a30e..4822a8c9c7b5 100644
50 --- a/dev-python/python-ptrace/python-ptrace-9999.ebuild
51 +++ b/dev-python/python-ptrace/python-ptrace-9999.ebuild
52 @@ -3,18 +3,19 @@
53
54 EAPI=8
55
56 -PYTHON_COMPAT=( python3_{8..10} )
57 +DISTUTILS_USE_PEP517=setuptools
58 +PYTHON_COMPAT=( python3_{8..11} )
59
60 inherit distutils-r1
61
62 DESCRIPTION="A Python binding of ptrace library"
63 HOMEPAGE="https://github.com/vstinner/python-ptrace"
64
65 -if [[ ${PV} == "9999" ]]; then
66 +if [[ ${PV} == 9999 ]] ; then
67 inherit git-r3
68 EGIT_REPO_URI="https://github.com/vstinner/python-ptrace"
69 else
70 - SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
71 + SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
72 KEYWORDS="~amd64 ~x86"
73 fi