summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 20:36:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 21:15:22 +0200
commitac739d8678cb2b4a2dced24083ba9f07a086f189 (patch)
tree3c9b6b7f53d06657d86eff1b4c14d7f9465b157f /dev-python/w3lib/w3lib-1.11.0.ebuild
parentdev-python/netifaces: Clean old versions up (diff)
downloadgentoo-ac739d8678cb2b4a2dced24083ba9f07a086f189.tar.gz
gentoo-ac739d8678cb2b4a2dced24083ba9f07a086f189.tar.bz2
gentoo-ac739d8678cb2b4a2dced24083ba9f07a086f189.zip
dev-python/w3lib: Clean old versions up
Diffstat (limited to 'dev-python/w3lib/w3lib-1.11.0.ebuild')
-rw-r--r--dev-python/w3lib/w3lib-1.11.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/w3lib/w3lib-1.11.0.ebuild b/dev-python/w3lib/w3lib-1.11.0.ebuild
deleted file mode 100644
index 4876b7c5920c..000000000000
--- a/dev-python/w3lib/w3lib-1.11.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library of web-related functions"
-HOMEPAGE="https://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}]"