commit: a5b0f00e522930bcea626f0f743e0ca586149613
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Feb 19 16:42:14 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Feb 19 16:46:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5b0f00e
dev-python/types-requests: add 2.31.0.20240218
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-requests/Manifest | 1 +
.../types-requests-2.31.0.20240218.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/types-requests/Manifest
b/dev-python/types-requests/Manifest
index 77d57e20d4..e9ee68c533 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1 +1,2 @@
DIST types-requests-2.31.0.20240125.tar.gz 16321 BLAKE2B
60be52ab82e867c6f5d8b47663e9aa5e450a3fb9a2d3cf428db914780f53c8fec69d1ecabf18a2276b7d1b21a9a9def9a9b45cf093a45e41a839477e94f87aed
SHA512
7033af1280ee8e031d4de49b8832e5b68e50c22316d131c9ed2ca5a1dc384d67b860a46a696ef88d69efb369558c4651944188b7f1790d37d8ed6efea63618b5
+DIST types-requests-2.31.0.20240218.tar.gz 16739 BLAKE2B
dd7b5e73d9f5d8891da693d04553689c60eed405e10e7bbee3b43f0e8c600b7c4e4a34fc3a80f2308af500d932c069873e63a8c2e36b8a9e57d66c2725a71d99
SHA512
ed1577264658fa2c7bfb81bedfe2880565b9a80fc9b84d10a15194ef787ad6df9520b00c4ad30b68b5db1170bd3906c57fdf0f258502dd13a9409565581435c1
diff --git a/dev-python/types-requests/types-requests-2.31.0.20240218.ebuild
b/dev-python/types-requests/types-requests-2.31.0.20240218.ebuild
new file mode 100644
index 0000000000..d9112c7eec
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.31.0.20240218.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"