mgorny 14/07/06 13:04:55 Modified: webtest-2.0.11.ebuild webtest-2.0.14.ebuild webtest-2.0.15.ebuild webtest-1.4.3-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.4 dev-python/webtest/webtest-2.0.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild?r1=1.3&r2=1.4 Index: webtest-2.0.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- webtest-2.0.11.ebuild 11 Jan 2014 22:32:26 -0000 1.3 +++ webtest-2.0.11.ebuild 6 Jul 2014 13:04:55 -0000 1.4 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild,v 1.3 2014/01/11 22:32:26 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild,v 1.4 2014/07/06 13:04:55 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit distutils-r1 @@ -25,7 +25,6 @@ >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}] >=dev-python/webob-0.9.2[${PYTHON_USEDEP}] dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - python_targets_python2_6? ( dev-python/ordereddict[python_targets_python2_6] ) " DEPEND="${RDEPEND} app-arch/unzip @@ -35,7 +34,6 @@ dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/wsgiproxy2[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" 1.2 dev-python/webtest/webtest-2.0.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild?r1=1.1&r2=1.2 Index: webtest-2.0.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- webtest-2.0.14.ebuild 31 Mar 2014 09:48:16 -0000 1.1 +++ webtest-2.0.14.ebuild 6 Jul 2014 13:04:55 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild,v 1.1 2014/03/31 09:48:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild,v 1.2 2014/07/06 13:04:55 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit distutils-r1 @@ -25,7 +25,6 @@ >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}] >=dev-python/webob-0.9.2[${PYTHON_USEDEP}] dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - python_targets_python2_6? ( dev-python/ordereddict[python_targets_python2_6] ) " DEPEND="${RDEPEND} app-arch/unzip @@ -35,7 +34,6 @@ dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/wsgiproxy2[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" 1.2 dev-python/webtest/webtest-2.0.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild?r1=1.1&r2=1.2 Index: webtest-2.0.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- webtest-2.0.15.ebuild 23 May 2014 10:51:26 -0000 1.1 +++ webtest-2.0.15.ebuild 6 Jul 2014 13:04:55 -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/webtest/webtest-2.0.15.ebuild,v 1.1 2014/05/23 10:51:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 1.2 2014/07/06 13:04:55 mgorny Exp $ EAPI=5 @@ -36,7 +36,6 @@ dev-python/wsgiproxy2[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" 1.14 dev-python/webtest/webtest-1.4.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-1.4.3-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-1.4.3-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-1.4.3-r1.ebuild?r1=1.13&r2=1.14 Index: webtest-1.4.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- webtest-1.4.3-r1.ebuild 18 Jun 2014 16:00:48 -0000 1.13 +++ webtest-1.4.3-r1.ebuild 6 Jul 2014 13:04:55 -0000 1.14 @@ -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/webtest/webtest-1.4.3-r1.ebuild,v 1.13 2014/06/18 16:00:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3-r1.ebuild,v 1.14 2014/07/06 13:04:55 mgorny Exp $ EAPI=5 @@ -27,8 +27,7 @@ dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/pyquery[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" + dev-python/pyquery[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/webtest-1.4.3-doctest.patch" ) 1.83 dev-python/webtest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 18 Jun 2014 16:00:48 -0000 1.82 +++ ChangeLog 6 Jul 2014 13:04:55 -0000 1.83 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.82 2014/06/18 16:00:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.83 2014/07/06 13:04:55 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> webtest-1.4.3-r1.ebuild, + webtest-2.0.11.ebuild, webtest-2.0.14.ebuild, webtest-2.0.15.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 18 Jun 2014; Tobias Klausmann <klaus...@gentoo.org> webtest-1.4.3-r1.ebuild: Stable on alpha, bug #450174