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 CDECA138350 for ; Wed, 5 Feb 2020 19:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 822DFE0831; Wed, 5 Feb 2020 19:37:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5916AE0831 for ; Wed, 5 Feb 2020 19:37:24 +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 3C58F34E7B3 for ; Wed, 5 Feb 2020 19:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA62F126 for ; Wed, 5 Feb 2020 19:37:21 +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: <1580931425.963c87638c66a119d8cc131eea73835a861db7f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyECLib/Manifest dev-python/PyECLib/PyECLib-1.5.0.ebuild X-VCS-Directories: dev-python/PyECLib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 963c87638c66a119d8cc131eea73835a861db7f9 X-VCS-Branch: master Date: Wed, 5 Feb 2020 19:37:21 +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: 4ac8e95d-eb0d-4708-9110-18adf8dcca9a X-Archives-Hash: 7eac98b1d7751bae2ead348e903b3f52 commit: 963c87638c66a119d8cc131eea73835a861db7f9 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 19:20:48 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 19:37:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963c8763 dev-python/PyECLib: Remove old (py2) Signed-off-by: Michał Górny gentoo.org> dev-python/PyECLib/Manifest | 1 - dev-python/PyECLib/PyECLib-1.5.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest index 907335f12e4..d046078c177 100644 --- a/dev-python/PyECLib/Manifest +++ b/dev-python/PyECLib/Manifest @@ -1,2 +1 @@ -DIST pyeclib-1.5.0.tar.gz 6682493 BLAKE2B 3f3a595b67a8e216b90c61f8119be6f40de0863a0d77c4e65c41e699aad0d9a5f1d621e8bb9510d78b9eb495acc5fc5af7178afe127780151b9be60ca246fbff SHA512 89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294 SHA512 507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8 diff --git a/dev-python/PyECLib/PyECLib-1.5.0.ebuild b/dev-python/PyECLib/PyECLib-1.5.0.ebuild deleted file mode 100644 index 139dcba355e..00000000000 --- a/dev-python/PyECLib/PyECLib-1.5.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils multilib - -DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" -HOMEPAGE="https://pypi.org/project/PyECLib/" -SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz" -S="${WORKDIR}/pyeclib-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-libs/jerasure" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND="dev-libs/liberasurecode - ${CDEPEND}"