grozin 15/02/19 09:14:50 Modified: ChangeLog bpython-0.14.ebuild Log: Cleanup, closing #540574 (Portage version: 2.2.17/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Revision Changes Path 1.49 dev-python/bpython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 18 Feb 2015 18:32:34 -0000 1.48 +++ ChangeLog 19 Feb 2015 09:14:50 -0000 1.49 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bpython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.48 2015/02/18 18:32:34 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.49 2015/02/19 09:14:50 grozin Exp $ + + 19 Feb 2015; Andrey Grozin <[email protected]> bpython-0.14.ebuild: + Cleanup, closing #540574 18 Feb 2015; Andrey Grozin <[email protected]> bpython-0.14.ebuild, +files/bpython-0.14.patch: 1.3 dev-python/bpython/bpython-0.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild?r1=1.2&r2=1.3 Index: bpython-0.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bpython-0.14.ebuild 18 Feb 2015 18:32:34 -0000 1.2 +++ bpython-0.14.ebuild 19 Feb 2015 09:14:50 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v 1.2 2015/02/18 18:32:34 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v 1.3 2015/02/19 09:14:50 grozin Exp $ EAPI=5 @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc gtk test" +IUSE="doc test" RDEPEND=" dev-python/curtsies[${PYTHON_USEDEP}] @@ -32,10 +32,6 @@ >=dev-python/six-1.4[${PYTHON_USEDEP}] dev-python/urwid[${PYTHON_USEDEP}] dev-python/watchdog[${PYTHON_USEDEP}] - gtk? ( - dev-python/pygobject:2[$(python_gen_usedep python2_7)] - dev-python/pygtk[$(python_gen_usedep python2_7)] - ) " DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) @@ -57,20 +53,8 @@ fi } -python_install() { - distutils-r1_python_install - if ! use gtk; then - rm -f "${D}"usr/bin/bpython-gtk* - # delete_unneeded_modules() { - rm -f "${D}$(python_get_sitedir)/bpython/gtk_.py" - fi -} - python_test() { pushd build/lib > /dev/null - # https://bitbucket.org/bobf/bpython/issue/289/test-failures-in-latest-release-py27-py33 - sed -e s':test_enter:_&:' -i bpython/test/test_repl.py || die - "${PYTHON}" -m unittest discover || die popd > /dev/null }
