mgorny 14/07/06 12:50:52 Modified: testscenarios-0.4.ebuild testscenarios-0.4-r2.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/testscenarios/testscenarios-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild?r1=1.3&r2=1.4 Index: testscenarios-0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- testscenarios-0.4.ebuild 14 Jan 2014 06:43:19 -0000 1.3 +++ testscenarios-0.4.ebuild 6 Jul 2014 12:50:52 -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/testscenarios/testscenarios-0.4.ebuild,v 1.3 2014/01/14 06:43:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild,v 1.4 2014/07/06 12:50:52 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2} ) @@ -19,8 +19,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testresources[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + dev-python/testresources[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { 1.2 dev-python/testscenarios/testscenarios-0.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild?r1=1.1&r2=1.2 Index: testscenarios-0.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- testscenarios-0.4-r2.ebuild 18 Feb 2014 02:56:44 -0000 1.1 +++ testscenarios-0.4-r2.ebuild 6 Jul 2014 12:50:52 -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/testscenarios/testscenarios-0.4-r2.ebuild,v 1.1 2014/02/18 02:56:44 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild,v 1.2 2014/07/06 12:50:52 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -18,8 +18,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + dev-python/testtools[${PYTHON_USEDEP}] )" # dev-python/testresources[${PYTHON_USEDEP}] RDEPEND="" 1.14 dev-python/testscenarios/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 12 Jun 2014 08:13:26 -0000 1.13 +++ ChangeLog 6 Jul 2014 12:50:52 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/testscenarios # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.13 2014/06/12 08:13:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.14 2014/07/06 12:50:52 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> testscenarios-0.4-r2.ebuild, + testscenarios-0.4.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *testscenarios-0.4-r5 (12 Jun 2014)