diff options
author | 2012-07-03 19:45:02 +0000 | |
---|---|---|
committer | 2012-07-03 19:45:02 +0000 | |
commit | 49c68a2bce3eb3d5de65e4adea4d9be1bfbd63c5 (patch) | |
tree | 3d2775cd240a8a8616066ad0d3172d4e400b6b23 /dev-python | |
parent | Drop unzip dep per Arfrever. (diff) | |
download | gentoo-2-49c68a2bce3eb3d5de65e4adea4d9be1bfbd63c5.tar.gz gentoo-2-49c68a2bce3eb3d5de65e4adea4d9be1bfbd63c5.tar.bz2 gentoo-2-49c68a2bce3eb3d5de65e4adea4d9be1bfbd63c5.zip |
Simplify PYTHON_DEPEND per Arfrever.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/whoosh/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/whoosh/whoosh-2.4.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/whoosh/ChangeLog b/dev-python/whoosh/ChangeLog index 51df1dca805e..f9320e3e768a 100644 --- a/dev-python/whoosh/ChangeLog +++ b/dev-python/whoosh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/whoosh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.3 2012/06/29 16:50:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.4 2012/07/03 19:45:02 floppym Exp $ + + 03 Jul 2012; Mike Gilbert <floppym@gentoo.org> whoosh-2.4.1.ebuild: + Simplify PYTHON_DEPEND per Arfrever. 29 Jun 2012; Anthony G. Basile <blueness@gentoo.org> whoosh-2.4.1.ebuild: Correct PYTHON_DEPEND @@ -91,4 +94,3 @@ +Whoosh-0.1.24.ebuild, +Whoosh-0.2.6.ebuild, +metadata.xml: New ebuilds for dev-python/Whoosh (bug #281095), one for current version and the other for 0.1 branch required by django-haystack. - diff --git a/dev-python/whoosh/whoosh-2.4.1.ebuild b/dev-python/whoosh/whoosh-2.4.1.ebuild index ae1be05e7713..396555376af1 100644 --- a/dev-python/whoosh/whoosh-2.4.1.ebuild +++ b/dev-python/whoosh/whoosh-2.4.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.4.1.ebuild,v 1.2 2012/06/29 16:50:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.4.1.ebuild,v 1.3 2012/07/03 19:45:02 floppym Exp $ EAPI="3" -PYTHON_DEPEND="2:2.6 3:3.1" +PYTHON_DEPEND="*:2.6" SUPPORT_PYTHON_ABIS="1" DISTUTILS_SRC_TEST="setup.py" PYTHON_MODNAME="whoosh" |