mgorny 14/07/06 12:45:33 Modified: pychef-0.2.1.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.2 dev-python/pychef/pychef-0.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild?r1=1.1&r2=1.2 Index: pychef-0.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pychef-0.2.1.ebuild 14 May 2013 19:28:15 -0000 1.1 +++ pychef-0.2.1.ebuild 6 Jul 2014 12:45:33 -0000 1.2 @@ -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/pychef/pychef-0.2.1.ebuild,v 1.1 2013/05/14 19:28:15 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/pychef-0.2.1.ebuild,v 1.2 2014/07/06 12:45:33 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,8 +19,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/versiontools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + test? ( dev-python/mock[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { 1.2 dev-python/pychef/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychef/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 14 May 2013 19:28:15 -0000 1.1 +++ ChangeLog 6 Jul 2014 12:45:33 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pychef -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.1 2013/05/14 19:28:15 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychef/ChangeLog,v 1.2 2014/07/06 12:45:33 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> pychef-0.2.1.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *pychef-0.2.1 (14 May 2013)