Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyRSS2Gen/
Date: Thu, 30 Jul 2020 21:32:35
Message-Id: 1596144749.1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24.mgorny@gentoo
1 commit: 1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 21:29:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 21:32:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1133a308
7
8 dev-python/PyRSS2Gen: Revert "enable Py3.7/3.8"
9
10 The package has not been tested on py3.7/3.8 and the support has been
11 added as part of drive-by commit by a person not interested in becoming
12 the maintainer. Finally it has no py3.7+ revdeps, therefore keeping
13 untested py3.7+ here is entirely counter-productive.
14
15 Reverts: 59552ffbcb674a84fb1cb4dc1adf8715191d1eec
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 .../PyRSS2Gen/{PyRSS2Gen-1.1-r1.ebuild => PyRSS2Gen-1.1.ebuild} | 7 +++----
19 1 file changed, 3 insertions(+), 4 deletions(-)
20
21 diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
22 similarity index 84%
23 rename from dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
24 rename to dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
25 index b8aae6657b2..2c5e40a8cba 100644
26 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
27 +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
28 @@ -1,10 +1,8 @@
29 # Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=7
33 -PYTHON_COMPAT=( python3_{6,7,8} )
34 -
35 -DISTUTILS_USE_SETUPTOOLS=no
36 +EAPI=5
37 +PYTHON_COMPAT=( python3_6 )
38
39 inherit distutils-r1
40
41 @@ -15,3 +13,4 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz"
42 LICENSE="BSD"
43 SLOT="0"
44 KEYWORDS="amd64 x86"
45 +IUSE=""