diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-19 19:36:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-19 19:36:55 +0000 |
commit | 5383361ae38c74a3fb9220d4a04bc192b410cf75 (patch) | |
tree | 2c9dd0ed73c666312760acf5ea2beae81885eba0 /dev-python/iso8601 | |
parent | Block new versions of Python. Patch by Arfrever. (diff) | |
download | historical-5383361ae38c74a3fb9220d4a04bc192b410cf75.tar.gz historical-5383361ae38c74a3fb9220d4a04bc192b410cf75.tar.bz2 historical-5383361ae38c74a3fb9220d4a04bc192b410cf75.zip |
Require Python 2. Patch by Arfrever.
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-python/iso8601')
-rw-r--r-- | dev-python/iso8601/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/iso8601/iso8601-0.1.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/iso8601/ChangeLog b/dev-python/iso8601/ChangeLog index 87ef6adbd16d..35b948c7b5d1 100644 --- a/dev-python/iso8601/ChangeLog +++ b/dev-python/iso8601/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/iso8601 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.1 2011/07/30 01:16:20 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.2 2011/08/19 19:36:55 hwoarang Exp $ + + 19 Aug 2011; Markos Chandras <hwoarang@gentoo.org> iso8601-0.1.4.ebuild: + Require Python 2. Patch by Arfrever. *iso8601-0.1.4 (30 Jul 2011) diff --git a/dev-python/iso8601/iso8601-0.1.4.ebuild b/dev-python/iso8601/iso8601-0.1.4.ebuild index 6775c0652331..4c45a4d46729 100644 --- a/dev-python/iso8601/iso8601-0.1.4.ebuild +++ b/dev-python/iso8601/iso8601-0.1.4.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4.ebuild,v 1.1 2011/07/30 01:16:20 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.4.ebuild,v 1.2 2011/08/19 19:36:55 hwoarang Exp $ EAPI=3 - +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS=1 +RESTRICT_PYTHON_ABIS="3.*" DISTUTILS_SRC_TEST="nosetests" inherit distutils |