mgorny 14/07/06 12:41:28 Modified: funcparserlib-0.3.6.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.4 dev-python/funcparserlib/funcparserlib-0.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild?r1=1.3&r2=1.4 Index: funcparserlib-0.3.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- funcparserlib-0.3.6.ebuild 12 May 2014 14:49:36 -0000 1.3 +++ funcparserlib-0.3.6.ebuild 6 Jul 2014 12:41:28 -0000 1.4 @@ -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/funcparserlib/funcparserlib-0.3.6.ebuild,v 1.3 2014/05/12 14:49:36 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild,v 1.4 2014/07/06 12:41:28 mgorny Exp $ EAPI=5 @@ -18,8 +18,7 @@ IUSE="test" RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { local m=unittest 1.4 dev-python/funcparserlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/funcparserlib/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 12 May 2014 14:49:36 -0000 1.3 +++ ChangeLog 6 Jul 2014 12:41:28 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/funcparserlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/ChangeLog,v 1.3 2014/05/12 14:49:36 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/funcparserlib/ChangeLog,v 1.4 2014/07/06 12:41:28 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> funcparserlib-0.3.6.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 12 May 2014; Ian Delaney <idel...@gentoo.org> funcparserlib-0.3.6.ebuild: drop py2.6 pypy2_0 add py3.4 support