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 ACA2B138239 for ; Sun, 29 Mar 2020 12:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55A12E0ACA; Sun, 29 Mar 2020 12:22:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 29046E0AC9 for ; Sun, 29 Mar 2020 12:22:10 +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 0609034FAF1 for ; Sun, 29 Mar 2020 12:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 207351B9 for ; Sun, 29 Mar 2020 12:22:04 +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: <1585483953.8b49fc33a77b81cab300636de2dddf1e7312a38e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zict/Manifest dev-python/zict/zict-0.1.2.ebuild dev-python/zict/zict-0.1.3.ebuild X-VCS-Directories: dev-python/zict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8b49fc33a77b81cab300636de2dddf1e7312a38e X-VCS-Branch: master Date: Sun, 29 Mar 2020 12:22:04 +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: 12764d28-ba73-4899-aca8-7be2a693398d X-Archives-Hash: 90dabf498cdc465c49f76762e04edb0a commit: 8b49fc33a77b81cab300636de2dddf1e7312a38e Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 12:12:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 12:12:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b49fc33 dev-python/zict: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/zict/Manifest | 2 -- dev-python/zict/zict-0.1.2.ebuild | 32 -------------------------------- dev-python/zict/zict-0.1.3.ebuild | 30 ------------------------------ 3 files changed, 64 deletions(-) diff --git a/dev-python/zict/Manifest b/dev-python/zict/Manifest index 5160f2f891d..0d839674f03 100644 --- a/dev-python/zict/Manifest +++ b/dev-python/zict/Manifest @@ -1,3 +1 @@ -DIST zict-0.1.2.tar.gz 10839 BLAKE2B 6256e6202f6cca1db025d21c42b98163ad897ceda6a1b878e75165b358ec0a4b9150f04ecdc05f5408dd74c97212b8301d1f45d91f92dad138789570ffcfa562 SHA512 13fc6647bc1506bc5e8f69d39a07851a06634949ce917f294762ff3143c8a539117f8731b103df2663708fa1e8c968359985d9c4273aa952f500a89019c176e3 -DIST zict-0.1.3.tar.gz 11199 BLAKE2B f91c51888816b3b3693ee272379e36c58141afeba14cf25eff9e1416cd59900ca9ab146d7fe806a22939e97dfb3f1657e443eb1420f4d5170a3723df32c3d73b SHA512 2051ff589f9dfc822ceb6a0adebb62e7b782bd426be5035163e78031814927dca221bfcc27ce47fb3d0287b1ec7e1ff120ccebf150e447df213aaa2136f744a4 DIST zict-0.1.4.tar.gz 11335 BLAKE2B 30a70f04328762687ea9e6805e540469c26a85898278f2d83e1004d2663cd728a03df68e4900cf22b9d3b3ec6efc44a0fae3e5e0ff631a8bb8cc1d8ac510b8ee SHA512 3381c7fd64a99145f80800772dde381ae16225209aa9300f9d1a2c36b5ac1c4281d4068202e607985666ad44cce7d18317d4d8ca4d3ea4f9a227d4f4180e015c diff --git a/dev-python/zict/zict-0.1.2.ebuild b/dev-python/zict/zict-0.1.2.ebuild deleted file mode 100644 index 85e4db0c5b5..00000000000 --- a/dev-python/zict/zict-0.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Mutable mapping tools" -HOMEPAGE="https://github.com/dask/zict/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/HeapDict[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/HeapDict[${PYTHON_USEDEP}] - dev-python/lmdb[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -python_test() { - py.test || die -} diff --git a/dev-python/zict/zict-0.1.3.ebuild b/dev-python/zict/zict-0.1.3.ebuild deleted file mode 100644 index 5fb26c305b9..00000000000 --- a/dev-python/zict/zict-0.1.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Mutable mapping tools" -HOMEPAGE="https://github.com/dask/zict/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/HeapDict[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/HeapDict[${PYTHON_USEDEP}] - dev-python/lmdb[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test || die -}