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 89C76158040 for ; Sat, 6 Jan 2024 10:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B52752BC04F; Sat, 6 Jan 2024 10:24:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95F9B2BC04F for ; Sat, 6 Jan 2024 10:24:02 +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 9BDE1343138 for ; Sat, 6 Jan 2024 10:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B771082 for ; Sat, 6 Jan 2024 10:24:00 +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: <1704536625.ce5c68ab46903959c3bd04d03f3ea72c9b0f6ec2.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-4.0.0.ebuild X-VCS-Directories: dev-python/immutabledict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ce5c68ab46903959c3bd04d03f3ea72c9b0f6ec2 X-VCS-Branch: master Date: Sat, 6 Jan 2024 10:24:00 +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: b0fd2a37-8d81-41f0-b2f8-2d3698cb16e4 X-Archives-Hash: 0b0ccfe647aac1650f3c8fa6a6bc63a5 commit: ce5c68ab46903959c3bd04d03f3ea72c9b0f6ec2 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 6 10:17:26 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 10:23:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5c68ab dev-python/immutabledict: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/immutabledict/Manifest | 1 - dev-python/immutabledict/immutabledict-4.0.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/immutabledict/Manifest b/dev-python/immutabledict/Manifest index d80000cffb09..e8a98c70969c 100644 --- a/dev-python/immutabledict/Manifest +++ b/dev-python/immutabledict/Manifest @@ -1,2 +1 @@ -DIST immutabledict-4.0.0.tar.gz 5696 BLAKE2B 409b0d130c70fbc03bb261e9a6352bc155f26f9f2ad77d1bc171fb16e1e8f54671b8421b685804d9e6da1b7bb37ec0bc2c5625e3d5aa2e926e65e69436f3843f SHA512 36378a4b5de7c2dd79ccc478972c66769822044948863444380360c22f45031d5de247050fc4f6dac1b8cdb481827e70fbbb74ea410d1481334ab72387d8afd4 DIST immutabledict-4.1.0.tar.gz 5941 BLAKE2B a9e821880e4b8dfe3b24e7094848dce81be3430d60e46c6ce6e3574af8a4595f89adbbbd5670ed513f605f8fd5208d4876880b3f31a747c31de2424235236501 SHA512 28d5a918da19919f550dea457646aca09462ad27a13b22dd4320288c93d33226be0022c1a96e5870760f3a2f1c909ae43f4ec2e21b0b2609462408281aa240b5 diff --git a/dev-python/immutabledict/immutabledict-4.0.0.ebuild b/dev-python/immutabledict/immutabledict-4.0.0.ebuild deleted file mode 100644 index 0063e37b95d5..000000000000 --- a/dev-python/immutabledict/immutabledict-4.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 arm64 ~ppc64" - -distutils_enable_tests pytest