summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysocks/Manifest (renamed from dev-python/PySocks/Manifest)0
-rw-r--r--dev-python/pysocks/metadata.xml (renamed from dev-python/PySocks/metadata.xml)0
-rw-r--r--dev-python/pysocks/pysocks-1.7.1-r2.ebuild (renamed from dev-python/PySocks/PySocks-1.7.1-r2.ebuild)0
-rw-r--r--dev-python/requests/requests-2.32.3.ebuild4
-rw-r--r--dev-python/urllib3/urllib3-2.2.3.ebuild4
5 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/PySocks/Manifest b/dev-python/pysocks/Manifest
index eb0ba6dc0a64..eb0ba6dc0a64 100644
--- a/dev-python/PySocks/Manifest
+++ b/dev-python/pysocks/Manifest
diff --git a/dev-python/PySocks/metadata.xml b/dev-python/pysocks/metadata.xml
index 869cadcf8955..869cadcf8955 100644
--- a/dev-python/PySocks/metadata.xml
+++ b/dev-python/pysocks/metadata.xml
diff --git a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild b/dev-python/pysocks/pysocks-1.7.1-r2.ebuild
index 68c71fafd17e..68c71fafd17e 100644
--- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
+++ b/dev-python/pysocks/pysocks-1.7.1-r2.ebuild
diff --git a/dev-python/requests/requests-2.32.3.ebuild b/dev-python/requests/requests-2.32.3.ebuild
index 25efdffdbdb6..77ca4358cd2b 100644
--- a/dev-python/requests/requests-2.32.3.ebuild
+++ b/dev-python/requests/requests-2.32.3.ebuild
@@ -27,14 +27,14 @@ RDEPEND="
<dev-python/charset-normalizer-4[${PYTHON_USEDEP}]
<dev-python/idna-4[${PYTHON_USEDEP}]
<dev-python/urllib3-3[${PYTHON_USEDEP}]
- socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
+ socks5? ( >=dev-python/pysocks-1.5.6[${PYTHON_USEDEP}] )
"
BDEPEND="
test? (
>=dev-python/pytest-httpbin-2.0.0[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
- >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
+ >=dev-python/pysocks-1.5.6[${PYTHON_USEDEP}]
test-rust? (
dev-python/trustme[${PYTHON_USEDEP}]
)
diff --git a/dev-python/urllib3/urllib3-2.2.3.ebuild b/dev-python/urllib3/urllib3-2.2.3.ebuild
index 713b06d9a5be..31a214a682ec 100644
--- a/dev-python/urllib3/urllib3-2.2.3.ebuild
+++ b/dev-python/urllib3/urllib3-2.2.3.ebuild
@@ -34,8 +34,8 @@ RESTRICT="!test? ( test )"
# [secure] extra is deprecated and slated for removal, we don't need it:
# https://github.com/urllib3/urllib3/issues/2680
RDEPEND="
- >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
- <dev-python/PySocks-2.0[${PYTHON_USEDEP}]
+ >=dev-python/pysocks-1.5.8[${PYTHON_USEDEP}]
+ <dev-python/pysocks-2.0[${PYTHON_USEDEP}]
brotli? ( >=dev-python/brotlicffi-0.8.0[${PYTHON_USEDEP}] )
http2? (
<dev-python/h2-5[${PYTHON_USEDEP}]