idella4 14/08/10 01:27:16 Modified: datashape-0.3.0.ebuild ChangeLog Log: switch test dep to pytest, update test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/datashape/datashape-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.3.0.ebuild?r1=1.1&r2=1.2 Index: datashape-0.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- datashape-0.3.0.ebuild 9 Aug 2014 08:29:27 -0000 1.1 +++ datashape-0.3.0.ebuild 10 Aug 2014 01:27:16 -0000 1.2 @@ -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/datashape/datashape-0.3.0.ebuild,v 1.1 2014/08/09 08:29:27 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.3.0.ebuild,v 1.2 2014/08/10 01:27:16 idella4 Exp $ EAPI=5 @@ -24,7 +24,7 @@ " DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] )" + dev-python/pytest[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed d'loading @@ -38,9 +38,7 @@ } python_test() { - # https://github.com/ContinuumIO/datashape/issues/78 - cd "${BUILD_DIR}"/lib* || die - nosetests -v || die + py.test -v || die "Tests failed under ${EPYTHON}" } python_install_all() { 1.5 dev-python/datashape/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 9 Aug 2014 08:29:27 -0000 1.4 +++ ChangeLog 10 Aug 2014 01:27:16 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/datashape # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.4 2014/08/09 08:29:27 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.5 2014/08/10 01:27:16 idella4 Exp $ + + 10 Aug 2014; Ian Delaney <[email protected]> datashape-0.3.0.ebuild: + switch test dep to pytest, update test phase *datashape-0.3.0 (09 Aug 2014)
