commit:     232dcc9fec0af1de17be954feb01789486daf4dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 13:30:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 14:01:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232dcc9f

dev-python/wsgiintercept: Clean old versions up

 dev-python/wsgiintercept/Manifest                  |  5 --
 .../wsgiintercept/wsgiintercept-0.10.0.ebuild      | 58 ----------------------
 .../wsgiintercept/wsgiintercept-0.10.2.ebuild      | 58 ----------------------
 .../wsgiintercept/wsgiintercept-0.9.0.ebuild       | 49 ------------------
 .../wsgiintercept/wsgiintercept-0.9.1.ebuild       | 49 ------------------
 .../wsgiintercept/wsgiintercept-1.1.2.ebuild       | 58 ----------------------
 6 files changed, 277 deletions(-)

diff --git a/dev-python/wsgiintercept/Manifest 
b/dev-python/wsgiintercept/Manifest
index 1074816f0d5..b7f30af9258 100644
--- a/dev-python/wsgiintercept/Manifest
+++ b/dev-python/wsgiintercept/Manifest
@@ -1,6 +1 @@
-DIST wsgi_intercept-0.10.0.tar.gz 30017 SHA256 
0f2eb4757c6cdefa4499aff4b6b080e223d416fa9c535634b2891e916ea45161 SHA512 
749424c1f27366cfaf996767b8b05ee6bfd2422bde0e374e5a0bf0f2fc6366883807a0cf5a97daf53a1fe910d0492eac8cb0438286fa0c98e33e24d80f991f67
 WHIRLPOOL 
72e401ed7f1113160231bfabf1d89fd74530b2bcd429ff36d9d9af33c174ba5255f6b2666d3fdc4b33fd5f43188c0a136bb26b940017c5a668f41583d294c601
-DIST wsgi_intercept-0.10.2.tar.gz 30369 SHA256 
0294469aa07bbfcf3a490cace2ce54cecda947c9e243559feccb7ea57c0644c7 SHA512 
bfcb759e6933279588164e14067017ec0d44524c29cc4e4203b438a9bb253153edb9417c3eadc84bc8a6004bbe9a98eefee25227bc179096002d3167492db945
 WHIRLPOOL 
a536a80d5c51e2f47c43323e81d9b6745157a83bf8c246b0a131824e26280f187d1df5589c88c2157fa67441415d432e83a52f1921617f71c4700975adc12953
-DIST wsgi_intercept-0.9.0.tar.gz 28865 SHA256 
55b01e89a8752625ee94c13f2d125a73a61ee924f4cfd982983ca28c0a7addeb SHA512 
3964fec587408b44d5ea0371b279d7686edaa98591438e5d679f8b954396f93408df13a33c809b6d0338a26da2ad3bad666bf66646da585ca73461a0beb1e439
 WHIRLPOOL 
090a9e607dcd9c56442ec0aa2f0f4c4aeb6c8764777fa29febf89c53e1fd687c2477db5e818480b4d90b9f846205a592125913f4ac0fdac5ce199a16dedb10b1
-DIST wsgi_intercept-0.9.1.tar.gz 29391 SHA256 
4eab9fc11fd6abaf74791b6a5a6dd81bdc599d1c385fac834340868489a61d22 SHA512 
12c1abb3c88831f90c15e11f8ab45d1262b3547a15192a1fe8ad766bbe36959a3bb4cbdb33cf303ccfd4425e8a355fd73ae6aef4afbf1a1d10f7b753e74a7b1f
 WHIRLPOOL 
e901b1719f0cbef675c2b7a0fe73b91a28d1d1efc373c99494c9648d77f1b8145e194d37eaacbbfdffa6f599ea365ef456b9c6fe5ee5d5f32a214628300db660
-DIST wsgi_intercept-1.1.2.tar.gz 25517 SHA256 
f42772dd0965844b1d0ac2ab03d57f941b73452a8bbcab6d03ad405602f15291 SHA512 
59dd14c2c012ff5bc951f03b7ce7a65e70becce300a265e45ed46932bcdc58db89926df773cba846e93d94b1d7458fc7935d8b86b04fa2af81a0e6afd7f1e743
 WHIRLPOOL 
1a8e6be795836f2c59bcaada1e403730ba116354f6cf114f88a7c15392970e242dd5f340c80b0cbb9a2092b822e693bed0805073f43053369c03e69c7f2b07a3
 DIST wsgi_intercept-1.3.1.tar.gz 24596 SHA256 
5de354a99ca2b400ae302e423f6bb6c1d2a01767fdcc8e5589340d3e542eb97e SHA512 
6b435246b20694437ec0c79b9675af3a24c43b77e3b1ca6b8ede473c2077259197ada5c4dcb9f197331975ed97e7d475792f9ab4a7da2aa9c657203c55662479
 WHIRLPOOL 
aebe450bfe7aaf7409acc31eaee3a17a565c7b7460c9eed64c0f482cf2d074de325e99c3cf023b642465399803465ea59bff5ed65d255694cbee19cc2aa43cf8

