mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-08 23:37:32 -07:00
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>
17 lines
427 B
Bash
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=""
|