diff --git a/dev-python/brotlipy/brotlipy-0.6.0.ebuild b/dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild similarity index 63% rename from dev-python/brotlipy/brotlipy-0.6.0.ebuild rename to dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild index 63ea8e279..ea9365535 100644 --- a/dev-python/brotlipy/brotlipy-0.6.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild @@ -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}]"