diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-07-04 15:55:26 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-07-04 15:55:26 +0000 |
commit | 528cbf58c9c715eaaf8c4d0a90dc2b8639da7691 (patch) | |
tree | 62bd6cedafc60ecc97580d56b2444d57f88e7a05 /dev-python/bpython | |
parent | Fixed minor issues with desktop file and obsolete configure options (bug #515... (diff) | |
download | gentoo-2-528cbf58c9c715eaaf8c4d0a90dc2b8639da7691.tar.gz gentoo-2-528cbf58c9c715eaaf8c4d0a90dc2b8639da7691.tar.bz2 gentoo-2-528cbf58c9c715eaaf8c4d0a90dc2b8639da7691.zip |
tidy
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.13.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index 948063d8b76f..891b16791fe8 100644 --- a/dev-python/bpython/ChangeLog +++ b/dev-python/bpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bpython # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.38 2014/06/05 08:35:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.39 2014/07/04 15:55:26 idella4 Exp $ + + 04 Jul 2014; Ian Delaney <idella4@gentoo.org> bpython-0.13.ebuild: + tidy *bpython-0.13 (05 Jun 2014) diff --git a/dev-python/bpython/bpython-0.13.ebuild b/dev-python/bpython/bpython-0.13.ebuild index 3c076080d745..1878081457bd 100644 --- a/dev-python/bpython/bpython-0.13.ebuild +++ b/dev-python/bpython/bpython-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild,v 1.1 2014/06/05 08:35:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild,v 1.2 2014/07/04 15:55:26 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS CHANGELOG TODO sample-config sample.theme light.theme ) PATCHES=( "${FILESDIR}"/${PN}-desktop.patch ) + # Req'd for clean build by each impl DISTUTILS_IN_SOURCE_BUILD=1 @@ -56,7 +57,7 @@ python_test() { sed -e s':test_fuzzy_global_complete:_&:' \ -i bpython/test/test_repl.py || die fi - "${PYTHON}" -m unittest discover || die "dud" + "${PYTHON}" -m unittest discover || popd > /dev/null } |