prometheanfire 15/04/30 20:28:16 Modified: oslo-concurrency-1.8.0.ebuild ChangeLog Log: fixing python_prepare phase (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.3 dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?r1=1.2&r2=1.3 Index: oslo-concurrency-1.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oslo-concurrency-1.8.0.ebuild 30 Apr 2015 17:16:11 -0000 1.2 +++ oslo-concurrency-1.8.0.ebuild 30 Apr 2015 20:28:16 -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/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v 1.2 2015/04/30 17:16:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v 1.3 2015/04/30 20:28:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -45,8 +45,9 @@ !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}] " -python_prepare() { +python_prepare_all() { sed -i '/futures/d' test-requirements.txt || die + distutils-r1_python_prepare_all } python_test() { 1.3 dev-python/oslo-concurrency/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 30 Apr 2015 17:16:11 -0000 1.2 +++ ChangeLog 30 Apr 2015 20:28:16 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/oslo-concurrency # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.2 2015/04/30 17:16:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.3 2015/04/30 20:28:16 prometheanfire Exp $ + + 30 Apr 2015; Matthew Thode <[email protected]> + oslo-concurrency-1.8.0.ebuild: + fixing python_prepare phase 30 Apr 2015; Matthew Thode <[email protected]> oslo-concurrency-1.8.0.ebuild:
