summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-01-18 16:56:19 +0000
committerMike Gilbert <floppym@gentoo.org>2014-01-18 16:56:19 +0000
commited477f6ee3c74fb9744105c1330ab75f6f90f3c3 (patch)
treec04a5704c07f31cd9694f102577a8f6eb51d5860
parentVersion bump. (diff)
downloadgentoo-2-ed477f6ee3c74fb9744105c1330ab75f6f90f3c3.tar.gz
gentoo-2-ed477f6ee3c74fb9744105c1330ab75f6f90f3c3.tar.bz2
gentoo-2-ed477f6ee3c74fb9744105c1330ab75f6f90f3c3.zip
Remove unneeded versions.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r--dev-python/webtest/ChangeLog10
-rw-r--r--dev-python/webtest/webtest-1.2.3.ebuild30
-rw-r--r--dev-python/webtest/webtest-1.3.3.ebuild63
-rw-r--r--dev-python/webtest/webtest-1.3.4.ebuild61
-rw-r--r--dev-python/webtest/webtest-1.3.ebuild60
-rw-r--r--dev-python/webtest/webtest-1.4.0.ebuild56
-rw-r--r--dev-python/webtest/webtest-2.0.1.ebuild55
-rw-r--r--dev-python/webtest/webtest-2.0.10.ebuild67
-rw-r--r--dev-python/webtest/webtest-2.0.2.ebuild63
-rw-r--r--dev-python/webtest/webtest-2.0.3.ebuild63
-rw-r--r--dev-python/webtest/webtest-2.0.4.ebuild63
-rw-r--r--dev-python/webtest/webtest-2.0.5.ebuild63
-rw-r--r--dev-python/webtest/webtest-2.0.6.ebuild63
-rw-r--r--dev-python/webtest/webtest-2.0.7-r1.ebuild67
-rw-r--r--dev-python/webtest/webtest-2.0.9.ebuild67
15 files changed, 9 insertions, 842 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog
index a4f7302e7b15..bd4eddc52860 100644
--- a/dev-python/webtest/ChangeLog
+++ b/dev-python/webtest/ChangeLog
@@ -1,6 +1,14 @@
# 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.78 2014/01/18 15:59:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.79 2014/01/18 16:56:19 floppym Exp $
+
+ 18 Jan 2014; Mike Gilbert <floppym@gentoo.org> -webtest-1.2.3.ebuild,
+ -webtest-1.3.3.ebuild, -webtest-1.3.4.ebuild, -webtest-1.3.ebuild,
+ -webtest-1.4.0.ebuild, -webtest-2.0.1.ebuild, -webtest-2.0.10.ebuild,
+ -webtest-2.0.2.ebuild, -webtest-2.0.3.ebuild, -webtest-2.0.4.ebuild,
+ -webtest-2.0.5.ebuild, -webtest-2.0.6.ebuild, -webtest-2.0.7-r1.ebuild,
+ -webtest-2.0.9.ebuild:
+ Remove unneeded versions.
18 Jan 2014; Markus Meier <maekke@gentoo.org> webtest-1.4.3-r1.ebuild:
arm stable, bug #450174
diff --git a/dev-python/webtest/webtest-1.2.3.ebuild b/dev-python/webtest/webtest-1.2.3.ebuild
deleted file mode 100644
index 08186e617427..000000000000
--- a/dev-python/webtest/webtest-1.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.3.ebuild,v 1.10 2012/10/13 19:00:10 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-# xml.etree.ElementTree module required.
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-python/webob-0.9.2"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
diff --git a/dev-python/webtest/webtest-1.3.3.ebuild b/dev-python/webtest/webtest-1.3.3.ebuild
deleted file mode 100644
index 4391a43f3cb0..000000000000
--- a/dev-python/webtest/webtest-1.3.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.3.ebuild,v 1.1 2013/03/11 01:42:15 prometheanfire Exp $
-
-#Needed by sys-cluster/keystone[test]
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6 3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.1"
-PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils eutils
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-python/webob-0.9.2"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/sphinx )
- test? ( dev-python/pyquery )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.3.4-index_fixt.patch"
- distutils_src_prepare
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc; then
- einfo "Generation of documentation"
- sphinx-build docs html || die "Building of documentation failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- # Avoid future-import bug on py2.5.* - lint3 is py3 anyway
- delete_lint3() {
- [[ "${PYTHON_ABI}" == 3.* ]] && return
- rm "${ED}$(python_get_sitedir)/webtest/lint3.py"
- }
- python_execute_function -q delete_lint3
-
- if use doc; then
- dohtml -r html/*
- fi
-}
diff --git a/dev-python/webtest/webtest-1.3.4.ebuild b/dev-python/webtest/webtest-1.3.4.ebuild
deleted file mode 100644
index a5dc57e2db2b..000000000000
--- a/dev-python/webtest/webtest-1.3.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.4.ebuild,v 1.5 2012/10/13 19:00:10 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6 3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.1"
-PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils eutils
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-python/webob-0.9.2"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/sphinx )
- test? ( dev-python/pyquery )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-index_fixt.patch"
- distutils_src_prepare
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc; then
- einfo "Generation of documentation"
- sphinx-build docs html || die "Building of documentation failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- # Avoid future-import bug on py2.5.* - lint3 is py3 anyway
- delete_lint3() {
- [[ "${PYTHON_ABI}" == 3.* ]] && return
- rm "${ED}$(python_get_sitedir)/webtest/lint3.py"
- }
- python_execute_function -q delete_lint3
-
- if use doc; then
- dohtml -r html/*
- fi
-}
diff --git a/dev-python/webtest/webtest-1.3.ebuild b/dev-python/webtest/webtest-1.3.ebuild
deleted file mode 100644
index 01bbaa3c45ef..000000000000
--- a/dev-python/webtest/webtest-1.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.ebuild,v 1.10 2012/10/13 19:00:10 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils eutils
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-python/webob-0.9.2"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/sphinx )
- test? ( dev-python/pyquery )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${P}-doctest-ellipsis.patch"
-}
-
-src_compile() {
- distutils_src_compile
-
- if use doc; then
- einfo "Generation of documentation"
- sphinx-build docs html || die "Building of documentation failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- # Avoid future-import bug on py2.5.* - lint3 is py3 anyway
- delete_lint3() {
- [[ "${PYTHON_ABI}" == 3.* ]] && return
- rm "${ED}$(python_get_sitedir)/webtest/lint3.py"
- }
- python_execute_function -q delete_lint3
-
- if use doc; then
- dohtml -r html/* || die "Error installing docs"
- fi
-}
diff --git a/dev-python/webtest/webtest-1.4.0.ebuild b/dev-python/webtest/webtest-1.4.0.ebuild
deleted file mode 100644
index b68a8c820179..000000000000
--- a/dev-python/webtest/webtest-1.4.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.0.ebuild,v 1.4 2012/10/13 19:00:10 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6 3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.1"
-PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-python/webob-0.9.2"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/sphinx )
- test? ( dev-python/pyquery )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- distutils_src_compile
-
- if use doc; then
- einfo "Generation of documentation"
- sphinx-build docs html || die "Building of documentation failed"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- # Avoid future-import bug on py2.5.* - lint3 is py3 anyway
- delete_lint3() {
- [[ "${PYTHON_ABI}" == 3.* ]] && return
- rm "${ED}$(python_get_sitedir)/webtest/lint3.py"
- }
- python_execute_function -q delete_lint3
-
- if use doc; then
- dohtml -r html/*
- fi
-}
diff --git a/dev-python/webtest/webtest-2.0.1.ebuild b/dev-python/webtest/webtest-2.0.1.ebuild
deleted file mode 100644
index 8de6c53fea86..000000000000
--- a/dev-python/webtest/webtest-2.0.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.1.ebuild,v 1.1 2013/03/10 07:57:40 idella4 Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.10.ebuild b/dev-python/webtest/webtest-2.0.10.ebuild
deleted file mode 100644
index 194a564badae..000000000000
--- a/dev-python/webtest/webtest-2.0.10.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.10.ebuild,v 1.1 2013/11/26 07:33:48 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- >=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
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.2.ebuild b/dev-python/webtest/webtest-2.0.2.ebuild
deleted file mode 100644
index efae31fe38e3..000000000000
--- a/dev-python/webtest/webtest-2.0.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.2.ebuild,v 1.1 2013/03/21 07:02:59 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/waitress[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.3.ebuild b/dev-python/webtest/webtest-2.0.3.ebuild
deleted file mode 100644
index e5fa6db027fa..000000000000
--- a/dev-python/webtest/webtest-2.0.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.3.ebuild,v 1.1 2013/03/26 07:56:09 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/waitress[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.4.ebuild b/dev-python/webtest/webtest-2.0.4.ebuild
deleted file mode 100644
index 987180aa53bc..000000000000
--- a/dev-python/webtest/webtest-2.0.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.4.ebuild,v 1.1 2013/04/03 06:17:20 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/waitress[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.5.ebuild b/dev-python/webtest/webtest-2.0.5.ebuild
deleted file mode 100644
index d18c6d0b260c..000000000000
--- a/dev-python/webtest/webtest-2.0.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.5.ebuild,v 1.1 2013/04/19 02:31:55 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/waitress[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.6.ebuild b/dev-python/webtest/webtest-2.0.6.ebuild
deleted file mode 100644
index 4cca363e75bf..000000000000
--- a/dev-python/webtest/webtest-2.0.6.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.6.ebuild,v 1.1 2013/06/03 06:22:37 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/waitress[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.7-r1.ebuild b/dev-python/webtest/webtest-2.0.7-r1.ebuild
deleted file mode 100644
index e705b9899908..000000000000
--- a/dev-python/webtest/webtest-2.0.7-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.7-r1.ebuild,v 1.1 2013/09/02 16:13:15 floppym Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- >=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
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/webtest/webtest-2.0.9.ebuild b/dev-python/webtest/webtest-2.0.9.ebuild
deleted file mode 100644
index 72c433756a90..000000000000
--- a/dev-python/webtest/webtest-2.0.9.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.9.ebuild,v 1.1 2013/10/02 03:15:06 patrick Exp $
-
-EAPI=5
-
-# sigh.
-RESTRICT="test"
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- >=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
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyquery[${PYTHON_USEDEP}]
- dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/paste
- dev-python/pastedeploy )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- sphinx-build docs html || die
- fi
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- # Why is it so?
- if [[ ${EPYTHON} == python3* ]]; then
- rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( html/. )
- distutils-r1_python_install_all
-}