diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-30 11:19:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-30 11:19:18 +0100 |
commit | 62f67115b5c46134c34f88f4b1cbdacc19384c0a (patch) | |
tree | 0a76b14de203a4c23040e5665e39df8de9867745 /dev-python/w3lib | |
parent | 265dbe5dbc14c199299496c6db8fce3f76647015 (diff) |
gentoo resync : 30.09.2018
Diffstat (limited to 'dev-python/w3lib')
-rw-r--r-- | dev-python/w3lib/Manifest | 5 | ||||
-rw-r--r-- | dev-python/w3lib/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/w3lib/w3lib-1.18.0.ebuild | 20 | ||||
-rw-r--r-- | dev-python/w3lib/w3lib-1.19.0.ebuild | 20 |
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest deleted file mode 100644 index 56813abeedcb..000000000000 --- a/dev-python/w3lib/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7 -DIST w3lib-1.19.0.tar.gz 37989 BLAKE2B 4e33ae608c2cb7f924219e3e7fd752e7d4e473d7b9d8ba0994cc0d92d817a7f63645df502c440d1d37d347f0ca9791f3d46da3f9e92fb2c7be4592c4b77644ac SHA512 253a5fcbc93a6031156f43fbcf77e04654dd132a90f06bb2929ad372352514412b247d863b6fbe558553129746bc27965b7de56f80bfbcb828f0a53773b41eb7 -EBUILD w3lib-1.18.0.ebuild 490 BLAKE2B 43868c18642669cb6305752f4a3448a348c4168d79a79252ebb7f025075a58e70e8ba92891d2727b9d7f47fe1eab42822926a1b861f366e3609d94c6972c94af SHA512 18e3a49757822dc3f646cad3fa47eb91cdc85906d87f73feba336757e4b6ec5a2a324a5ed2dc6130be064c9183ae10a0b0b9037b6c748637ff30e21ce8369b8c -EBUILD w3lib-1.19.0.ebuild 475 BLAKE2B 658968f089573e3afcc65d0980b22704d1d886133fa4e517e686a479d4c300ecad1d8c1f9ec2a50853730eaa9926456d142ff16293c3134068fbba1e0f22872d SHA512 87069923d846892dd6d9e165dc2fbf9eba37fb661455421b6021900edf7a9f3724fa32af3cfde64f9fdff3112abd1ce8595018aae0627921b128b037bb6c5fb5 -MISC metadata.xml 457 BLAKE2B 3330b2292c818d9bc66cbfd91ec93655d0285003778c39e8acbe267f16f46dd175639f5c88f9cc388d7d856ce1c463da62131a548e0bed0075f0a5e79787fb7d SHA512 5136e07ca268ec52f678a36a8aa2fc254d74e104da0303b5427386bcddd86618f6a76383a4808cd7aff3e179294825f8b70458bc7341e062164ae78e5f5b2569 diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml deleted file mode 100644 index 75452b6af9f7..000000000000 --- a/dev-python/w3lib/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>maksbotan@gentoo.org</email> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">w3lib</remote-id> - <remote-id type="github">scrapy/w3lib</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/w3lib/w3lib-1.18.0.ebuild b/dev-python/w3lib/w3lib-1.18.0.ebuild deleted file mode 100644 index 6c572622b29f..000000000000 --- a/dev-python/w3lib/w3lib-1.18.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 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 ) - -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.19.0.ebuild b/dev-python/w3lib/w3lib-1.19.0.ebuild deleted file mode 100644 index c9ba06661319..000000000000 --- a/dev-python/w3lib/w3lib-1.19.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 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 ) - -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" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |