Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/
Date: Wed, 01 Mar 2023 01:16:59
Message-Id: 1677633379.508f106f029bf04710c053e0f5e898dbca27abae.cybertailor@gentoo
1 commit: 508f106f029bf04710c053e0f5e898dbca27abae
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Mar 1 01:15:58 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Wed Mar 1 01:16:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=508f106f
7
8 dev-python/w3lib: drop 1.22.0
9
10 Closes: https://bugs.gentoo.org/897598
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/w3lib/Manifest | 1 -
14 dev-python/w3lib/w3lib-1.22.0.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
18 index 824e552ba..06d1c7131 100644
19 --- a/dev-python/w3lib/Manifest
20 +++ b/dev-python/w3lib/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST w3lib-1.22.0.tar.gz 42682 BLAKE2B 72e5a8f5313a5552d619c4d9ab3784f0575da46a23828ceeb0b4dd939607be2777f8d1e73fb98dc04aae3da2a8e6d48064ad4063ad3b178fa1d53e8eec345e1c SHA512 14e12726ca46a60d0a86f670f8b19415c2a6e304eeb9a152008a2d1ea81267ddc5ff36b47fdd308bb4764869ffff61e2c243c20cfe85f79a8eb7e31ba85d46dd
23 DIST w3lib-2.0.1.tar.gz 43324 BLAKE2B cb3b16da08b37ff224a94c37987fab3da752490eec081dece6c9576067590e0012585f9c26d0af2bb86c99fc6ba0cf47213cb32d51847513ee1d35bf48bdb66b SHA512 6d271d1d2858f2aef843cb3e99ca46cadef3d866f920a55696d7189c8b7da3ca3f9adbb066272301c9b5332a414ff4554222a044efa58ec622be8a3da79c04e3
24 DIST w3lib-2.1.1.tar.gz 48471 BLAKE2B f510cb66c19c56260d7c196d46a2d44a5f8eb3e0204869f9ccd68b84dbdfdd5f4a8ec731b1c4c3f8d2e0549fba4dac3877200c9018b55ae6f454a2c2518df872 SHA512 f720ec4ded534474ef8f18df388fdaad56ccd48de797c0ec6145737479bc3d589a0e376316aab08c5f4ffe5f0fa07a383d655e3feedc1d1ba51c4cf9ee9639ac
25
26 diff --git a/dev-python/w3lib/w3lib-1.22.0.ebuild b/dev-python/w3lib/w3lib-1.22.0.ebuild
27 deleted file mode 100644
28 index 1693f3352..000000000
29 --- a/dev-python/w3lib/w3lib-1.22.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Library of web-related functions"
41 -HOMEPAGE="https://scrapy.org/"
42 -SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT=0
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
49 -
50 -distutils_enable_tests pytest
51 -
52 -EPYTEST_DESELECT=(
53 - # https://github.com/scrapy/w3lib/issues/164
54 - tests/test_url.py::UrlTests::test_add_or_replace_parameter
55 -)