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 957B0138350 for ; Sat, 28 Mar 2020 18:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5FAFE0A8E; Sat, 28 Mar 2020 18:26:07 +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 CD403E0A8E for ; Sat, 28 Mar 2020 18:26:07 +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 DAB8034FA7B for ; Sat, 28 Mar 2020 18:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 611CA1AF for ; Sat, 28 Mar 2020 18:26:02 +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: <1585419055.5a9ed69ab110d9d5bbe221b60e15f15244e6d62c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysendfile/pysendfile-2.0.1.ebuild X-VCS-Directories: dev-python/pysendfile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a9ed69ab110d9d5bbe221b60e15f15244e6d62c X-VCS-Branch: master Date: Sat, 28 Mar 2020 18:26:02 +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: d3e86948-2506-4588-a17f-d4b6b40a1ba4 X-Archives-Hash: 3e517d6e013994af5e7d6c7f38968bea commit: 5a9ed69ab110d9d5bbe221b60e15f15244e6d62c Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 18:10:55 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 18:10:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9ed69a dev-python/pysendfile: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pysendfile/pysendfile-2.0.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild deleted file mode 100644 index f6b36937bb6..00000000000 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A python interface to the sendfile(2) system call" -HOMEPAGE="https://github.com/giampaolo/pysendfile" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" -LICENSE="MIT" -SLOT="0" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -# Testsuite abandonned due to demanding starting a local web type server