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 2A8BE1581C1 for ; Mon, 15 Jul 2024 19:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E01732BC07E; Mon, 15 Jul 2024 19:27:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4CF32BC07E for ; Mon, 15 Jul 2024 19:27:41 +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 16725340C57 for ; Mon, 15 Jul 2024 19:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEB2B1E3E for ; Mon, 15 Jul 2024 19:27:37 +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: <1721049793.12604b1900222b10b53f6aca0c73a1a90f37345a.andrewammerlaan@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.32.0.20240622.ebuild X-VCS-Directories: dev-python/types-requests/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 12604b1900222b10b53f6aca0c73a1a90f37345a X-VCS-Branch: master Date: Mon, 15 Jul 2024 19:27:37 +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: b92a03ac-40cf-408d-9f86-372435a36ad9 X-Archives-Hash: 85ea34c74b92d5424ac9275b134ce110 commit: 12604b1900222b10b53f6aca0c73a1a90f37345a Author: Lucio Sauer posteo net> AuthorDate: Mon Jul 15 13:23:13 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 15 13:23:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12604b19 dev-python/types-requests: drop 2.32.0.20240622 Signed-off-by: Lucio Sauer posteo.net> dev-python/types-requests/Manifest | 1 - .../types-requests-2.32.0.20240622.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index 28a4c4915..73bde6e55 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1,2 +1 @@ -DIST types-requests-2.32.0.20240622.tar.gz 17675 BLAKE2B 8535aabe9bbb9a77e87be71c7a18aad791dcb426f58ed1238dae553aec1646035a4763acf26ffdb7cb83a2d16080651372ea500080df69a4b5352a6de1064194 SHA512 8423eab482aedbcd23dfe4a2d8b8e09c5d0d2bceb139abe7bdc9e680f7ee7706b1a5026fce4ef6ef3eab70db5317db708323c5c9a3273df9a2830a5c6e47780a DIST types-requests-2.32.0.20240712.tar.gz 17896 BLAKE2B 113c45898e73fe0a8b99251bd5b98aa0a6f4ddf7a743e8a80913a44c098c2d7942b41ee1b14451a521c9151fa5d14777f4f1313fd37d4f23ad82b2b24068919c SHA512 e54392d4a5f4bc923e7600141e468fc28de3bfdef8f1e54c6c4384bffc29707b3f86bb5125e5ac8822125a27fb3f0f4f498ca0b3f6448cb9cf5fe6c3fdb78527 diff --git a/dev-python/types-requests/types-requests-2.32.0.20240622.ebuild b/dev-python/types-requests/types-requests-2.32.0.20240622.ebuild deleted file mode 100644 index b59403949..000000000 --- a/dev-python/types-requests/types-requests-2.32.0.20240622.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 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..13} 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 -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/urllib3-2"