commit: 12604b1900222b10b53f6aca0c73a1a90f37345a
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 13:23:13 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 15 13:23:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12604b19
dev-python/types-requests: drop 2.32.0.20240622
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-requests/Manifest | 1 -
.../types-requests-2.32.0.20240622.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/types-requests/Manifest
b/dev-python/types-requests/Manifest
index 28a4c4915..73bde6e55 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1 @@
-DIST types-requests-2.32.0.20240622.tar.gz 17675 BLAKE2B
8535aabe9bbb9a77e87be71c7a18aad791dcb426f58ed1238dae553aec1646035a4763acf26ffdb7cb83a2d16080651372ea500080df69a4b5352a6de1064194
SHA512
8423eab482aedbcd23dfe4a2d8b8e09c5d0d2bceb139abe7bdc9e680f7ee7706b1a5026fce4ef6ef3eab70db5317db708323c5c9a3273df9a2830a5c6e47780a
DIST types-requests-2.32.0.20240712.tar.gz 17896 BLAKE2B
113c45898e73fe0a8b99251bd5b98aa0a6f4ddf7a743e8a80913a44c098c2d7942b41ee1b14451a521c9151fa5d14777f4f1313fd37d4f23ad82b2b24068919c
SHA512
e54392d4a5f4bc923e7600141e468fc28de3bfdef8f1e54c6c4384bffc29707b3f86bb5125e5ac8822125a27fb3f0f4f498ca0b3f6448cb9cf5fe6c3fdb78527
diff --git a/dev-python/types-requests/types-requests-2.32.0.20240622.ebuild
b/dev-python/types-requests/types-requests-2.32.0.20240622.ebuild
deleted file mode 100644
index b59403949..000000000
--- a/dev-python/types-requests/types-requests-2.32.0.20240622.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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..13} 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
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/urllib3-2"