gentoo/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
Michał Górny 04c6b5df8a
dev-python/PyRSS2Gen: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-05 20:53:27 +01: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=""