commit: bd652f2484041467f57ab9aadd1d532f3437abd4
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Aug 2 09:45:53 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Aug 2 09:45:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd652f24
dev-python/types-requests: drop 2.31.0.1
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-requests/Manifest | 1 -
.../types-requests/types-requests-2.31.0.1.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/types-requests/Manifest
b/dev-python/types-requests/Manifest
index cd820abd44..bc4d3190e4 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1 @@
-DIST types-requests-2.31.0.1.tar.gz 15151 BLAKE2B
cd0509f711842cc358aaeb62782da075dbc0046e5f075f0422f2aac3faf1e4f7fd1e8a4a81c3aba6c9da70645d2dda214e5b3796e66d2fbe90a587fb51ee68ba
SHA512
381f5983c4c128c43139038a57a57148fa8e951c3e78d52dce9a3b0a0ebefeb7dba130b24f2a62cf5bca78e04285aee7ad22af26a06cb3d659a525d050bc9e45
DIST types-requests-2.31.0.2.tar.gz 15293 BLAKE2B
84028b7732acd481b1898a492a1bbcb08f7fe5fe17e44d37e7b2b439275e7e38e660f07b0d28e80e741448d6e5c1fab1c99dd1cc6c52badd332e9a3f2568037e
SHA512
848def44e7f43c23c3db80069c29186ca21446da2854652014bd3717af16544b4e05234310d0c2b8889d629e7aad949738f3cbbf2c44824e13a09e1c0d4689f4
diff --git a/dev-python/types-requests/types-requests-2.31.0.1.ebuild
b/dev-python/types-requests/types-requests-2.31.0.1.ebuild
deleted file mode 100644
index 9cba92dc63..0000000000
--- a/dev-python/types-requests/types-requests-2.31.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 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..11} 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/types-urllib3"