diff options
Diffstat (limited to 'dev-python/python-dateutil/python-dateutil-1.0.ebuild')
-rw-r--r-- | dev-python/python-dateutil/python-dateutil-1.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-1.0.ebuild b/dev-python/python-dateutil/python-dateutil-1.0.ebuild deleted file mode 100644 index d4080e21d82a..000000000000 --- a/dev-python/python-dateutil/python-dateutil-1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.0.ebuild,v 1.2 2005/12/10 17:59:26 metalgod Exp $ - -inherit distutils - -DESCRIPTION="dateutil datetime math and logic library for python" -HOMEPAGE="http://labix.org/python-dateutil" -SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.bz2" - -LICENSE="PSF-2.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.3 - !<=dev-python/matplotlib-0.82" - -DOCS="NEWS example.py sandbox/rrulewrapper.py sandbox/scheduler.py" - -src_test() { - ${python} test.py -} |