summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-11 00:16:12 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-11 00:16:12 -0400
commiteb3dc688eaeb4d8a220b88c26c45d9c00a039758 (patch)
treecfee7d7f4fbc52ae911cc099512b97bcf2992c13 /dev-python
parentac3ea841ad5e62032a5bb7e7e693c1c1cbdbbfd1 (diff)
downloadebuilds-eb3dc688eaeb4d8a220b88c26c45d9c00a039758.tar.gz
add ebuild types-requests-2.32.4_p20250809
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/types-requests/Manifest1
-rw-r--r--dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest
new file mode 100644
index 0000000..44800c0
--- /dev/null
+++ b/dev-python/types-requests/Manifest
@@ -0,0 +1 @@
+DIST types-requests-2.32.4_p20250809.tar.gz 23027 BLAKE2B a0e871ae8701d10433fbe0536b0abc42be79cd1d8f41189ac20d64b6f97ed84018b11e5938baec663c1b774f5f9c821131143eb420ef19972588b4b338691d19 SHA512 748afa36c751529ebf4d35d59053ed510525af831034a99198de05f41e5559e59250b1d38e98fd5719a6c9fa8a06f5271bffac64431bfd8f86c086635624630b
diff --git a/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild b/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild
new file mode 100644
index 0000000..66dbb8b
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.32.4_p20250809.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023-2025 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 psutil"
+HOMEPAGE="https://pypi.org/project/types-psutil/"
+SRC_URI="https://files.pythonhosted.org/packages/ed/b0/9355adb86ec84d057fea765e4c49cce592aaf3d5117ce5609a95a7fc3dac/types_requests-2.32.4.20250809.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/types_requests-2.32.4.20250809"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"