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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42E1813835A for ; Mon, 12 Apr 2021 13:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F98E085B; Mon, 12 Apr 2021 13:20:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B0DAE0844 for ; Mon, 12 Apr 2021 13:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8789340CE1 for ; Mon, 12 Apr 2021 13:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC72649 for ; Mon, 12 Apr 2021 13:20:38 +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: <1618233630.03791f6b0514a8f49cd76238e52ab7582f0d80dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/immutables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/immutables/Manifest dev-python/immutables/immutables-0.14.ebuild X-VCS-Directories: dev-python/immutables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03791f6b0514a8f49cd76238e52ab7582f0d80dd X-VCS-Branch: master Date: Mon, 12 Apr 2021 13:20:38 +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: 392d2fea-fd93-40db-9715-74e54e01c0dc X-Archives-Hash: 77ec5b99645639071e66781d47342485 commit: 03791f6b0514a8f49cd76238e52ab7582f0d80dd Author: Michał Górny gentoo org> AuthorDate: Mon Apr 12 13:19:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 12 13:20:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03791f6b dev-python/immutables: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/immutables/Manifest | 1 - dev-python/immutables/immutables-0.14.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/immutables/Manifest b/dev-python/immutables/Manifest index 688b5fceddb..2683945fd16 100644 --- a/dev-python/immutables/Manifest +++ b/dev-python/immutables/Manifest @@ -1,2 +1 @@ -DIST immutables-0.14.tar.gz 79451 BLAKE2B b18b554536a92b6f23e4c8366161cd43c2bd75d81fc619bfc9760b265835c7fc729c797758f195bd50f81573c4c52d48449deabf19167321eabbbfdfd8961217 SHA512 244a1faab70d46333749abcc2a98f65802c656eb58b23353893a8d894aff4089ccf9ed43170aa0094d8ec2d59a0dc7014d8bf12ad1a044fc066b43ae968968ea DIST immutables-0.15.tar.gz 81297 BLAKE2B cb58142c3b833d529046f09a468b3e3964e3d36e4eaf0825f88b920e6795cd042e2fc837ea6d72000bbc9cbc2fd1de911e08b4f6d189e692748b49e848dfb3fb SHA512 cd0ee20f6d6218eaf13499e40971b6750009ff01a1aefcb7dd45c77ae841296b9d9184013e6e7fe5bdef93587f85cdb8ff459af29424a0077538666260572b8e diff --git a/dev-python/immutables/immutables-0.14.ebuild b/dev-python/immutables/immutables-0.14.ebuild deleted file mode 100644 index 78adaf861b8..00000000000 --- a/dev-python/immutables/immutables-0.14.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="A high-performance immutable mapping type for Python" -HOMEPAGE="https://github.com/MagicStack/immutables" -SRC_URI="https://github.com/MagicStack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" - -distutils_enable_tests pytest