From: Justin Lecher Date: Thu, 10 Sep 2015 07:57:16 +0000 (+0200) Subject: dev-python/bpython: Drop unnecessary restriction on curtsies dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e4a86cf984ec67ccdf810ed695e1c3e3c98d30c;p=gentoo.git dev-python/bpython: Drop unnecessary restriction on curtsies dep Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/bpython/bpython-0.14.2.ebuild b/dev-python/bpython/bpython-0.14.2.ebuild index 6d90b5849035..8f389d7b0a89 100644 --- a/dev-python/bpython/bpython-0.14.2.ebuild +++ b/dev-python/bpython/bpython-0.14.2.ebuild @@ -11,11 +11,8 @@ PYTHON_REQ_USE="ncurses" inherit distutils-r1 DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE="http://www.bpython-interpreter.org/ https://bitbucket.org/bobf/bpython/ https://pypi.python.org/pypi/bpython" -SRC_URI=" - http://www.bpython-interpreter.org/releases/${P}.tar.gz - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - " +HOMEPAGE="http://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -24,7 +21,6 @@ IUSE="doc test" RDEPEND=" >=dev-python/curtsies-0.1.18[${PYTHON_USEDEP}] -