commit: 91b1f4f2a22d909dfe468074f004848ed3a12fc6 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon Feb 19 16:42:40 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon Feb 19 16:46:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91b1f4f2
dev-python/types-requests: drop 2.31.0.20240125 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-python/types-requests/Manifest | 1 - .../types-requests-2.31.0.20240125.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index e9ee68c533..f9b172298c 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1,2 +1 @@ -DIST types-requests-2.31.0.20240125.tar.gz 16321 BLAKE2B 60be52ab82e867c6f5d8b47663e9aa5e450a3fb9a2d3cf428db914780f53c8fec69d1ecabf18a2276b7d1b21a9a9def9a9b45cf093a45e41a839477e94f87aed SHA512 7033af1280ee8e031d4de49b8832e5b68e50c22316d131c9ed2ca5a1dc384d67b860a46a696ef88d69efb369558c4651944188b7f1790d37d8ed6efea63618b5 DIST types-requests-2.31.0.20240218.tar.gz 16739 BLAKE2B dd7b5e73d9f5d8891da693d04553689c60eed405e10e7bbee3b43f0e8c600b7c4e4a34fc3a80f2308af500d932c069873e63a8c2e36b8a9e57d66c2725a71d99 SHA512 ed1577264658fa2c7bfb81bedfe2880565b9a80fc9b84d10a15194ef787ad6df9520b00c4ad30b68b5db1170bd3906c57fdf0f258502dd13a9409565581435c1 diff --git a/dev-python/types-requests/types-requests-2.31.0.20240125.ebuild b/dev-python/types-requests/types-requests-2.31.0.20240125.ebuild deleted file mode 100644 index d9112c7eec..0000000000 --- a/dev-python/types-requests/types-requests-2.31.0.20240125.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..12} 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/urllib3-2"