diff options
Diffstat (limited to 'dev-python/pyrtf/pyrtf-0.45.ebuild')
-rw-r--r-- | dev-python/pyrtf/pyrtf-0.45.ebuild | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/dev-python/pyrtf/pyrtf-0.45.ebuild b/dev-python/pyrtf/pyrtf-0.45.ebuild index 3ebb4e2c1403..916d0e32f8a1 100644 --- a/dev-python/pyrtf/pyrtf-0.45.ebuild +++ b/dev-python/pyrtf/pyrtf-0.45.ebuild @@ -1,20 +1,29 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrtf/pyrtf-0.45.ebuild,v 1.5 2009/12/28 21:19:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrtf/pyrtf-0.45.ebuild,v 1.6 2010/07/23 21:23:58 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils -MY_P=${P/pyrtf/PyRTF} -S="${WORKDIR}/${MY_P}" +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." +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" -HOMEPAGE="http://pyrtf.sourceforge.net" -KEYWORDS="amd64 ~ia64 ~ppc x86" -SLOT="0" LICENSE="|| ( GPL-2 LGPL-2 )" +SLOT="0" +KEYWORDS="amd64 ~ia64 ~ppc x86" IUSE="" DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${MY_PN}" |