diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-04-20 03:17:29 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-04-20 03:17:29 +0000 |
commit | fda12d31a0786db3b62ced8b50cd014ffb830024 (patch) | |
tree | 8a1fbb57113cd969c00e0ccf4ee5cde31f079660 /dev-python | |
parent | Remove mask on atheme-services as the 7.0 branch is now considered stable by ... (diff) | |
download | gentoo-2-fda12d31a0786db3b62ced8b50cd014ffb830024.tar.gz gentoo-2-fda12d31a0786db3b62ced8b50cd014ffb830024.tar.bz2 gentoo-2-fda12d31a0786db3b62ced8b50cd014ffb830024.zip |
Version bump. Set PYTHON_DEPEND=2.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/w3lib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/w3lib/w3lib-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/w3lib/w3lib-1.1.ebuild | 20 |
3 files changed, 29 insertions, 3 deletions
diff --git a/dev-python/w3lib/ChangeLog b/dev-python/w3lib/ChangeLog index abc46eaf8faa..bac3464b38e2 100644 --- a/dev-python/w3lib/ChangeLog +++ b/dev-python/w3lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/w3lib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.1 2012/02/21 12:57:23 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.2 2012/04/20 03:17:29 floppym Exp $ + +*w3lib-1.1 (20 Apr 2012) + + 20 Apr 2012; Mike Gilbert <floppym@gentoo.org> +w3lib-1.1.ebuild, + w3lib-1.0.ebuild: + Version bump. Set PYTHON_DEPEND=2. *w3lib-1.0 (21 Feb 2012) diff --git a/dev-python/w3lib/w3lib-1.0.ebuild b/dev-python/w3lib/w3lib-1.0.ebuild index 0fd9240bbd88..c290f29391d1 100644 --- a/dev-python/w3lib/w3lib-1.0.ebuild +++ b/dev-python/w3lib/w3lib-1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.0.ebuild,v 1.1 2012/02/21 12:57:23 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.0.ebuild,v 1.2 2012/04/20 03:17:29 floppym Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 -PYTHON_DEPEND="*" +PYTHON_DEPEND="2" RESTRICT_PYTHON_ABIS="3.*" inherit distutils diff --git a/dev-python/w3lib/w3lib-1.1.ebuild b/dev-python/w3lib/w3lib-1.1.ebuild new file mode 100644 index 000000000000..4a9684c0f2c5 --- /dev/null +++ b/dev-python/w3lib/w3lib-1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.1.ebuild,v 1.1 2012/04/20 03:17:29 floppym Exp $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS=1 +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="Python library of web-related functions" +HOMEPAGE="http://github.com/scrapy/w3lib" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |