From 515600fafbc96ceaac5b7325672e60c16b275757 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Jan 2018 10:52:20 +0100 Subject: [PATCH] dev-python/w3lib: Clean old up --- dev-python/w3lib/Manifest | 2 -- dev-python/w3lib/w3lib-1.13.0.ebuild | 20 ------------------- dev-python/w3lib/w3lib-1.17.0.ebuild | 29 ---------------------------- 3 files changed, 51 deletions(-) delete mode 100644 dev-python/w3lib/w3lib-1.13.0.ebuild delete mode 100644 dev-python/w3lib/w3lib-1.17.0.ebuild diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest index da8a3a330698..9e4373d8270a 100644 --- a/dev-python/w3lib/Manifest +++ b/dev-python/w3lib/Manifest @@ -1,3 +1 @@ -DIST w3lib-1.13.0.tar.gz 36757 BLAKE2B 2c1d4f2f7771b9dc876ad554b0eb268f06ad70af039a6998815c26a48e5b87aadccc19f75b69647e9921d1cbad28602bc54da9562f193bbcdd70eae582c5fa9d SHA512 813a709ac20d5b7a3231a2f2f2336de574f1aa9eaa005bc60eb0e79d56a71f8ca88c6b793692eb26950c2310a23d27963b4bf36f8857bf6ecee9bda50fecee42 -DIST w3lib-1.17.0.tar.gz 30357 BLAKE2B 527683a9164321a1c1d4ccd668c54a6786d804ccb31df25bd3a7058acb7fe11aa1187dce279867cab4d374faf9d3f427ae5436fb8df4ed9996234d85b264ede9 SHA512 a131e1671e27d34c77ff62ce17aa1d28461d12b66e1fef4f4410d061f2a75ee4cdbbb447eea16c265ca6e4f1da2e72c8cf30f87fe1a92a8f3f70df036b4b2c96 DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7 diff --git a/dev-python/w3lib/w3lib-1.13.0.ebuild b/dev-python/w3lib/w3lib-1.13.0.ebuild deleted file mode 100644 index 57337fdd9ce2..000000000000 --- a/dev-python/w3lib/w3lib-1.13.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,3_5} 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}]" diff --git a/dev-python/w3lib/w3lib-1.17.0.ebuild b/dev-python/w3lib/w3lib-1.17.0.ebuild deleted file mode 100644 index a289b4082610..000000000000 --- a/dev-python/w3lib/w3lib-1.17.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) - -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="test" - -RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" - -python_test() { - py.test || die -} -- 2.26.2