mgorny 14/07/06 12:50:52 Modified: testresources-0.2.7-r1.ebuild testresources-0.2.7-r2.ebuild testresources-0.2.7.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.6 dev-python/testresources/testresources-0.2.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild?r1=1.5&r2=1.6 Index: testresources-0.2.7-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- testresources-0.2.7-r1.ebuild 8 Jun 2014 09:46:15 -0000 1.5 +++ testresources-0.2.7-r1.ebuild 6 Jul 2014 12:50:51 -0000 1.6 @@ -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/testresources/testresources-0.2.7-r1.ebuild,v 1.5 2014/06/08 09:46:15 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.6 2014/07/06 12:50:51 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -19,8 +19,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] - dev-python/fixtures[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + dev-python/fixtures[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { 1.2 dev-python/testresources/testresources-0.2.7-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?r1=1.1&r2=1.2 Index: testresources-0.2.7-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- testresources-0.2.7-r2.ebuild 12 Jun 2014 08:13:42 -0000 1.1 +++ testresources-0.2.7-r2.ebuild 6 Jul 2014 12:50:51 -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/testresources/testresources-0.2.7-r2.ebuild,v 1.1 2014/06/12 08:13:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.2 2014/07/06 12:50:51 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -19,8 +19,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] - dev-python/fixtures[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + dev-python/fixtures[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { 1.3 dev-python/testresources/testresources-0.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild?r1=1.2&r2=1.3 Index: testresources-0.2.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- testresources-0.2.7.ebuild 13 Dec 2013 02:38:53 -0000 1.2 +++ testresources-0.2.7.ebuild 6 Jul 2014 12:50:51 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.2 2013/12/13 02:38:53 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.3 2014/07/06 12:50:51 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/fixtures[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + dev-python/fixtures[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { 1.9 dev-python/testresources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 12 Jun 2014 08:13:42 -0000 1.8 +++ ChangeLog 6 Jul 2014 12:50:51 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/testresources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.8 2014/06/12 08:13:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.9 2014/07/06 12:50:51 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> testresources-0.2.7-r1.ebuild, + testresources-0.2.7-r2.ebuild, testresources-0.2.7.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *testresources-0.2.7-r2 (12 Jun 2014)