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 70541158004 for ; Fri, 15 Dec 2023 10:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 313182BC02B; Fri, 15 Dec 2023 10:59:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D06A2BC02B for ; Fri, 15 Dec 2023 10:59:49 +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 1BF5433CEF2 for ; Fri, 15 Dec 2023 10:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A53D51441 for ; Fri, 15 Dec 2023 10:59:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702637983.132869ced7d00c1801a1aabbb55cbfbce8baced3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/immutabledict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/immutabledict/Manifest dev-python/immutabledict/immutabledict-3.0.0.ebuild X-VCS-Directories: dev-python/immutabledict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 132869ced7d00c1801a1aabbb55cbfbce8baced3 X-VCS-Branch: master Date: Fri, 15 Dec 2023 10:59:46 +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: 4d0d2dbd-1c24-4290-a56d-421d297a07a4 X-Archives-Hash: 68d29b578b38dee633c47aa3f04d2c5b commit: 132869ced7d00c1801a1aabbb55cbfbce8baced3 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 10:59:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 10:59:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132869ce dev-python/immutabledict: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/immutabledict/Manifest | 1 - dev-python/immutabledict/immutabledict-3.0.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/immutabledict/Manifest b/dev-python/immutabledict/Manifest index b0a013aca266..7132c6060079 100644 --- a/dev-python/immutabledict/Manifest +++ b/dev-python/immutabledict/Manifest @@ -1,2 +1 @@ -DIST immutabledict-3.0.0.tar.gz 4478 BLAKE2B 7b5344f5153d28914da7124c3ca95e9b5c6422788259170de9f301de0a145324157635ca3543be824e9a0ebf93efe99a30dc1c8882bf926927023f2d06e318ad SHA512 90170703c1226e06d6726285005689cf66804ed2b3fda08c0350d9eeca6ec7427bd4004d42168e2f5ae7302acf1d16274a16d0e132bd81fbc8d470d75ec064a5 DIST immutabledict-4.0.0.tar.gz 5696 BLAKE2B 409b0d130c70fbc03bb261e9a6352bc155f26f9f2ad77d1bc171fb16e1e8f54671b8421b685804d9e6da1b7bb37ec0bc2c5625e3d5aa2e926e65e69436f3843f SHA512 36378a4b5de7c2dd79ccc478972c66769822044948863444380360c22f45031d5de247050fc4f6dac1b8cdb481827e70fbbb74ea410d1481334ab72387d8afd4 diff --git a/dev-python/immutabledict/immutabledict-3.0.0.ebuild b/dev-python/immutabledict/immutabledict-3.0.0.ebuild deleted file mode 100644 index 6d340afbba1f..000000000000 --- a/dev-python/immutabledict/immutabledict-3.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="An immutable wrapper around dictionaries" -HOMEPAGE=" - https://github.com/corenting/immutabledict/ - https://pypi.org/project/immutabledict/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc64" - -distutils_enable_tests pytest