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 6A4F015808B for ; Mon, 14 Mar 2022 02:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC20AE0870; Mon, 14 Mar 2022 02:41:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0E32AE0869 for ; Mon, 14 Mar 2022 02:41:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A1A1A3430E1 for ; Mon, 14 Mar 2022 02:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D964F2FB for ; Mon, 14 Mar 2022 02:41:43 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1647225700.53e0dbceb582996a44f19e050080ade8885542a1.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.11.ebuild X-VCS-Directories: dev-python/types-urllib3/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 53e0dbceb582996a44f19e050080ade8885542a1 X-VCS-Branch: dev Date: Mon, 14 Mar 2022 02:41:43 +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: 0ca8b6e7-4bc5-4b59-b347-c53fea20cf46 X-Archives-Hash: 5fdbbf3ee5ba2492b1bcc434845c1868 commit: 53e0dbceb582996a44f19e050080ade8885542a1 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 14 01:59:54 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Mar 14 02:41:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e0dbce dev-python/types-urllib3: add 1.26.11 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/types-urllib3/Manifest | 1 + dev-python/types-urllib3/types-urllib3-1.26.11.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest index ce4f5fe70..05bf95812 100644 --- a/dev-python/types-urllib3/Manifest +++ b/dev-python/types-urllib3/Manifest @@ -1 +1,2 @@ DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675 SHA512 8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1 +DIST types-urllib3-1.26.11.tar.gz 8629 BLAKE2B d0db71c5553e931dab376c4508881e3220bcad17bfe593ced81a72ad198bd81538c747b0be5a0e4987ce23aa0e16f3c4bc86c288dbdddedd5b5e3ee15bfe4d51 SHA512 e900817ae173861c436e7879b8fc7d243cb0467dedca851b8695ec51632be0d3d80e9b427c58e3ee693e5797bb951dce4a9e79ea01c693e57d0a330f6a1b0d10 diff --git a/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild new file mode 100644 index 000000000..b96a6633a --- /dev/null +++ b/dev-python/types-urllib3/types-urllib3-1.26.11.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..10} 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"