idella4 14/12/01 08:06:02 Modified: beautifulsoup-4.3.2.ebuild ChangeLog Log: clean old impls, add pypy3, update test phase (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?r1=1.4&r2=1.5 Index: beautifulsoup-4.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- beautifulsoup-4.3.2.ebuild 2 Apr 2014 21:11:35 -0000 1.4 +++ beautifulsoup-4.3.2.ebuild 1 Dec 2014 08:06:02 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.4 2014/04/02 21:11:35 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.5 2014/12/01 08:06:02 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 @@ -37,9 +37,7 @@ } python_test() { - # https://bugs.launchpad.net/beautifulsoup/+bug/1251451 - nosetests -w "${BUILD_DIR}"/lib -I test_lxml.py \ - || die "Tests fail with ${EPYTHON}" + nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}" } python_install_all() { 1.120 dev-python/beautifulsoup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 24 Nov 2014 13:47:10 -0000 1.119 +++ ChangeLog 1 Dec 2014 08:06:02 -0000 1.120 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.119 2014/11/24 13:47:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.120 2014/12/01 08:06:02 idella4 Exp $ + + 01 Dec 2014; Ian Delaney <[email protected]> beautifulsoup-4.3.2.ebuild: + clean old impls, add pypy3, update test phase 24 Nov 2014; Pacho Ramos <[email protected]> beautifulsoup-3.1.0.1-r2.ebuild: Support python 3.4
