summaryrefslogtreecommitdiff
path: root/dev-python/types-requests
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-25 23:21:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-25 23:21:33 +0000
commit2eb18da45283176873df783f9be185a66bb6460e (patch)
tree68fd1291461f0aa56f8b0beb11cd66017c99c2a5 /dev-python/types-requests
parent6050874c319f02ee4702491c338ef6978f0f88cb (diff)
downloadbaldeagleos-repo-2eb18da45283176873df783f9be185a66bb6460e.tar.gz
baldeagleos-repo-2eb18da45283176873df783f9be185a66bb6460e.tar.xz
baldeagleos-repo-2eb18da45283176873df783f9be185a66bb6460e.zip
Adding metadata
Diffstat (limited to 'dev-python/types-requests')
-rw-r--r--dev-python/types-requests/Manifest3
-rw-r--r--dev-python/types-requests/types-requests-2.31.0.20240125.ebuild (renamed from dev-python/types-requests/types-requests-2.31.0.10.ebuild)3
-rw-r--r--dev-python/types-requests/types-requests-2.31.0.6.ebuild23
3 files changed, 2 insertions, 27 deletions
diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest
index 3a56fab6b585..77d57e20d47c 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1 @@
-DIST types-requests-2.31.0.10.tar.gz 16198 BLAKE2B a69ad9e54bb2cf186f5f66e099e837131819e4106ff946eeb3b25a9c0eea0eba5cd8cb8c82dad24071cac25960a159a82583c2529d62ef162e9eaae3718abee5 SHA512 15d4d6c9714fa32042bf77c283d681011198e925a2c3eb4e7ff3038c46fb09983ff96f33f1ec170f1408a494458c53d8e7bbbf04052f0978f696884bdfcfa8a9
-DIST types-requests-2.31.0.6.tar.gz 15535 BLAKE2B 165bbedb94cf39b271a32c37e58333d0f59b053a3c882c964e5c46f8fe95fba4ce158434714f4352fc426b6c6fcc98e31caf79407d1778c4e514c0a8a6dfe457 SHA512 e35dc869c6192cea6408407fe024c9dcaeac7baa208df250671f0d99d31e36aa20647d3d1823069bdae27b899d1278010ebfc4ad19ef00a922cd1f64636bd521
+DIST types-requests-2.31.0.20240125.tar.gz 16321 BLAKE2B 60be52ab82e867c6f5d8b47663e9aa5e450a3fb9a2d3cf428db914780f53c8fec69d1ecabf18a2276b7d1b21a9a9def9a9b45cf093a45e41a839477e94f87aed SHA512 7033af1280ee8e031d4de49b8832e5b68e50c22316d131c9ed2ca5a1dc384d67b860a46a696ef88d69efb369558c4651944188b7f1790d37d8ed6efea63618b5
diff --git a/dev-python/types-requests/types-requests-2.31.0.10.ebuild b/dev-python/types-requests/types-requests-2.31.0.20240125.ebuild
index 2a0cb51a440e..f7a82c638d9c 100644
--- a/dev-python/types-requests/types-requests-2.31.0.10.ebuild
+++ b/dev-python/types-requests/types-requests-2.31.0.20240125.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,5 +19,4 @@ SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"
-# Depends on _typeshed util stub module bundled with mypy and other type checkers.
RDEPEND=">=dev-python/urllib3-2"
diff --git a/dev-python/types-requests/types-requests-2.31.0.6.ebuild b/dev-python/types-requests/types-requests-2.31.0.6.ebuild
deleted file mode 100644
index ea1786cc82e1..000000000000
--- a/dev-python/types-requests/types-requests-2.31.0.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for requests"
-HOMEPAGE="
- https://pypi.org/project/types-requests/
- https://github.com/python/typeshed/tree/master/stubs/requests
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-
-# Depends on _typeshed util stub module bundled with mypy and other type checkers.
-RDEPEND="dev-python/types-urllib3"