2019-01-22 08:48:16 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
2013-11-16 14:47:56 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
2019-04-18 08:48:31 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
|
2013-11-16 14:47:56 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
2018-07-29 21:19:09 +03:00
|
|
|
DESCRIPTION="A python interface to the sendfile(2) system call"
|
2015-09-02 17:38:56 +03:00
|
|
|
HOMEPAGE="https://github.com/giampaolo/pysendfile"
|
2015-03-18 11:07:08 +03:00
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
2013-11-16 14:47:56 +04:00
|
|
|
|
2019-07-29 21:44:02 +03:00
|
|
|
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 sparc x86"
|
2013-11-16 14:47:56 +04:00
|
|
|
IUSE=""
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
RDEPEND=""
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
|
|
|
2015-03-18 11:07:08 +03:00
|
|
|
# Testsuite abandonned due to demanding starting a local web type server
|