diff options
-rw-r--r-- | net-zope/datetime/datetime-2.12.5.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-zope/datetime/datetime-2.12.5.ebuild b/net-zope/datetime/datetime-2.12.5.ebuild deleted file mode 100644 index cf1d1133fd8a..000000000000 --- a/net-zope/datetime/datetime-2.12.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/datetime/datetime-2.12.5.ebuild,v 1.1 2010/07/29 20:22:46 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="DateTime" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="DateTime data type from Zope 2" -HOMEPAGE="http://pypi.python.org/pypi/DateTime" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-python/pytz - net-zope/zope-interface" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${MY_PN}" |