pentoo-overlay/dev-python/brotlipy/brotlipy-0.7.0.ebuild
2018-05-21 11:53:49 +08:00

22 lines
517 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Python binding to the Brotli library"
HOMEPAGE="https://pypi.python.org/pypi/brotlipy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
virtual/python-cffi[${PYTHON_USEDEP}]"