From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D792313888F for ; Wed, 14 Oct 2015 15:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4AF121C00F; Wed, 14 Oct 2015 15:43:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5082521C011 for ; Wed, 14 Oct 2015 15:43:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22B94340A61 for ; Wed, 14 Oct 2015 15:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10DFC10CB for ; Wed, 14 Oct 2015 15:43:50 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444837423.1257c65879f756a4d75af6c8fcf5c5b69170f397.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/socketpool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/socketpool/Manifest dev-python/socketpool/socketpool-0.5.2-r1.ebuild dev-python/socketpool/socketpool-0.5.2.ebuild X-VCS-Directories: dev-python/socketpool/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1257c65879f756a4d75af6c8fcf5c5b69170f397 X-VCS-Branch: master Date: Wed, 14 Oct 2015 15:43:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d207b549-2f97-4f4e-8da1-5fb4d2af7595 X-Archives-Hash: 7d7a796eb4b3f1e2ae16a85c85fa2180 commit: 1257c65879f756a4d75af6c8fcf5c5b69170f397 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 14:57:07 2015 +0000 Commit: Justin Lecher gentoo 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 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 -}