From 1e4a86cf984ec67ccdf810ed695e1c3e3c98d30c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 10 Sep 2015 09:57:16 +0200 Subject: [PATCH] dev-python/bpython: Drop unnecessary restriction on curtsies dep Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- dev-python/bpython/bpython-0.14.2.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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}] -