diff options
Diffstat (limited to 'dev-python/pyrtf/pyrtf-0.45-r1.ebuild')
-rw-r--r-- | dev-python/pyrtf/pyrtf-0.45-r1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pyrtf/pyrtf-0.45-r1.ebuild b/dev-python/pyrtf/pyrtf-0.45-r1.ebuild new file mode 100644 index 00000000000..f53e5ccbc1d --- /dev/null +++ b/dev-python/pyrtf/pyrtf-0.45-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +MY_PN="PyRTF" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A set of Python classes that make it possible to produce RTF documents from Python programs" +HOMEPAGE="http://pyrtf.sourceforge.net http://pypi.python.org/pypi/PyRTF" +SRC_URI="mirror://sourceforge/$PN/${MY_P}.tar.gz" + +LICENSE="|| ( GPL-2 LGPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + python-single-r1_pkg_setup +} |