diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:04:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:04:55 +0000 |
commit | 7904899f37a72f4a6332c60b703263c1d82599d0 (patch) | |
tree | 632488fb6b33e04e7a7672197c3202b9ac82fcd8 /dev-python/webtest | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-7904899f37a72f4a6332c60b703263c1d82599d0.tar.gz gentoo-2-7904899f37a72f4a6332c60b703263c1d82599d0.tar.bz2 gentoo-2-7904899f37a72f4a6332c60b703263c1d82599d0.zip |
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!)
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.4.3-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.11.ebuild | 6 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.14.ebuild | 6 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.15.ebuild | 3 |
5 files changed, 13 insertions, 14 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index f3151adf49f2..94b53abff799 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -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 <mgorny@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 <klausman@gentoo.org> webtest-1.4.3-r1.ebuild: Stable on alpha, bug #450174 diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild b/dev-python/webtest/webtest-1.4.3-r1.ebuild index 7e7a0040282f..2d48640b1988 100644 --- a/dev-python/webtest/webtest-1.4.3-r1.ebuild +++ b/dev-python/webtest/webtest-1.4.3-r1.ebuild @@ -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 @@ DEPEND="${RDEPEND} 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" ) diff --git a/dev-python/webtest/webtest-2.0.11.ebuild b/dev-python/webtest/webtest-2.0.11.ebuild index 6daf91ddef18..806a1d428820 100644 --- a/dev-python/webtest/webtest-2.0.11.ebuild +++ b/dev-python/webtest/webtest-2.0.11.ebuild @@ -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 @@ RDEPEND=" >=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 @@ DEPEND="${RDEPEND} dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/wsgiproxy2[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/webtest/webtest-2.0.14.ebuild b/dev-python/webtest/webtest-2.0.14.ebuild index 9bf52ccb3717..098cde157b11 100644 --- a/dev-python/webtest/webtest-2.0.14.ebuild +++ b/dev-python/webtest/webtest-2.0.14.ebuild @@ -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 @@ RDEPEND=" >=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 @@ DEPEND="${RDEPEND} dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/wsgiproxy2[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/webtest/webtest-2.0.15.ebuild b/dev-python/webtest/webtest-2.0.15.ebuild index 6fa619638e4d..55924e539c42 100644 --- a/dev-python/webtest/webtest-2.0.15.ebuild +++ b/dev-python/webtest/webtest-2.0.15.ebuild @@ -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 @@ DEPEND="${RDEPEND} dev-python/wsgiproxy2[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" |