diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-17 11:47:43 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-17 11:47:43 +0000 |
commit | e552c71483f809ce6e54e6cacfc136c934141c1a (patch) | |
tree | 09279659508e3240fc7d7b57cd370981efee1acc /dev-python/pytz | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #372601 (diff) | |
download | gentoo-2-e552c71483f809ce6e54e6cacfc136c934141c1a.tar.gz gentoo-2-e552c71483f809ce6e54e6cacfc136c934141c1a.tar.bz2 gentoo-2-e552c71483f809ce6e54e6cacfc136c934141c1a.zip |
ppc64 stable wrt #366659, drop old
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytz')
-rw-r--r-- | dev-python/pytz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pytz/pytz-2011d.ebuild | 46 | ||||
-rw-r--r-- | dev-python/pytz/pytz-2011e.ebuild | 4 |
3 files changed, 7 insertions, 49 deletions
diff --git a/dev-python/pytz/ChangeLog b/dev-python/pytz/ChangeLog index 1f8d60399990..8d24c226dd21 100644 --- a/dev-python/pytz/ChangeLog +++ b/dev-python/pytz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pytz # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.113 2011/06/23 15:28:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.114 2011/07/17 11:47:43 xarthisius Exp $ + + 17 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> -pytz-2011d.ebuild, + pytz-2011e.ebuild: + ppc64 stable wrt #366659, drop old 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> +pytz-2011d.ebuild: Bring back deleted file which was stable for ppc64 diff --git a/dev-python/pytz/pytz-2011d.ebuild b/dev-python/pytz/pytz-2011d.ebuild deleted file mode 100644 index 1fc1a98e01be..000000000000 --- a/dev-python/pytz/pytz-2011d.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2011d.ebuild,v 1.8 2011/06/23 15:28:42 hwoarang Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -RDEPEND="${DEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - distutils_src_prepare - - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} diff --git a/dev-python/pytz/pytz-2011e.ebuild b/dev-python/pytz/pytz-2011e.ebuild index 8d2e578d8e27..e51a57e1a5b3 100644 --- a/dev-python/pytz/pytz-2011e.ebuild +++ b/dev-python/pytz/pytz-2011e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2011e.ebuild,v 1.6 2011/05/28 13:48:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2011e.ebuild,v 1.7 2011/07/17 11:47:43 xarthisius Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools |