From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDFEE158092 for ; Mon, 30 May 2022 12:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4286CE090E; Mon, 30 May 2022 12:55:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 292D3E090E for ; Mon, 30 May 2022 12:55:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEB603412E6 for ; Mon, 30 May 2022 12:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E28A94C8 for ; Mon, 30 May 2022 12:55:12 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653912550.43dc314607cf6cd8bd4ec2a26e0c75820e8a8374.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-urllib3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/types-urllib3/Manifest dev-python/types-urllib3/types-urllib3-1.26.15.ebuild X-VCS-Directories: dev-python/types-urllib3/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 43dc314607cf6cd8bd4ec2a26e0c75820e8a8374 X-VCS-Branch: master Date: Mon, 30 May 2022 12:55:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35d04959-7638-4013-9175-5f8299f94c87 X-Archives-Hash: 3efe0d0909550a3c8cd7588498aa6415 commit: 43dc314607cf6cd8bd4ec2a26e0c75820e8a8374 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 11:55:21 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 30 12:09:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43dc3146 dev-python/types-urllib3: add 1.26.15 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/types-urllib3/Manifest | 1 + dev-python/types-urllib3/types-urllib3-1.26.15.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest index 7449c7b1a..529b87d75 100644 --- a/dev-python/types-urllib3/Manifest +++ b/dev-python/types-urllib3/Manifest @@ -1 +1,2 @@ DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb +DIST types-urllib3-1.26.15.tar.gz 8855 BLAKE2B 74d8df4d35766dcfefda8bb4f2d99fc8eb42451df6ae54f4543fcd1e63fdbf2ef1c534216cae7366ea3666b31a168e7fcac7c1dae3bddb294f130f9ffaf04417 SHA512 32300f58eb9fac3aa792093737a31872baf12c19ab8890ec76dae21188ec18048059b41e8c576cc8f9d8402f4014549ae89715298615955115984ca7ddf7f870 diff --git a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild new file mode 100644 index 000000000..46370ad85 --- /dev/null +++ b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for urllib3" +HOMEPAGE=" + https://pypi.org/project/types-urllib3/ + https://github.com/python/typeshed/tree/master/stubs/urllib3 +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64"