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 3E47C15814C for ; Tue, 3 Oct 2023 09:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF742BC023; Tue, 3 Oct 2023 09:34:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 573992BC023 for ; Tue, 3 Oct 2023 09:34:28 +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 A6F1D335C67 for ; Tue, 3 Oct 2023 09:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C975C957 for ; Tue, 3 Oct 2023 09:34:24 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696290869.846279ae9cc85f29f30d9e6c08d67fe7ce02320b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-requests/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/types-requests/Manifest dev-python/types-requests/types-requests-2.31.0.6.ebuild X-VCS-Directories: dev-python/types-requests/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 846279ae9cc85f29f30d9e6c08d67fe7ce02320b X-VCS-Branch: master Date: Tue, 3 Oct 2023 09:34:24 +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: 2ec10e10-3a61-4e1c-8416-e54cd47aeeb8 X-Archives-Hash: 3b2db747bda25df89703f9b235d11a3a commit: 846279ae9cc85f29f30d9e6c08d67fe7ce02320b Author: Lucio Sauer posteo net> AuthorDate: Mon Oct 2 23:50:04 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 2 23:54:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=846279ae dev-python/types-requests: add 2.31.0.6 Signed-off-by: Lucio Sauer posteo.net> dev-python/types-requests/Manifest | 1 + .../types-requests/types-requests-2.31.0.6.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index 91a68b94b6..86db47efcf 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1 +1,2 @@ DIST types-requests-2.31.0.5.tar.gz 15474 BLAKE2B d1fc25eb9003f47bca74c21d9791aae2830b2242da387e0627e7509a3a52cb417f780fd6c4d5808314000a00b7f0385e1a275d0aaa23e9ecbcfe112290bead7a SHA512 a6df779ddfdc0ad3389d9c5c200bc1b14aefa3d6baf622879789c22230fbd5a3c0a71c0660ddc7abe75a57902abfb356b5c7107136919642d403e6da398c8489 +DIST types-requests-2.31.0.6.tar.gz 15535 BLAKE2B 165bbedb94cf39b271a32c37e58333d0f59b053a3c882c964e5c46f8fe95fba4ce158434714f4352fc426b6c6fcc98e31caf79407d1778c4e514c0a8a6dfe457 SHA512 e35dc869c6192cea6408407fe024c9dcaeac7baa208df250671f0d99d31e36aa20647d3d1823069bdae27b899d1278010ebfc4ad19ef00a922cd1f64636bd521 diff --git a/dev-python/types-requests/types-requests-2.31.0.6.ebuild b/dev-python/types-requests/types-requests-2.31.0.6.ebuild new file mode 100644 index 0000000000..992925ec37 --- /dev/null +++ b/dev-python/types-requests/types-requests-2.31.0.6.ebuild @@ -0,0 +1,23 @@ +# 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_{10..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for requests" +HOMEPAGE=" + https://pypi.org/project/types-requests/ + https://github.com/python/typeshed/tree/master/stubs/requests +" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" + +# Depends on _typeshed util stub module bundled with mypy and other type checkers. +RDEPEND="dev-python/types-urllib3"