Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-requests/
Date: Sat, 28 May 2022 21:48:54
Message-Id: 1653774288.bac3a5cf69223febb024aee3380c975422d29962.Alessandro-Barbieri@gentoo
1 commit: bac3a5cf69223febb024aee3380c975422d29962
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 28 21:44:48 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat May 28 21:44:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bac3a5cf
7
8 dev-python/types-requests: drop 2.27.25
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-requests/Manifest | 1 -
13 .../types-requests/types-requests-2.27.25.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest
17 index 1713a86e7..2799c749d 100644
18 --- a/dev-python/types-requests/Manifest
19 +++ b/dev-python/types-requests/Manifest
20 @@ -1,2 +1 @@
21 -DIST types-requests-2.27.25.tar.gz 11029 BLAKE2B 23d1c003dd556deaa8b5b747bf5fde3d494a7a7d355aca90856ade0985542ba4da2f5f952c08812e4a7136219deec8a3baeffb6cf43f6cbb609f826efd198668 SHA512 e4fcfc94254b5ef0bba89b6dee469cf2d32bcef3671f8bc3666dd1348615e100a1f0f4769f9f7625b18ba97d1d07757dc7dc223ba412bfdaad10d010cf48111e
22 DIST types-requests-2.27.27.tar.gz 11345 BLAKE2B 41239c8c64af3cae256f28b518f5ef89b1b3743730d382a3de5f0aa0b332358b3cee6e2acc3db0ecd2f52412ea4fbc0f648cbd1d856bf2d524a747c9d57fc8b8 SHA512 68bd04b7c7c0a712dbadb3f92f28547a95ddf3b03c372f4dff0f7ce45bfabe0f3f896cad65694adec13f6bbb20a5104eef98939ba0a5f8141812a5c16eda3347
23
24 diff --git a/dev-python/types-requests/types-requests-2.27.25.ebuild b/dev-python/types-requests/types-requests-2.27.25.ebuild
25 deleted file mode 100644
26 index 904df09ef..000000000
27 --- a/dev-python/types-requests/types-requests-2.27.25.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Typing stubs for requests"
40 -HOMEPAGE="
41 - https://pypi.org/project/types-requests/
42 - https://github.com/python/typeshed/tree/master/stubs/requests
43 -"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="Apache-2.0"
48 -KEYWORDS="~amd64"
49 -
50 -RDEPEND="<dev-python/types-urllib3-1.27"
51 -DEPEND="${RDEPEND}"