Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/
Date: Sat, 06 Nov 2021 18:17:17
Message-Id: 1636222628.4a1bdeff714c9066597276ca23d49852eb992c8c.quentin@gentoo
1 commit: 4a1bdeff714c9066597276ca23d49852eb992c8c
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Wed Nov 3 18:16:50 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sat Nov 6 18:17:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4a1bdeff
7
8 dev-lang/python: Updated to 3.9.7_p1 + remove old version
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/libressl/pull/364
12 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
13
14 dev-lang/python/Manifest | 6 +++---
15 dev-lang/python/{python-3.9.6_p2.ebuild => python-3.9.7_p1.ebuild} | 3 ++-
16 2 files changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
19 index 33721f4..48196cf 100644
20 --- a/dev-lang/python/Manifest
21 +++ b/dev-lang/python/Manifest
22 @@ -1,3 +1,3 @@
23 -DIST Python-3.9.6.tar.xz 19051972 BLAKE2B 0d8586b2935088eeab7138cf2210c1a74f1bf7359359d25750af5f69de55eb39c92f518b887a8b749c772ed7d33e85b912928ae6d878514eb58d85ef210f54f0 SHA512 01c529e3207738d8771caeb5ed6217e10745c21aa39832fe3185e1c87fdb6aedead97ce38dbb11e02d873654028bd8071c3f345c18452769520723284efe9dc1
24 -DIST Python-3.9.6.tar.xz.asc 833 BLAKE2B 41901bfb80a901f2f14e86769e6d08ded8f75656d347201345183162e180e61442da871a1067572a54da579551166a19bf5436e51581bb10cb78afc4d28773fc SHA512 0673c8833f302c829bfde97453c52744f6aa99b4a72520f4cc384d4aa9d6ffd28a1407ceafb0a1ec4462b3aa74b656bf39c67872c4e6a131429ea58c47ad0ecc
25 -DIST python-gentoo-patches-3.9.6_p2.tar.xz 14720 BLAKE2B e14634229b65a29f5294694949c138bfa6146810349d1207a07d84eeca529571eb9c760b58ddbe6e8d96d50d1a3e0d1dfe42328c53c977a9eeb22ecd553317dc SHA512 5d84b8bb4e5584e3ef8e6298af000e772240ad93ed0aaadf1d785db947f1e79aecae7313b8dbeb65849212c9930e683be6e18e42ef6c41a3c27d60f75df08a01
26 +DIST Python-3.9.7.tar.xz 19123232 BLAKE2B 69dfba6974c8c74de1b71977d28cad4d7c26615695f48a99444d2eb83d657b4bd8d22e7f6e94b1b2dcbcc5605c0aee08c609b9564e306f48588e2a7f471209b2 SHA512 55139776ab58a40f9e1e70613d7071d559ef9e51e32a77791422aac134322c21a49f0348c42813214b69789c589367eae43e16d4ae838a73daf37617e966b735
27 +DIST Python-3.9.7.tar.xz.asc 833 BLAKE2B 2d9c47e47d9a625e393a8b456dd5b10dd485fc13ca7c236b5fd304c373879bea8ab3c67ff99c3a81350443f6ccba20718466a221a05faada6b82cfe92943fdbf SHA512 7ff9f845f520efab3b4a0e95da3ffe055ee5777a4173a5b2cc1fd2419dc2b4faf30d1e711e372df36e34bc971ecfcde88a7cd815cfe2d8080ccb575a1ae8e101
28 +DIST python-gentoo-patches-3.9.7_p1.tar.xz 14444 BLAKE2B c976beb1205b0b777ff3375f538758bf28443bcf4c953fe161545791763da043e32582c398ec8151478afc40e53f963e080d29420066305c12963c953887e4b8 SHA512 283c8975885f9306e46a0047219f3a70e1000f3401affb0b55cde976be6fb6df2f1c13f4e05a479e72e0731d683fef9b22413f7cd320298295a31b19c8915b3d
29
30 diff --git a/dev-lang/python/python-3.9.6_p2.ebuild b/dev-lang/python/python-3.9.7_p1.ebuild
31 similarity index 99%
32 rename from dev-lang/python/python-3.9.6_p2.ebuild
33 rename to dev-lang/python/python-3.9.7_p1.ebuild
34 index fa8fbe4..c0af556 100644
35 --- a/dev-lang/python/python-3.9.6_p2.ebuild
36 +++ b/dev-lang/python/python-3.9.7_p1.ebuild
37 @@ -15,7 +15,7 @@ PATCHSET="python-gentoo-patches-${MY_PV}"
38 DESCRIPTION="An interpreted, interactive, object-oriented programming language"
39 HOMEPAGE="https://www.python.org/"
40 SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz
41 - https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
42 + https://dev.gentoo.org/~floppym/python/${PATCHSET}.tar.xz
43 verify-sig? (
44 https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc
45 )"
46 @@ -56,6 +56,7 @@ DEPEND="${RDEPEND}
47 bluetooth? ( net-wireless/bluez )
48 test? ( app-arch/xz-utils[extra-filters(+)] )"
49 BDEPEND="
50 + virtual/awk
51 virtual/pkgconfig
52 sys-devel/autoconf-archive
53 verify-sig? ( app-crypt/openpgp-keys-python )