idella4 14/06/16 01:51:57 Modified: msgpack-0.4.2.ebuild ChangeLog Log: shed un-needed dep nose, fix test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/msgpack/msgpack-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild?r1=1.2&r2=1.3 Index: msgpack-0.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- msgpack-0.4.2.ebuild 15 Jun 2014 11:33:57 -0000 1.2 +++ msgpack-0.4.2.ebuild 16 Jun 2014 01:51:57 -0000 1.3 @@ -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/msgpack/msgpack-0.4.2.ebuild,v 1.2 2014/06/15 11:33:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.3 2014/06/16 01:51:57 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -23,16 +23,10 @@ test? ( dev-python/six[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" -DISTUTILS_IN_SOURCE_BUILD=1 python_test() { - # https://github.com/msgpack/msgpack/issues/173 - if [[ "${EPYTHON}" == pypy ]]; then - sed -e s':test_unpacker_hook_refcnt:_&:' -i test/test_unpack.py || die - fi - nosetests -P -w test || die "Tests fail with ${EPYTHON}" + py.test test || die "Tests fail with ${EPYTHON}" } 1.20 dev-python/msgpack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/msgpack/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 15 Jun 2014 11:33:57 -0000 1.19 +++ ChangeLog 16 Jun 2014 01:51:57 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/msgpack # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.19 2014/06/15 11:33:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.20 2014/06/16 01:51:57 idella4 Exp $ + + 16 Jun 2014; Ian Delaney <idel...@gentoo.org> msgpack-0.4.2.ebuild: + shed un-needed dep nose, fix test phase 15 Jun 2014; Ian Delaney <idel...@gentoo.org> msgpack-0.4.2.ebuild: drop py2.6 add pypy supp., update test phase accordingly