From ed577cc23075ca2ab371dfda7550d48e21a47a50 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 29 Nov 2022 12:46:06 +0000 Subject: Adding metadata --- dev-python/w3lib/Manifest | 2 +- dev-python/w3lib/w3lib-1.22.0.ebuild | 19 ------------------- dev-python/w3lib/w3lib-2.1.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 dev-python/w3lib/w3lib-1.22.0.ebuild create mode 100644 dev-python/w3lib/w3lib-2.1.0.ebuild (limited to 'dev-python/w3lib') diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest index 35649499f647..adacabab340e 100644 --- a/dev-python/w3lib/Manifest +++ b/dev-python/w3lib/Manifest @@ -1,2 +1,2 @@ -DIST v1.22.0.tar.gz 42682 BLAKE2B 72e5a8f5313a5552d619c4d9ab3784f0575da46a23828ceeb0b4dd939607be2777f8d1e73fb98dc04aae3da2a8e6d48064ad4063ad3b178fa1d53e8eec345e1c SHA512 14e12726ca46a60d0a86f670f8b19415c2a6e304eeb9a152008a2d1ea81267ddc5ff36b47fdd308bb4764869ffff61e2c243c20cfe85f79a8eb7e31ba85d46dd DIST v2.0.1.tar.gz 43905 BLAKE2B 35d5ef1b326074a86f98341c50ed08f8ec8bc3e13433b7dc8ee6db453375fa0a1958f0f83d4274eeef89b95a177c3f92994c0927367c420d5a03c8400420cc91 SHA512 c4c1a00ad6d0c8f9a3a3a6581fb513328f89bfd9f797bf6289133580581c2579b04da8a2c815d14214bc0dbc87839de3d9f7949ad9398402312d3c522361414e +DIST v2.1.0.tar.gz 50706 BLAKE2B 95b27b84e22bbbffbf8c58eb76a7ddb920a22ec663ca79ea888d0ea7c2d40a5af17c29c6bd8641778f77e055492b281975a37870a3833e5627645d19f2e227f6 SHA512 a511711e8be7669e80e82bd3ccafa507a57a6f7755af4fab95bd27d3987507cc6ec73497af76ac316831e6f43d103aa98b71388452a83fc01ddbba1f40414bf3 diff --git a/dev-python/w3lib/w3lib-1.22.0.ebuild b/dev-python/w3lib/w3lib-1.22.0.ebuild deleted file mode 100644 index 37653970edde..000000000000 --- a/dev-python/w3lib/w3lib-1.22.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020-2021 by Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python library of web-related functions" -HOMEPAGE="https://github.com/scrapy/w3lib" -SRC_URI="https://github.com/scrapy/w3lib/archive/v${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/w3lib/w3lib-2.1.0.ebuild b/dev-python/w3lib/w3lib-2.1.0.ebuild new file mode 100644 index 000000000000..d12d9ef2be7d --- /dev/null +++ b/dev-python/w3lib/w3lib-2.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2022 by Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +inherit distutils-r1 + +DESCRIPTION="Python library of web-related functions" +HOMEPAGE="https://github.com/scrapy/w3lib" +SRC_URI="https://github.com/scrapy/w3lib/archive/v${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + tests/test_url.py::UrlTests::test_add_or_replace_parameter +) -- cgit v1.3.1