commit: 1257c65879f756a4d75af6c8fcf5c5b69170f397
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 14:57:07 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 15:43:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1257c658
dev-python/socketpool: Clean old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/socketpool/Manifest | 1 -
dev-python/socketpool/socketpool-0.5.2-r1.ebuild | 37 ------------------------
dev-python/socketpool/socketpool-0.5.2.ebuild | 33 ---------------------
3 files changed, 71 deletions(-)
diff --git a/dev-python/socketpool/Manifest b/dev-python/socketpool/Manifest
index b59a0f7..9746f92 100644
--- a/dev-python/socketpool/Manifest
+++ b/dev-python/socketpool/Manifest
@@ -1,2 +1 @@
-DIST socketpool-0.5.2.tar.gz 10351 SHA256
5f381048763e26d59ccd8343c2c349c06117ce09154e24f777d8364a1f5d0036 SHA512
6600719ad8cd70f4085f65b364594f3aa118a8c3b8e2cbfb7af43d09fca9a42858b67d95f0499b74f1f3bf7dcb163bf8f3500e705f147a3009accc8c4a44528d
WHIRLPOOL
799d424483d090cce1f0cb7392aea755d0aebe5221d731030688d105f5e9efca428eb6d3fa1cc106daa3033ce9bd9a5bcd893d7293bd15120ab8948fa31969df
DIST socketpool-0.5.3.tar.gz 9793 SHA256
a06733434a56c4b60b8fcaa168102d2386253d36425804d55532a6bbbda6e2ec SHA512
6d16a18927672157703fb5a29f4332241f9ddf743dfee8f2606d600dbb75d547f2e0dcc0398febe55df3319829a80b3f537b5877679e4f674569ef55de78c1b7
WHIRLPOOL
048693619a9813d97a82408ca26c66e847fa4710fc6051379a36e26f32f0310ae33561a6e2529a584e14795de577ce424af5b793fd4fbae9aa53c324c437fa85
diff --git a/dev-python/socketpool/socketpool-0.5.2-r1.ebuild
b/dev-python/socketpool/socketpool-0.5.2-r1.ebuild
deleted file mode 100644
index 141684d..0000000
--- a/dev-python/socketpool/socketpool-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A simple Python socket pool"
-HOMEPAGE="https://github.com/benoitc/socketpool/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="examples"
-LICENSE="|| ( MIT public-domain )"
-SLOT="0"
-
-RDEPEND="dev-python/gevent"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${P}-locale.patch
- "${FILESDIR}"/${P}-pool.patch )
-
-src_install() {
- distutils-r1_src_install
- if use examples; then
- docompress -x usr/share/doc/${P}/examples
- insinto usr/share/doc/${P}
- doins -r examples/
- fi
-}
-
-python_test() {
- PYTHONPATH=. py.test tests/test_pool_01.py
-}
diff --git a/dev-python/socketpool/socketpool-0.5.2.ebuild
b/dev-python/socketpool/socketpool-0.5.2.ebuild
deleted file mode 100644
index 6c08036..0000000
--- a/dev-python/socketpool/socketpool-0.5.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple Python socket pool"
-HOMEPAGE="https://github.com/benoitc/socketpool/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-LICENSE="|| ( MIT public-domain )"
-SLOT="0"
-
-RDEPEND="dev-python/gevent"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
- distutils-r1_src_install
- if use examples; then
- docompress -x usr/share/doc/${P}/examples
- insinto usr/share/doc/${P}
- doins -r examples/
- fi
-}
-src_test() {
- PYTHONPATH=. py.test tests/test_pool_01.py
-}