summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-03-21 12:49:57 +0000
committerIan Delaney <idella4@gentoo.org>2013-03-21 12:49:57 +0000
commit8be4d158ecfd74feea8981eae1d00bb0e22c926b (patch)
tree2bf0bd5afd00d9872448a250f3b2569a4c72c8fd /dev-python
parentvirtual/awk: Keyword for ~-linux (diff)
downloadgentoo-2-8be4d158ecfd74feea8981eae1d00bb0e22c926b.tar.gz
gentoo-2-8be4d158ecfd74feea8981eae1d00bb0e22c926b.tar.bz2
gentoo-2-8be4d158ecfd74feea8981eae1d00bb0e22c926b.zip
migration revbump
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/w3lib/ChangeLog9
-rw-r--r--dev-python/w3lib/w3lib-1.2-r1.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/w3lib/ChangeLog b/dev-python/w3lib/ChangeLog
index 40c1f7a06b39..e5c52f01eb88 100644
--- a/dev-python/w3lib/ChangeLog
+++ b/dev-python/w3lib/ChangeLog
@@ -1,6 +1,11 @@
# 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.3 2012/06/28 07:46:40 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.4 2013/03/21 12:49:57 idella4 Exp $
+
+*w3lib-1.2-r1 (21 Mar 2013)
+
+ 21 Mar 2013; Ian Delaney <idella4@gentoo.org> +w3lib-1.2-r1.ebuild:
+ migration revbump
*w3lib-1.2 (28 Jun 2012)
diff --git a/dev-python/w3lib/w3lib-1.2-r1.ebuild b/dev-python/w3lib/w3lib-1.2-r1.ebuild
new file mode 100644
index 000000000000..fc5eec1e6583
--- /dev/null
+++ b/dev-python/w3lib/w3lib-1.2-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.2-r1.ebuild,v 1.1 2013/03/21 12:49:57 idella4 Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+
+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=""