mgorny 14/07/06 12:43:28 Modified: html5lib-0.95-r1.ebuild ChangeLog Log: Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.10 dev-python/html5lib/html5lib-0.95-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?r1=1.9&r2=1.10 Index: html5lib-0.95-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- html5lib-0.95-r1.ebuild 19 Jun 2014 11:34:26 -0000 1.9 +++ html5lib-0.95-r1.ebuild 6 Jul 2014 12:43:28 -0000 1.10 @@ -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/html5lib/html5lib-0.95-r1.ebuild,v 1.9 2014/06/19 11:34:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.10 2014/07/06 12:43:28 mgorny Exp $ EAPI=5 @@ -21,8 +21,7 @@ # unittest2 used by our python_test() RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { cd "${BUILD_DIR}"/lib/html5lib/tests || die 1.28 dev-python/html5lib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 19 Jun 2014 11:34:26 -0000 1.27 +++ ChangeLog 6 Jul 2014 12:43:28 -0000 1.28 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.27 2014/06/19 11:34:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.28 2014/07/06 12:43:28 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> html5lib-0.95-r1.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 19 Jun 2014; Tobias Klausmann <klaus...@gentoo.org> html5lib-0.95-r1.ebuild: Keyworded on alpha, bug #461346