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 5120915808B for ; Sun, 10 Apr 2022 06:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C45CE09AB; Sun, 10 Apr 2022 06:39:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47E6CE0894 for ; Sun, 10 Apr 2022 06:39:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF2CE3414B5 for ; Sun, 10 Apr 2022 06:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 538AF355 for ; Sun, 10 Apr 2022 06:39:39 +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: <1649572542.ccec365f2cbb99a830264d3334e56e25b09759e6.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.6.0.ebuild X-VCS-Directories: dev-python/snappy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ccec365f2cbb99a830264d3334e56e25b09759e6 X-VCS-Branch: master Date: Sun, 10 Apr 2022 06:39:39 +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: aa03b46e-27f4-4263-9614-810f21401cd7 X-Archives-Hash: 7bebdb9b48ca64835e4008e44790efc3 commit: ccec365f2cbb99a830264d3334e56e25b09759e6 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 10 06:35:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 10 06:35:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccec365f dev-python/snappy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/snappy/Manifest | 1 - dev-python/snappy/snappy-0.6.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/snappy/Manifest b/dev-python/snappy/Manifest index c04e4b77b9ce..fc4f9904af29 100644 --- a/dev-python/snappy/Manifest +++ b/dev-python/snappy/Manifest @@ -1,2 +1 @@ -DIST python-snappy-0.6.0.tar.gz 21344 BLAKE2B ed5b3796a6af9b2196a1cd5353cefb808a878b324d2eae6f83fca12400365c069ed38ad50d790d6201ae9584128371a655ac2003708d324fe227e0153ddaca5d SHA512 185f43fa3adef2a5ec7468f993b83d356dbd76b3340badd308ff2350352b004c4c9528b73282407ebc4f6e1c23a03c1b9abd9f3915b04771ad9b011d7163a63c DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b diff --git a/dev-python/snappy/snappy-0.6.0.ebuild b/dev-python/snappy/snappy-0.6.0.ebuild deleted file mode 100644 index a2c4b7812b44..000000000000 --- a/dev-python/snappy/snappy-0.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -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" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" -SLOT="0" - -DEPEND=">=app-arch/snappy-1.0.2:=" -RDEPEND=${DEPEND} - -python_test() { - cp test*.py "${BUILD_DIR}" || die - cd "${BUILD_DIR}" || die - "${EPYTHON}" -m unittest -v || die "Tests fail with ${EPYTHON}" -}