commit: 6fe78102527b4626f7e7df5ab20c116260782cf8
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sun Jan 4 01:15:41 2026 +0000
Commit: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Sun Jan 4 01:19:36 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fe78102
dev-python/types-requests: add 2.32.4.20250913
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/types-requests/Manifest | 1 +
.../types-requests-2.32.4.20250913.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/types-requests/Manifest
b/dev-python/types-requests/Manifest
index 73bde6e554..17cccf8b85 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1 +1,2 @@
DIST types-requests-2.32.0.20240712.tar.gz 17896 BLAKE2B
113c45898e73fe0a8b99251bd5b98aa0a6f4ddf7a743e8a80913a44c098c2d7942b41ee1b14451a521c9151fa5d14777f4f1313fd37d4f23ad82b2b24068919c
SHA512
e54392d4a5f4bc923e7600141e468fc28de3bfdef8f1e54c6c4384bffc29707b3f86bb5125e5ac8822125a27fb3f0f4f498ca0b3f6448cb9cf5fe6c3fdb78527
+DIST types_requests-2.32.4.20250913.tar.gz 23113 BLAKE2B
cf950878f78ab29a1ab6876fbdd9201415d7a02c56ac8f1dd159891dae2272d67b9402a679252386f7fa2de98dca523c915430049825ae8ec1cce89f2526d135
SHA512
9ce1f4330619e90d43c2a6962c85ea8d87f186f22b2b5923a3e80e45c6beb01e77a47e155f60fd1ce6f4592f0eba4483db537041a80edf5a97bdc9a2bc1fa019
diff --git a/dev-python/types-requests/types-requests-2.32.4.20250913.ebuild
b/dev-python/types-requests/types-requests-2.32.4.20250913.ebuild
new file mode 100644
index 0000000000..4b5538e24d
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.32.4.20250913.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+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
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND=">=dev-python/urllib3-2"