prometheanfire 15/04/30 17:16:11 Modified: oslo-concurrency-1.8.0.ebuild ChangeLog Log: adding py3 support (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.2&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.1&r2=1.2 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oslo-concurrency-1.8.0.ebuild 30 Apr 2015 16:48:59 -0000 1.1 +++ oslo-concurrency-1.8.0.ebuild 30 Apr 2015 17:16:11 -0000 1.2 @@ -1,9 +1,9 @@ # 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.1 2015/04/30 16:48:59 prometheanfire Exp $ +# $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 $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 @@ -25,7 +25,7 @@ <dev-python/hacking-0.11[${PYTHON_USEDEP}] >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}] >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/futures-2.1.6[${PYTHON_USEDEP}] + virtual/python-futures[${PYTHON_USEDEP}] >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] @@ -45,7 +45,9 @@ !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}] " -# This time half the doc files are missing; Do you want them? +python_prepare() { + sed -i '/futures/d' test-requirements.txt || die +} python_test() { nosetests tests/ || die "test failed under ${EPYTHON}" 1.2 dev-python/oslo-concurrency/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 30 Apr 2015 16:48:59 -0000 1.1 +++ ChangeLog 30 Apr 2015 17:16:11 -0000 1.2 @@ -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.1 2015/04/30 16:48:59 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.2 2015/04/30 17:16:11 prometheanfire Exp $ + + 30 Apr 2015; Matthew Thode <[email protected]> + oslo-concurrency-1.8.0.ebuild: + adding py3 support *oslo-concurrency-1.8.0 (30 Apr 2015)
