diff options
Diffstat (limited to 'dev-python/pytz/pytz-2009g.ebuild')
-rw-r--r-- | dev-python/pytz/pytz-2009g.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pytz/pytz-2009g.ebuild b/dev-python/pytz/pytz-2009g.ebuild deleted file mode 100644 index 6a00ebb352ee..000000000000 --- a/dev-python/pytz/pytz-2009g.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2009g.ebuild,v 1.9 2009/07/17 18:09:39 nixnut Exp $ - -NEED_PYTHON=2.3 -EAPI=2 - -inherit eutils distutils - -DESCRIPTION="World Timezone Definitions for Python" -HOMEPAGE="http://pytz.sourceforge.net/" -SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND=">=sys-libs/timezone-data-${PV}" -DEPEND="${RDEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - # use timezone-data zoneinfo - epatch "${FILESDIR}"/${PN}-2008i-zoneinfo.patch -} - -src_test() { - PYTHONPATH=. "${python}" pytz/tests/test_tzinfo.py || die "test failed" -} - -src_install() { - distutils_src_install - rm -rf "${D}"/usr/lib*/python*/site-packages/pytz/zoneinfo -} |