From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/socketpool/
Date: Wed, 14 Oct 2015 15:43:50 +0000 (UTC) [thread overview]
Message-ID: <1444837423.1257c65879f756a4d75af6c8fcf5c5b69170f397.jlec@gentoo> (raw)
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
-}
next reply other threads:[~2015-10-14 15:43 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 15:43 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-18 15:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/socketpool/ Justin Lecher
2016-03-26 2:07 Matt Thode
2016-05-29 14:19 Pacho Ramos
2017-05-16 12:06 Manuel Rüger
2017-06-25 14:42 Alexis Ballier
2018-03-26 10:09 Maxim Koltsov
2018-11-09 14:20 Alexey Shvetsov
2019-03-03 10:54 Mikle Kolyada
2019-03-13 19:33 Sergei Trofimovich
2019-11-27 18:58 Patrick McLean
2020-03-07 8:25 Agostino Sarubbo
2020-03-07 9:44 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 11:06 Agostino Sarubbo
2020-03-07 15:03 Michał Górny
2020-03-16 20:09 Matt Turner
2020-04-13 7:07 Michał Górny
2020-05-03 6:36 Michał Górny
2020-05-03 7:08 Michał Górny
2020-05-03 21:55 Sergei Trofimovich
2020-05-16 19:47 Sergei Trofimovich
2020-05-26 18:09 Michał Górny
2020-05-26 18:32 Michał Górny
2020-05-29 8:46 Michał Górny
2020-05-30 7:40 Michał Górny
2020-05-30 12:48 Michał Górny
2020-06-04 14:06 Michał Górny
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-11 8:57 Michał Górny
2020-07-11 8:57 Michał Górny
2020-07-11 22:08 Sam James
2020-07-11 22:28 Sam James
2020-07-25 8:31 Michał Górny
2020-08-24 15:11 Michał Górny
2021-05-30 19:45 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444837423.1257c65879f756a4d75af6c8fcf5c5b69170f397.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox