commit: 2d8d493463db648dc41ab1313486bbbdfb83f68e
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jan 25 09:56:38 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jan 25 09:56:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d8d4934
dev-python/types-requests: add 2.31.0.20240125
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-requests/Manifest | 1 +
.../types-requests-2.31.0.20240125.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/types-requests/Manifest
b/dev-python/types-requests/Manifest
index 238f0e7f95..9e5ac31406 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1 +1,2 @@
DIST types-requests-2.31.0.20240106.tar.gz 16289 BLAKE2B
000ee9bd4e0662401d9894590349f6ac059ca543600bf0e9116133ddcbd6d91a5c73a4721aac7e0ba77c6da30e41abfdb4fa67330e6cabd93d7f0b1242063874
SHA512
4ec68c2750b110ad377cc7e23db7bb0083b144d01b433fada1f56a5c2747532bff21b63170b674f626690e17ad7027b03ec216a2a27ee11a05633c4a201b7c30
+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.20240125.ebuild
b/dev-python/types-requests/types-requests-2.31.0.20240125.ebuild
new file mode 100644
index 0000000000..d9112c7eec
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.31.0.20240125.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 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_{10..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"
+
+RDEPEND=">=dev-python/urllib3-2"