commit: 1e4a86cf984ec67ccdf810ed695e1c3e3c98d30c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Sep 10 07:57:16 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Sep 10 07:59:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4a86cf
dev-python/bpython: Drop unnecessary restriction on curtsies dep Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> 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 6d90b58..8f389d7 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}] - <dev-python/curtsies-0.2.0[${PYTHON_USEDEP}] dev-python/greenlet[${PYTHON_USEDEP}] dev-python/jedi[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}]
