brotlipy: it sounds funny to say, and the ebuild reads worse

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-01-08 21:12:20 -05:00
parent b63f1746e2
commit 14ca75811c
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -10,12 +10,13 @@ inherit distutils-r1
DESCRIPTION="Python binding to the Brotli library"
HOMEPAGE="https://pypi.python.org/pypi/brotlipy"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
virtual/python-cffi[${PYTHON_USEDEP}]"