Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/
Date: Sat, 27 Feb 2021 21:12:53
Message-Id: 1614460362.97c44bb61580523ec2a3b42b4ddbcbb8dae07e64.dilfridge@gentoo
1 commit: 97c44bb61580523ec2a3b42b4ddbcbb8dae07e64
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 17 23:15:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 21:12:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c44bb6
7
8 app-portage/mirrorselect: python3_9
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/19008
13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14
15 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 7 +++----
16 app-portage/mirrorselect/mirrorselect-9999.ebuild | 9 ++++-----
17 2 files changed, 7 insertions(+), 9 deletions(-)
18
19 diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
20 index ca385ae2c30..0b265a74e52 100644
21 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
22 +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
23 @@ -13,19 +13,18 @@ DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
24 HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect"
25 SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz
26 https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
27 - "
28 +"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -IUSE="ipv6"
33 -
34 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
35 +IUSE="ipv6"
36
37 RDEPEND="
38 dev-util/dialog
39 >=net-analyzer/netselect-0.4[ipv6(+)?]
40 >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
41 - "
42 +"
43
44 python_prepare_all() {
45 python_setup
46
47 diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
48 index dc5ffaaf50c..6f0ad3e3f06 100644
49 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
50 +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
51 @@ -1,9 +1,9 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI="7"
57
58 -PYTHON_COMPAT=( python3_{7,8} )
59 +PYTHON_COMPAT=( python3_{7,8,9} )
60 PYTHON_REQ_USE="xml"
61 DISTUTILS_USE_SETUPTOOLS=no
62
63 @@ -17,15 +17,14 @@ SRC_URI=""
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -IUSE=""
68 -
69 KEYWORDS=""
70 +IUSE=""
71
72 RDEPEND="
73 dev-util/dialog
74 >=net-analyzer/netselect-0.4[ipv6(+)]
75 ~dev-python/ssl-fetch-9999[${PYTHON_USEDEP}]
76 - "
77 +"
78
79 python_prepare_all() {
80 python_setup