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 F0C4015800A for ; Wed, 2 Aug 2023 16:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88778E0D7B; Wed, 2 Aug 2023 16:30:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7451BE0D7B for ; Wed, 2 Aug 2023 16:30:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF33833BEFF for ; Wed, 2 Aug 2023 16:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AA02ED0 for ; Wed, 2 Aug 2023 16:30:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1690969671.c7148be728e778d9b049261ffa744f33e20a3bd4.flow@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.25.14.ebuild X-VCS-Directories: dev-python/types-urllib3/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c7148be728e778d9b049261ffa744f33e20a3bd4 X-VCS-Branch: master Date: Wed, 2 Aug 2023 16:30:17 +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: ad914816-993f-44e0-8e1d-00cae81b64cb X-Archives-Hash: 1cda71613b28193864a54662121bcd39 commit: c7148be728e778d9b049261ffa744f33e20a3bd4 Author: Lucio Sauer posteo net> AuthorDate: Wed Aug 2 09:47:51 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Aug 2 09:47:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7148be7 dev-python/types-urllib3: add 1.26.25.14 Signed-off-by: Lucio Sauer posteo.net> dev-python/types-urllib3/Manifest | 1 + .../types-urllib3/types-urllib3-1.26.25.14.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest index 06abc03215..13e5d2242e 100644 --- a/dev-python/types-urllib3/Manifest +++ b/dev-python/types-urllib3/Manifest @@ -1 +1,2 @@ DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4 +DIST types-urllib3-1.26.25.14.tar.gz 11239 BLAKE2B 700dcab5816468256acdbfa9c2fa75cfc65ba064dd1cddbfb01a5b250147eb5689894c3afd40f6488c21f2c49f793073426dd08752a242fc5e42fc3a097f819b SHA512 42fffc81660a6cad33ea7280c0d7e99fd65c6f02f14b68882aa3761c1d6ca54dc36bbfde511f2b9d3bd2c32f38dfaa969a0a24126a7fd64eea75cc9c45804622 diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild new file mode 100644 index 0000000000..b4d59a67d1 --- /dev/null +++ b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 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_{9..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for urllib3" +HOMEPAGE=" + https://pypi.org/project/types-urllib3/ + https://github.com/python/typeshed/tree/master/stubs/urllib3 +" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64"