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 338B9158083 for ; Sat, 7 Sep 2024 12:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EA91E2A01; Sat, 7 Sep 2024 12:55:56 +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 573B3E2A02 for ; Sat, 7 Sep 2024 12:55:56 +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 A0266342FAE for ; Sat, 7 Sep 2024 12:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E08F51E93 for ; Sat, 7 Sep 2024 12:55:52 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1725713695.43c307f46fbf35da10418fb0903e7a6e91d6a0ee.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/bidict/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/bidict/Manifest dev-python/bidict/bidict-0.22.1.ebuild X-VCS-Directories: dev-python/bidict/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 43c307f46fbf35da10418fb0903e7a6e91d6a0ee X-VCS-Branch: dev Date: Sat, 7 Sep 2024 12:55:52 +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: 8861c9fc-5eb7-44d2-8778-26240b17563a X-Archives-Hash: da598780b9afb8d76da65f6239ee6a73 commit: 43c307f46fbf35da10418fb0903e7a6e91d6a0ee Author: Takuya Wakazono gmail com> AuthorDate: Sat Sep 7 12:54:55 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sat Sep 7 12:54:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43c307f4 dev-python/bidict: drop 0.22.1 Closes: https://bugs.gentoo.org/927806 (obsolete) Signed-off-by: Takuya Wakazono gmail.com> dev-python/bidict/Manifest | 1 - dev-python/bidict/bidict-0.22.1.ebuild | 44 ---------------------------------- 2 files changed, 45 deletions(-) diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest index c26be0a1e..5f83acb2a 100644 --- a/dev-python/bidict/Manifest +++ b/dev-python/bidict/Manifest @@ -1,2 +1 @@ -DIST bidict-0.22.1.gh.tar.gz 181134 BLAKE2B aa8606d2d48da1f8a4756bcaf450527c867f67fe284a95299df54b3c711d28d60b869a41d4494f16580c37f197263918bdd9e3d2c6bc347497caa85b4b4dd425 SHA512 c85355125fa0a56c8e763e9c2662be52ca753827d06276adcbe60d87265095e7e59669ec1e4bf3361301a3ae942a9aa47b084f8c3a4a066041d54e353e7b2ea8 DIST bidict-0.23.1.gh.tar.gz 390680 BLAKE2B f114ee35f7f3c1cb6e9094f52ce776c976c8b94e0cb9891eec62772eddfdf8735549ea710359cfaaba28f71d7bf96057cc65533a771f9b33a37935e93e152aef SHA512 795e29b61c1717dd34807c60ce598fc6a142decebd0545378bdc728f397e2050f52cf11212075ba60e22553031e9727fcbaae26891f531219075f6f58e457d05 diff --git a/dev-python/bidict/bidict-0.22.1.ebuild b/dev-python/bidict/bidict-0.22.1.ebuild deleted file mode 100644 index 59c6c817c..000000000 --- a/dev-python/bidict/bidict-0.22.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="The bidirectional mapping library for Python" -HOMEPAGE=" - https://pypi.org/project/bidict/ - https://github.com/jab/bidict -" -SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] - dev-python/sortedcollections[${PYTHON_USEDEP}] - ) -" - -DOCS=( {CHANGELOG,README,SECURITY}.rst ) - -EPYTEST_IGNORE=( tests/test_microbenchmarks.py ) - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/furo - -src_prepare() { - distutils-r1_src_prepare - - sed -i pytest.ini \ - -e "/--numprocesses/d" \ - -e "/--benchmark/d" || die -}