summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-08-15 03:20:52 +0000
committerIan Delaney <idella4@gentoo.org>2014-08-15 03:20:52 +0000
commit1743fecf0b0f859f16f064d0ad24a5e7267b650c (patch)
tree4ced7ee7d709a1adb015f64c9c63fc6745db1e0b /dev-python/w3lib
parentadd commented links to bugs filed upstream (diff)
downloadgentoo-2-1743fecf0b0f859f16f064d0ad24a5e7267b650c.tar.gz
gentoo-2-1743fecf0b0f859f16f064d0ad24a5e7267b650c.tar.bz2
gentoo-2-1743fecf0b0f859f16f064d0ad24a5e7267b650c.zip
bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/w3lib')
-rw-r--r--dev-python/w3lib/ChangeLog7
-rw-r--r--dev-python/w3lib/w3lib-1.8.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/w3lib/ChangeLog b/dev-python/w3lib/ChangeLog
index 0a96fcb6840f..67937f0e3fcb 100644
--- a/dev-python/w3lib/ChangeLog
+++ b/dev-python/w3lib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/w3lib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.9 2014/06/10 07:45:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.10 2014/08/15 03:20:52 idella4 Exp $
+
+*w3lib-1.8.0 (15 Aug 2014)
+
+ 15 Aug 2014; Ian Delaney <idella4@gentoo.org> +w3lib-1.8.0.ebuild:
+ bump
*w3lib-1.6 (10 Jun 2014)
diff --git a/dev-python/w3lib/w3lib-1.8.0.ebuild b/dev-python/w3lib/w3lib-1.8.0.ebuild
new file mode 100644
index 000000000000..2b456ce84aa6
--- /dev/null
+++ b/dev-python/w3lib/w3lib-1.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.8.0.ebuild,v 1.1 2014/08/15 03:20:52 idella4 Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+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=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"