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 DD440138359 for ; Wed, 21 Oct 2020 22:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15DBBE0977; Wed, 21 Oct 2020 22:51:52 +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 D6425E0978 for ; Wed, 21 Oct 2020 22:51:51 +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 E62AC340E15 for ; Wed, 21 Oct 2020 22:51:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D04E3D4 for ; Wed, 21 Oct 2020 22:51:47 +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: <1603320699.c5131d2eaf50b6d69ecaad084a6a0664101aa894.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zstandard/Manifest dev-python/zstandard/zstandard-0.12.0-r1.ebuild X-VCS-Directories: dev-python/zstandard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5131d2eaf50b6d69ecaad084a6a0664101aa894 X-VCS-Branch: master Date: Wed, 21 Oct 2020 22:51:47 +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: f9e7358e-990a-4dce-b541-11f2e6189942 X-Archives-Hash: c6735b6c0a21b0a4e026e9225d96a602 commit: c5131d2eaf50b6d69ecaad084a6a0664101aa894 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 21 22:48:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 21 22:51:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5131d2e dev-python/zstandard: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/zstandard/Manifest | 1 - dev-python/zstandard/zstandard-0.12.0-r1.ebuild | 32 ------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest index 512ebe9eb2a..25c4d309a5b 100644 --- a/dev-python/zstandard/Manifest +++ b/dev-python/zstandard/Manifest @@ -1,3 +1,2 @@ -DIST zstandard-0.12.0.tar.gz 648827 BLAKE2B bb644150e4126997d447dad3e5aec9f6e15ee344366634772d75b246a9ab82fad13f85ce986f36e45331fff26449b05a0864ad77d949def8cb024f598a218c74 SHA512 ebf896a77ce5cdc82a1edb658a0b96bcf99deee7aa031163879fc21fe3d03623061182fd2c11840a5a46a8ad0a08b98b802b4703b963d448a25c0b52685d3b64 DIST zstandard-0.14.0.tar.gz 676761 BLAKE2B f90fcee6571f89eb5964ba50c722be8f3b846a0aaa6f79bd41389131ce332a4c6f7ec3d2eabd16268a42d211c7c02c2f7379019ef44272eb23cc74a20e5e9b3d SHA512 57c62eb7dedde2a2178f79a5658b87b5c5f176b282311273953003824272afa03e126a79b57fc8b75e9e15585d44d6b9931318a8ea5e7c75ec0feebbd7eb6cf0 DIST zstandard-0.8.1.tar.gz 463785 BLAKE2B ac4dce58cefa05d265824004464bad89a7f4c4e5f19ac1d8b5b8b0ad6f806318e2b82ffb6f3a290e3605961801909b339b1e5d89fdccd76fd28c75a695a92e0a SHA512 0ddbe22381397443c6c9f84e64f9358160bede104c4f48351119d880ac4f88994739b0b3915454567d2b2b04930c6ead5aa290a40323ba4b0bacf5e97809793c diff --git a/dev-python/zstandard/zstandard-0.12.0-r1.ebuild b/dev-python/zstandard/zstandard-0.12.0-r1.ebuild deleted file mode 100644 index 7a70e73bcae..00000000000 --- a/dev-python/zstandard/zstandard-0.12.0-r1.ebuild +++ /dev/null @@ -1,32 +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="Zstandard Bindings for Python" -HOMEPAGE="https://pypi.org/project/zstandard/ https://github.com/indygreg/python-zstandard" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" - -python_compile() { - local MAKEOPTS=-j1 - distutils-r1_python_compile -} - -python_test() { - esetup.py test -}