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 ADDEB158094 for ; Sat, 13 Aug 2022 11:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE2B7E09A4; Sat, 13 Aug 2022 11:09:21 +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 B6356E0997 for ; Sat, 13 Aug 2022 11:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BE0A7341419 for ; Sat, 13 Aug 2022 11:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58235562 for ; Sat, 13 Aug 2022 11:09:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1660388859.6272f4361d88f7546dd7b1ebaba8fa130c4d8a1c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toolz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/toolz/Manifest dev-python/toolz/toolz-0.11.2-r1.ebuild X-VCS-Directories: dev-python/toolz/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6272f4361d88f7546dd7b1ebaba8fa130c4d8a1c X-VCS-Branch: master Date: Sat, 13 Aug 2022 11:09:19 +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: 80fde899-07ef-4730-9b2f-f94c2badca1a X-Archives-Hash: 382d7d35094bddb2c220658c712c1afd commit: 6272f4361d88f7546dd7b1ebaba8fa130c4d8a1c Author: Arthur Zamarin gentoo org> AuthorDate: Sat Aug 13 11:07:39 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Aug 13 11:07:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6272f436 dev-python/toolz: drop 0.11.2-r1 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/toolz/Manifest | 1 - dev-python/toolz/toolz-0.11.2-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/toolz/Manifest b/dev-python/toolz/Manifest index 488ee52ec49f..4fba9d39ac8d 100644 --- a/dev-python/toolz/Manifest +++ b/dev-python/toolz/Manifest @@ -1,2 +1 @@ -DIST toolz-0.11.2.tar.gz 65928 BLAKE2B 3a2baddae437272e8f3efb665b63df127b3ec6bc2a68f3381651a1a3a3b45e4de6e575a328306fac95e9261228ee91193effd4aeca8d115f1608cb2561d50f13 SHA512 67e8aaea3f9fb8811027f19aa9cf56ab980e4f9cea43978ed9515662c78a7bea12314054b2c26da483b055382d4b080125c011fc43bc48b0965a6ff8415f7168 DIST toolz-0.12.0.tar.gz 66264 BLAKE2B a68bd895a4d500baebae02dce389adabbebe3eaa103ed2753ebd42d84dba54d9ef0b1467738b6a2eed14af24e197a12ef6b6c6907bcf4633252256793e1eac5f SHA512 6c1376f978a1ab469a6fcca9a5ccaf8b8f1bdf92e4484ff0bad947d6727f390ed6571426070a81a0e123725269043ded28294e57921bde2bb9ff87b048a5405f diff --git a/dev-python/toolz/toolz-0.11.2-r1.ebuild b/dev-python/toolz/toolz-0.11.2-r1.ebuild deleted file mode 100644 index 1f4e04582f0f..000000000000 --- a/dev-python/toolz/toolz-0.11.2-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="List processing tools and functional utilities" -HOMEPAGE="https://pypi.org/project/toolz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest