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 86F7313835A for ; Wed, 5 Aug 2020 15:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28723E0950; Wed, 5 Aug 2020 15:18:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1411FE0950 for ; Wed, 5 Aug 2020 15:18:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9CEA034F424 for ; Wed, 5 Aug 2020 15:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B19D930D for ; Wed, 5 Aug 2020 15:18:34 +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: <1596640700.c23e305cff4d85f128c78f56e2799a8b87fbb59d.mgorny@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.9.0.ebuild X-VCS-Directories: dev-python/toolz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c23e305cff4d85f128c78f56e2799a8b87fbb59d X-VCS-Branch: master Date: Wed, 5 Aug 2020 15:18:34 +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: aaffb925-c64b-4f34-839b-2b958c797135 X-Archives-Hash: d889fb7b227322d10bf1253b7275ab31 commit: c23e305cff4d85f128c78f56e2799a8b87fbb59d Author: Michał Górny gentoo org> AuthorDate: Wed Aug 5 15:12:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 5 15:18:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23e305c dev-python/toolz: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/toolz/Manifest | 1 - dev-python/toolz/toolz-0.9.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/toolz/Manifest b/dev-python/toolz/Manifest index 163b8c129bb..998a839b166 100644 --- a/dev-python/toolz/Manifest +++ b/dev-python/toolz/Manifest @@ -1,2 +1 @@ DIST toolz-0.10.0.tar.gz 49579 BLAKE2B c323bf1ba1da5c01a1a1d879ef545767b8253c906baba63a0f600d2879c5b7120c4978574447954648c23c22221ba05de2a2c7437eed1eeff31dface1c823f6e SHA512 4ed40c165462440c6004974d2515067f211c625bebcb69ea854fd8837e1fe05febc546215355a6bb9de5916c8ba98a4d297f8aa20e40ffbc8a730b2bb3831a71 -DIST toolz-0.9.0.tar.gz 45544 BLAKE2B 8de1702a38423f71ae6da24396c7a00428b13cef262efb0fceee454bf67a09a1ab4f4093c84c38234713b38ae4058c4039f2bfcb3c7286daba112e4eda23186c SHA512 f55a773d322b4ece104724c58d89bb41a35ec43f45b14fe367865934162ef06cf7da783b53498405552df75d83fba15bb61ce5ee0661b6122c5984352e80de3d diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild deleted file mode 100644 index 0c486b0291b..00000000000 --- a/dev-python/toolz/toolz-0.9.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) - -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="amd64 x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest