aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2023-10-03 01:50:21 +0200
committerLucio Sauer <watermanpaint@posteo.net>2023-10-03 01:54:30 +0200
commitb47d882d474d6b5b56e5f8a3974d5ed5c062cb9c (patch)
tree0ed565b9ea7d4056b78f4c534f97be8fb29ec71d /dev-python/types-requests
parentdev-python/types-requests: add 2.31.0.6 (diff)
downloadguru-b47d882d474d6b5b56e5f8a3974d5ed5c062cb9c.tar.gz
guru-b47d882d474d6b5b56e5f8a3974d5ed5c062cb9c.tar.bz2
guru-b47d882d474d6b5b56e5f8a3974d5ed5c062cb9c.zip
dev-python/types-requests: drop 2.31.0.5
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-python/types-requests')
-rw-r--r--dev-python/types-requests/Manifest1
-rw-r--r--dev-python/types-requests/types-requests-2.31.0.5.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest
index 86db47efc..6f0764b75 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1 @@
-DIST types-requests-2.31.0.5.tar.gz 15474 BLAKE2B d1fc25eb9003f47bca74c21d9791aae2830b2242da387e0627e7509a3a52cb417f780fd6c4d5808314000a00b7f0385e1a275d0aaa23e9ecbcfe112290bead7a SHA512 a6df779ddfdc0ad3389d9c5c200bc1b14aefa3d6baf622879789c22230fbd5a3c0a71c0660ddc7abe75a57902abfb356b5c7107136919642d403e6da398c8489
DIST types-requests-2.31.0.6.tar.gz 15535 BLAKE2B 165bbedb94cf39b271a32c37e58333d0f59b053a3c882c964e5c46f8fe95fba4ce158434714f4352fc426b6c6fcc98e31caf79407d1778c4e514c0a8a6dfe457 SHA512 e35dc869c6192cea6408407fe024c9dcaeac7baa208df250671f0d99d31e36aa20647d3d1823069bdae27b899d1278010ebfc4ad19ef00a922cd1f64636bd521
diff --git a/dev-python/types-requests/types-requests-2.31.0.5.ebuild b/dev-python/types-requests/types-requests-2.31.0.5.ebuild
deleted file mode 100644
index 9cba92dc6..000000000
--- a/dev-python/types-requests/types-requests-2.31.0.5.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"