diff --git a/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild 
b/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild
deleted file mode 100644
index cd9293dc202..00000000000
--- a/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-MY_PN="wsgi_intercept"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="WSGI application in place of a real URI for testing"
-HOMEPAGE="https://github.com/cdent/python3-wsgi-intercept";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RDEPEND=""
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/httplib2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-2.4[${PYTHON_USEDEP}]
-               >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]' 
python2_7 pypy)
-       )"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       # .pyc files cause failure of tests
-       rm -rf test/__pycache__/ || die
-
-       # Req'd to avoid file collisions
-       sed -e s":find_packages():find_packages(exclude=['test']):" \
-               -i setup.py || die
-
-       # Disable tests connecting to the network; Bug #550710
-       sed -e 's:test_http_not_intercepted:_&:' \
-               -e 's:test_https_not_intercepted:_&:' \
-               -i test/{test_urllib.py,test_http_client.py,test_requests.py} 
|| die
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_test() {
-       py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/_build/html//. )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/wsgiintercept/wsgiintercept-0.10.2.ebuild 
b/dev-python/wsgiintercept/wsgiintercept-0.10.2.ebuild
deleted file mode 100644
index cd9293dc202..00000000000
--- a/dev-python/wsgiintercept/wsgiintercept-0.10.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-MY_PN="wsgi_intercept"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="WSGI application in place of a real URI for testing"
-HOMEPAGE="https://github.com/cdent/python3-wsgi-intercept";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RDEPEND=""
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/httplib2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-2.4[${PYTHON_USEDEP}]
-               >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]' 
python2_7 pypy)
-       )"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       # .pyc files cause failure of tests
-       rm -rf test/__pycache__/ || die
-
-       # Req'd to avoid file collisions
-       sed -e s":find_packages():find_packages(exclude=['test']):" \
-               -i setup.py || die
-
-       # Disable tests connecting to the network; Bug #550710
-       sed -e 's:test_http_not_intercepted:_&:' \
-               -e 's:test_https_not_intercepted:_&:' \
-               -i test/{test_urllib.py,test_http_client.py,test_requests.py} 
|| die
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_test() {
-       py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/_build/html//. )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/wsgiintercept/wsgiintercept-0.9.0.ebuild 
b/dev-python/wsgiintercept/wsgiintercept-0.9.0.ebuild
deleted file mode 100644
index 68bec3bc41b..00000000000
--- a/dev-python/wsgiintercept/wsgiintercept-0.9.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-MY_PN="wsgi_intercept"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="WSGI application in place of a real URI for testing"
-HOMEPAGE="https://github.com/cdent/python3-wsgi-intercept";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RDEPEND=""
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/httplib2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-2.4[${PYTHON_USEDEP}]
-               >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]' 
python2_7 pypy)
-       )"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       # .pyc files cause failure of tests
-       rm -rf test/__pycache__/ || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_test() {
-       py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/_build/html//. )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/wsgiintercept/wsgiintercept-0.9.1.ebuild 
b/dev-python/wsgiintercept/wsgiintercept-0.9.1.ebuild
deleted file mode 100644
index 8c73736d9d0..00000000000
--- a/dev-python/wsgiintercept/wsgiintercept-0.9.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-MY_PN="wsgi_intercept"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="WSGI application in place of a real URI for testing"
-HOMEPAGE="https://github.com/cdent/python3-wsgi-intercept";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RDEPEND=""
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/httplib2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-2.4[${PYTHON_USEDEP}]
-               >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]' 
python2_7 pypy)
-       )"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       # .pyc files cause failure of tests
-       rm -rf test/__pycache__/ || die
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_test() {
-       py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/_build/html//. )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/wsgiintercept/wsgiintercept-1.1.2.ebuild 
b/dev-python/wsgiintercept/wsgiintercept-1.1.2.ebuild
deleted file mode 100644
index f120fd781e5..00000000000
--- a/dev-python/wsgiintercept/wsgiintercept-1.1.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-MY_PN="wsgi_intercept"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="WSGI application in place of a real URI for testing"
-HOMEPAGE="https://github.com/cdent/python3-wsgi-intercept";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RDEPEND=""
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/httplib2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-2.4[${PYTHON_USEDEP}]
-               >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]' 
python2_7 pypy)
-       )"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       # .pyc files cause failure of tests
-       rm -rf test/__pycache__/ || die
-
-       # Req'd to avoid file collisions
-       sed -e s":find_packages():find_packages(exclude=['test']):" \
-               -i setup.py || die
-
-       # Disable tests connecting to the network; Bug #550710
-       sed -e 's:test_http_not_intercepted:_&:' \
-               -e 's:test_https_not_intercepted:_&:' \
-               -i test/{test_urllib.py,test_http_client.py,test_requests.py} 
|| die
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_test() {
-       py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/_build/html//. )
-       distutils-r1_python_install_all
-}

Reply via email to