2016-05-12 09:28:38 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2014-09-30 17:39:15 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-09-30 17:39:15 +04:00
|
|
|
|
|
|
|
EAPI=5
|
2016-05-12 09:28:38 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
|
2014-09-30 17:39:15 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="RSS feed generator written in Python"
|
2015-08-24 15:02:01 +03:00
|
|
|
HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html https://pypi.python.org/pypi/PyRSS2Gen"
|
2014-09-30 17:39:15 +04:00
|
|
|
SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2015-02-12 19:39:26 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-09-30 17:39:15 +04:00
|
|
|
IUSE=""
|