commit: 634a0eb3c8c59b5173192e0d474962e919c777bd
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu May 11 23:38:41 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu May 11 23:38:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=634a0eb3
dev-python/types-requests: drop 2.27.30, 2.28.0
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-requests/Manifest | 2 --
.../types-requests/types-requests-2.27.30.ebuild | 22 ----------------------
.../types-requests/types-requests-2.28.0.ebuild | 22 ----------------------
3 files changed, 46 deletions(-)
diff --git a/dev-python/types-requests/Manifest
b/dev-python/types-requests/Manifest
index 5de339814..cb7930254 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,3 +1 @@
-DIST types-requests-2.27.30.tar.gz 11473 BLAKE2B
717e3c68b24a7123259f755ffcd427811fc8a45a1eb0c22708ac676f29b55af257c2a8bcdb21b35e019aa9efccd96c38ddc6b0dd1d8321456f8f0117efbdb6d0
SHA512
edebb63b1f5c64604de40462b2acd9cc86839f2e5affcfa0fab91afebf3b0050e4a713cdabb4d12a6f5203eee78637c33e173ba73b9f1b953d94633dc21354a0
-DIST types-requests-2.28.0.tar.gz 11532 BLAKE2B
003869728f26bc64dd9cc755e20ccdd1eba0619aaf8cc3cbc27d6cebd62eb399ff757568624b2ffcf23cfc6dd5972a94b0e0e086a8f196111391e73fa7d2e431
SHA512
7d14642f3d54bc8c9e3f7c678b90a5f22a9464d4e66878783aeb30cb46bb8ff8b32c8db4309e0cd2e1e0fad243320ac3e1905c5e9ab10112856b7cb3e81673e4
DIST types-requests-2.30.0.0.tar.gz 14922 BLAKE2B
a682fd934221e6da2deec781d8cd1facf816636d9cc8395d29ae8bf3be958cf1d90420cb54f64f24f8562d6cb613e61100a211e1d627a7abcc82320a4b7bbaa1
SHA512
7ffa1dca0839a581c1ef47846b01f7861b92ec62e90e0fe17ff007de56366a259541653a8df1517d7dc3b46c8fabfbac362b164a21ceb7fb31ae3f6dcc7b605b
diff --git a/dev-python/types-requests/types-requests-2.27.30.ebuild
b/dev-python/types-requests/types-requests-2.27.30.ebuild
deleted file mode 100644
index d51823084..000000000
--- a/dev-python/types-requests/types-requests-2.27.30.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Typing stubs for requests"
-HOMEPAGE="
- https://pypi.org/project/types-requests/
- https://github.com/python/typeshed/tree/master/stubs/requests
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-
-RDEPEND="<dev-python/types-urllib3-1.27"
-DEPEND="${RDEPEND}"
diff --git a/dev-python/types-requests/types-requests-2.28.0.ebuild
b/dev-python/types-requests/types-requests-2.28.0.ebuild
deleted file mode 100644
index 09193336a..000000000
--- a/dev-python/types-requests/types-requests-2.28.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-1.27"
-DEPEND="${RDEPEND}"