webtest-*.ebuild: Drop old stable versions
authorW. Trevor King <wking@tremily.us>
Wed, 8 Oct 2014 16:12:34 +0000 (09:12 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 8 Oct 2014 16:13:38 +0000 (09:13 -0700)
I'm only testing 1.4.3-r1 and later.  1.4.3-r1 is stable so I doubt
anyone is still using the older versions.

Manifest
webtest-1.3.3-r1.ebuild [deleted file]
webtest-1.4.3.ebuild [deleted file]

index 2f55c4391d335dd0c3b2ffe16df329254d1366a7..7cd834cc1d763fd387d82bdc2d98286ac246fb78 100644 (file)
--- a/Manifest
+++ b/Manifest
@@ -1,3 +1,2 @@
-DIST WebTest-1.3.3.tar.gz 77709 SHA256 018897fd56c1f96396282ac36d32f5c7862eb07e3965765f0e86ca092ecd42a0 SHA512 879bb26302d074aba8b5c5534ff52180db3c7bcf57c08e6f20814a2e7626da8a9c37565558e2c151aa6ca2dbcfa5166a659ddb85d99e1e8f632da0a0cb07dba5 WHIRLPOOL e54a19dfe18a17617866472674246d12f23ed139a686cc1f83f1454c1478d4d1046b48b2fcf49fdd944d5de91c91423517456ff981cb726481837c9765aa65dd
 DIST WebTest-1.4.3.zip 80008 SHA256 0439d951afdf6c58d19e0a83e30855d0bb7e35ab177d9261add71fc5a724b6ab SHA512 87436f182edc3178481f4ec3d073399784e353d6480790470891a18d3605c2bb5a1f4effe0ffa0ce241f1256e99f1a4e3e5fcd2896acb8931aeb60a88fa2bfa2 WHIRLPOOL e509a71a213b9085473536afb51142c4cd9fe99b52870139498fe5b68e8326e8b23df9af3502f0d3ebffbe0076165564d38ef143d9b229bb94b23bb857ca6fe9
 DIST WebTest-2.0.11.zip 83073 SHA256 f196d3621746562f89c36c7167bf7c28428d362d2b597779922aa09d34339527 SHA512 6568728920220c9f0e7005bbadd32321da347eda8941c2611c2a0218de3feb617f5b7acafc74443100ae33bf56dae140bbeee9538a9778397342fffa8dfcd3e9 WHIRLPOOL d01d9ece5d3632141bad4f9840746612f37cdf719dbfea9966e32a51edd19dcc4bf6c689676d5767c6f899376be979c929cf10dfc7f216ace020f13c2e7ebf24
diff --git a/webtest-1.3.3-r1.ebuild b/webtest-1.3.3-r1.ebuild
deleted file mode 100644 (file)
index f869e05..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-#Needed by sys-cluster/keystone[test]
-
-EAPI="5"
-PYTHON_COMPAT=( python2_6 python2_7 )
-#restricted for failing test :(
-RESTRICT="test"
-
-inherit distutils-r1 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 test"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-       test? ( dev-python/pyquery[${PYTHON_USEDEP}]
-                       dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare() {
-       epatch "${FILESDIR}/${PN}-1.3.4-index_fixt.patch"
-       distutils-r1_python_prepare
-}
-
-python_compile() {
-       distutils-r1_python_compile
-
-       if use doc; then
-               einfo "Generation of documentation"
-               sphinx-build docs html || die "Building of documentation failed"
-       fi
-}
-
-python_test() {
-       "${PYTHON}" setup.py nosetests || die
-}
-
-python_install() {
-       distutils-r1_python_install_all
-
-       if use doc; then
-               dohtml -r html/*
-       fi
-}
diff --git a/webtest-1.4.3.ebuild b/webtest-1.4.3.ebuild
deleted file mode 100644 (file)
index eb7fd42..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-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}.zip"
-
-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}
-       app-arch/unzip
-       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
-
-       if use doc; then
-               dohtml -r html/*
-       fi
-}