summaryrefslogtreecommitdiff
path: root/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-30 23:29:56 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-30 23:32:29 +0200
commit1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24 (patch)
treec72bf07e51b6617c348a67d64302319c9b68353e /dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
parent85241eda03e146cbc9dbc350add018a1960af698 (diff)
downloadgentoo-1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24.tar.gz
gentoo-1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24.tar.bz2
gentoo-1133a3084b5d2d89519c0b9bdcf8dbf958a1ce24.zip
dev-python/PyRSS2Gen: Revert "enable Py3.7/3.8"
The package has not been tested on py3.7/3.8 and the support has been added as part of drive-by commit by a person not interested in becoming the maintainer. Finally it has no py3.7+ revdeps, therefore keeping untested py3.7+ here is entirely counter-productive. Reverts: 59552ffbcb674a84fb1cb4dc1adf8715191d1eec Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild')
-rw-r--r--dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
deleted file mode 100644
index b8aae6657b2b..000000000000
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="RSS feed generator written in Python"
-HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html https://pypi.org/project/PyRSS2Gen/"
-SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"