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-urllib3/
Date: Mon, 30 May 2022 12:09:17
Message-Id: 1653912550.43dc314607cf6cd8bd4ec2a26e0c75820e8a8374.Alessandro-Barbieri@gentoo
1 commit: 43dc314607cf6cd8bd4ec2a26e0c75820e8a8374
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 11:55:21 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 12:09:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43dc3146
7
8 dev-python/types-urllib3: add 1.26.15
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-urllib3/Manifest | 1 +
13 dev-python/types-urllib3/types-urllib3-1.26.15.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
17 index 7449c7b1a..529b87d75 100644
18 --- a/dev-python/types-urllib3/Manifest
19 +++ b/dev-python/types-urllib3/Manifest
20 @@ -1 +1,2 @@
21 DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
22 +DIST types-urllib3-1.26.15.tar.gz 8855 BLAKE2B 74d8df4d35766dcfefda8bb4f2d99fc8eb42451df6ae54f4543fcd1e63fdbf2ef1c534216cae7366ea3666b31a168e7fcac7c1dae3bddb294f130f9ffaf04417 SHA512 32300f58eb9fac3aa792093737a31872baf12c19ab8890ec76dae21188ec18048059b41e8c576cc8f9d8402f4014549ae89715298615955115984ca7ddf7f870
23
24 diff --git a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
25 new file mode 100644
26 index 000000000..46370ad85
27 --- /dev/null
28 +++ b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
29 @@ -0,0 +1,19 @@
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..11} pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Typing stubs for urllib3"
40 +HOMEPAGE="
41 + https://pypi.org/project/types-urllib3/
42 + https://github.com/python/typeshed/tree/master/stubs/urllib3
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"