Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/
Date: Sat, 28 Mar 2020 18:26:10
Message-Id: 1585419055.5a9ed69ab110d9d5bbe221b60e15f15244e6d62c.mgorny@gentoo
1 commit: 5a9ed69ab110d9d5bbe221b60e15f15244e6d62c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:10:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:10:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9ed69a
7
8 dev-python/pysendfile: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
16 deleted file mode 100644
17 index f6b36937bb6..00000000000
18 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -PYTHON_COMPAT=( python{2_7,3_6} )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A python interface to the sendfile(2) system call"
30 -HOMEPAGE="https://github.com/giampaolo/pysendfile"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
34 -IUSE=""
35 -LICENSE="MIT"
36 -SLOT="0"
37 -
38 -RDEPEND=""
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -
41 -# Testsuite abandonned due to demanding starting a local web type server