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 5FEBE1388BF for ; Tue, 12 Jan 2016 00:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8EE21C006; Tue, 12 Jan 2016 00:43:52 +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 D25DA21C006 for ; Tue, 12 Jan 2016 00:43:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A749B340A75 for ; Tue, 12 Jan 2016 00:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E882CB1 for ; Tue, 12 Jan 2016 00:43:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1452559299.4870e9d40db40cbc01da5f873850b7a98d956ad3.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-socketio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-socketio/Manifest dev-python/python-socketio/python-socketio-0.9.1.ebuild X-VCS-Directories: dev-python/python-socketio/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4870e9d40db40cbc01da5f873850b7a98d956ad3 X-VCS-Branch: master Date: Tue, 12 Jan 2016 00:43:39 +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: ffd46ff3-94a0-47ab-ae22-54c4221eed99 X-Archives-Hash: cc17eb0b0cd75e34fdc24bd733dd4199 commit: 4870e9d40db40cbc01da5f873850b7a98d956ad3 Author: Zac Medico gentoo org> AuthorDate: Tue Jan 12 00:41:39 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jan 12 00:41:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4870e9d4 dev-python/python-socketio: version bump to 0.9.1 Package-Manager: portage-2.2.26 dev-python/python-socketio/Manifest | 1 + .../python-socketio/python-socketio-0.9.1.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest index a4ac07e..886896f 100644 --- a/dev-python/python-socketio/Manifest +++ b/dev-python/python-socketio/Manifest @@ -1 +1,2 @@ DIST python-socketio-0.7.0.tar.gz 10932 SHA256 831095fff02dfed6b53fed858fde06ae00a616b6d73f4830808c8bce330fa19a SHA512 7591c82a43b7beed907d5eb4269b2ed3bc2d0423b9392d092190e64aef0631835ccbaa494762a7acc914ed082884b4e4fdf78f84e1bdcdcc41433fee0746b176 WHIRLPOOL 5bc05e84c9a194516bcbb434978c27b0a71f44e04d4d8a46b23d997b489a28bd7ae89f75a8db46cc4ea92ddaf4a42e43901c0d283a1b198ad43340f645933509 +DIST python-socketio-0.9.1.tar.gz 13443 SHA256 03c396b04729acd24a83882038cba689cf7f8300c19808689d837b9a69c40dec SHA512 eeef074537c1f04b4cab4e842338c330cacdfbf3facf8fb090c40deb9d118ab49478e3cbb32594b68bd74186a31c34fdb32710f5f302cc1e57047b04e2e4eb6b WHIRLPOOL 4580cdf6d4f9433978a6158999b9915eb5abafdf537a5ff9fbe9538cf8b04d7da3a1c9f87a68b18c1a7773ff47e396dd240cd7cc30b3730697a23a13f41dbcb8 diff --git a/dev-python/python-socketio/python-socketio-0.9.1.ebuild b/dev-python/python-socketio/python-socketio-0.9.1.ebuild new file mode 100644 index 0000000..91eda43 --- /dev/null +++ b/dev-python/python-socketio/python-socketio-0.9.1.ebuild @@ -0,0 +1,40 @@ +# 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_4} pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="" +DESCRIPTION="Python implementation of the Socket.IO realtime server." +HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/python-engineio-0.7.0[${PYTHON_USEDEP}] + !dev-python/gevent-socketio" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pbr[${PYTHON_USEDEP}] + )" + +# pypi tarball does not contain tests +RESTRICT="test" + +src_prepare() { + sed -e 's:pbr<1.7.0:pbr:' -i setup.py || die + distutils-r1_src_prepare +} + +python_test() { + esetup.py test || die +}