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 63F021382C5 for ; Sat, 20 Feb 2021 10:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8007E0866; Sat, 20 Feb 2021 10:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 92336E0866 for ; Sat, 20 Feb 2021 10:10:59 +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 92385340FFC for ; Sat, 20 Feb 2021 10:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31CB04EF for ; Sat, 20 Feb 2021 10:10:54 +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: <1613815815.64aed9aa96314c5fe4fa89afc09e65614816c8da.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snappy/Manifest dev-python/snappy/snappy-0.5.1-r1.ebuild X-VCS-Directories: dev-python/snappy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 64aed9aa96314c5fe4fa89afc09e65614816c8da X-VCS-Branch: master Date: Sat, 20 Feb 2021 10:10:54 +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: f7c3b80f-f872-4605-b8bc-bf85789d3da1 X-Archives-Hash: f29b22d9def3e2c49fe266f37fa34af0 commit: 64aed9aa96314c5fe4fa89afc09e65614816c8da Author: Michał Górny gentoo org> AuthorDate: Sat Feb 20 08:08:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 20 10:10:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64aed9aa dev-python/snappy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/snappy/Manifest | 1 - dev-python/snappy/snappy-0.5.1-r1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/snappy/Manifest b/dev-python/snappy/Manifest index 92766f356ce..201aa4e0e03 100644 --- a/dev-python/snappy/Manifest +++ b/dev-python/snappy/Manifest @@ -1,2 +1 @@ -DIST python-snappy-0.5.1.tar.gz 15252 BLAKE2B eede689d51123968bdea64b8c89dc1fcb7f700fcd4e5869339717657ea6db88cacfcdaf59f00899773c65953c16ae271c5a6e03d6a17be16ca1e3dddf2b37cd3 SHA512 95a6389c58790aaeff61419bb9f183a29ad801733cae8144a67eb6203a8ebf6c6790bea7c025b37588dc98ebd2fed20f37857d2f30199f507f52653d2475c16b DIST python-snappy-0.6.0.tar.gz 21344 BLAKE2B ed5b3796a6af9b2196a1cd5353cefb808a878b324d2eae6f83fca12400365c069ed38ad50d790d6201ae9584128371a655ac2003708d324fe227e0153ddaca5d SHA512 185f43fa3adef2a5ec7468f993b83d356dbd76b3340badd308ff2350352b004c4c9528b73282407ebc4f6e1c23a03c1b9abd9f3915b04771ad9b011d7163a63c diff --git a/dev-python/snappy/snappy-0.5.1-r1.ebuild b/dev-python/snappy/snappy-0.5.1-r1.ebuild deleted file mode 100644 index cb87edf6551..00000000000 --- a/dev-python/snappy/snappy-0.5.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -MY_PN=python-${PN} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python library for the snappy compression library from Google" -HOMEPAGE="https://pypi.org/project/python-snappy/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" -SLOT="0" - -RDEPEND=">=app-arch/snappy-1.0.2:=" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -python_test() { - "${EPYTHON}" test_snappy.py -v || die "Tests fail with ${EPYTHON}" -}