idella4 14/05/17 14:47:05 Modified: pycurl-7.19.3.1.ebuild ChangeLog Log: restrict test due to extensive keyword deficits in new test deps (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/pycurl/pycurl-7.19.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild?r1=1.1&r2=1.2 Index: pycurl-7.19.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pycurl-7.19.3.1.ebuild 17 May 2014 03:32:15 -0000 1.1 +++ pycurl-7.19.3.1.ebuild 17 May 2014 14:47:05 -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/pycurl/pycurl-7.19.3.1.ebuild,v 1.1 2014/05/17 03:32:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild,v 1.2 2014/05/17 14:47:05 idella4 Exp $ EAPI=5 @@ -30,8 +30,8 @@ curl_ssl_gnutls? ( >=net-libs/gnutls-2.11.0 ) )" RDEPEND="${DEPEND}" -# Usual; requ'd fore test phase -DISTUTILS_IN_SOURCE_BUILD=1 +# Tests have new deps that can never be keyworded, for now +RESTRICT="test" python_prepare_all() { sed -e "/data_files=/d" -i setup.py || die 1.93 dev-python/pycurl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 17 May 2014 03:32:15 -0000 1.92 +++ ChangeLog 17 May 2014 14:47:05 -0000 1.93 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycurl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.92 2014/05/17 03:32:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.93 2014/05/17 14:47:05 idella4 Exp $ + + 17 May 2014; Ian Delaney <[email protected]> pycurl-7.19.3.1.ebuild: + restrict test due to extensive keyword deficits in new test deps *pycurl-7.19.3.1 (17 May 2014)
