gentoo/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
Michał Górny 1133a3084b
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>
2020-07-30 23:32:29 +02:00

17 lines
427 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python3_6 )
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"
IUSE=""