summaryrefslogtreecommitdiff
path: root/dev-python/w3lib
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:59:35 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:59:35 -0500
commita46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af (patch)
tree98303deb2a205a7f39cffa3a960c1762559c7a7d /dev-python/w3lib
parent8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (diff)
downloadbaldeagleos-repo-a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af.tar.gz
baldeagleos-repo-a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af.tar.xz
baldeagleos-repo-a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af.zip
Adding metadata
Diffstat (limited to 'dev-python/w3lib')
-rw-r--r--dev-python/w3lib/Manifest4
-rw-r--r--dev-python/w3lib/metadata.xml7
-rw-r--r--dev-python/w3lib/w3lib-2.3.1.ebuild12
-rw-r--r--dev-python/w3lib/w3lib-2.4.0.ebuild24
4 files changed, 35 insertions, 12 deletions
diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
index d3849077adb3..f64891eba3f1 100644
--- a/dev-python/w3lib/Manifest
+++ b/dev-python/w3lib/Manifest
@@ -1 +1,5 @@
DIST w3lib-2.3.1.tar.gz 49531 BLAKE2B b5409de02fd965fb214b19f3c3a47c2f4a303dee4343f9994aea361ae857d7ca49ef02c1233cefb0487ffddd6d85731d9ba4fde33a94419eaead40df43b3d547 SHA512 b65d5773aa35e2d2e95a395f25c9a9520d1143569faa94d000f01fa0a17258bcbdc2f1cf744c70be26a7e3e77d50deac9d09e572284bdd0e5e3d483ba7d4fee7
+DIST w3lib-2.4.0.tar.gz 48302 BLAKE2B 229d3bf06f8bd14480a62497317bc65cb9151ef3a21e49da329ab27fa4e07f22e2d600310cc19543112efed46dc5b56da30abe998c87a08489a2cfce66059cb6 SHA512 283f3b9995b90b7152e1b5b36ed24082e2b53a84382f7384943c1580ecbf55cd0b473a7f9303bcddb5b7698ba504e443148d51b55c3d94df4895e797d7d1ad25
+EBUILD w3lib-2.3.1.ebuild 557 BLAKE2B 5276e6965d7af98b90095e8658809533b7c88160ae6309a30c7b792fc5749a4ea97dc82abba7ee9db4fd0f87e938c1a34a77fb9651f7ed3bd280040ddfc4d96d SHA512 b5a9273e5d8d53b58a9327be4cada0f357123bb4834f955b12278e5e50ff0e8b3769caf2b0e5fadc5c0f4da5614a234db351e73b953fd0d4105ad4225e53aff5
+EBUILD w3lib-2.4.0.ebuild 525 BLAKE2B 905770c0087e0aa9e551e223ed63895d062f8a1b8ac1cbc820466fcafaf01ac2fb48f0ee227819f94773e3ad56f3cf907f36653a94affd79c6d85a4fad6679db SHA512 9564ba8fb151c926ee0e2a0239942a208f898311eeb86a10b47c25c745ef054044f2e42cc0a37b9a66c920ffe4e5539c40c299a2395f6c79aa2ca8507204772b
+MISC metadata.xml 436 BLAKE2B a4030d30a4d535c1057f32ae86382711a2241294ae6a6dde9f50c47042150a20f30aa3faa47ddc1d0d20de3d13e9d18fc2fa732ec0aab84f0267154b5daf3b47 SHA512 f10a3de829456a953b62534c5f1c81afa9bc790811080f5f501e2167a26fc1383879e4a279324fbef7351ffd1deae8d46a49d821e2e54b360035336a6afe4e36
diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml
index ab006e8dce6b..af1d8a138323 100644
--- a/dev-python/w3lib/metadata.xml
+++ b/dev-python/w3lib/metadata.xml
@@ -2,8 +2,11 @@
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
</maintainer>
+ <upstream>
+ <bugs-to>https://github.com/scrapy/w3lib/issues</bugs-to>
+ </upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/dev-python/w3lib/w3lib-2.3.1.ebuild b/dev-python/w3lib/w3lib-2.3.1.ebuild
index dc1c18061b11..db260aad8bd6 100644
--- a/dev-python/w3lib/w3lib-2.3.1.ebuild
+++ b/dev-python/w3lib/w3lib-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,18 +16,10 @@ HOMEPAGE="
LICENSE="BSD"
SLOT=0
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+KEYWORDS="~amd64"
distutils_enable_tests pytest
-
distutils_enable_sphinx docs \
dev-python/sphinx-hoverxref \
dev-python/sphinx-notfound-page \
dev-python/sphinx-rtd-theme
-
-EPYTEST_DESELECT=(
- # https://github.com/scrapy/w3lib/issues/164
- tests/test_url.py::UrlTests::test_add_or_replace_parameter
-)
diff --git a/dev-python/w3lib/w3lib-2.4.0.ebuild b/dev-python/w3lib/w3lib-2.4.0.ebuild
new file mode 100644
index 000000000000..ac8c66f2fa78
--- /dev/null
+++ b/dev-python/w3lib/w3lib-2.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library of web-related functions"
+HOMEPAGE="
+ https://scrapy.org/
+ https://pypi.org/project/w3lib/
+ https://github.com/scrapy/w3lib
+"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+ dev-python/sphinx-notfound-page \
+ dev-python/sphinx-rtd-theme