From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03B831396D1 for ; Sun, 24 Sep 2017 23:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DCF42BC029; Sun, 24 Sep 2017 23:08:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EEF92BC029 for ; Sun, 24 Sep 2017 23:08:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE78F34069A for ; Sun, 24 Sep 2017 23:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF58908A for ; Sun, 24 Sep 2017 23:08:14 +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: <1506294488.068c86ff7e365336d4a0dfbaf7ec4b7d76e3a346.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-1.8.0.ebuild X-VCS-Directories: dev-python/python-socketio/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 068c86ff7e365336d4a0dfbaf7ec4b7d76e3a346 X-VCS-Branch: master Date: Sun, 24 Sep 2017 23:08:14 +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: aaa17d61-d589-4831-96b8-88a52ad066fa X-Archives-Hash: 66e6076305822f68fb4e73b9c76aee00 commit: 068c86ff7e365336d4a0dfbaf7ec4b7d76e3a346 Author: Zac Medico gentoo org> AuthorDate: Sun Sep 24 23:02:03 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 24 23:08:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068c86ff dev-python/python-socketio: version bump to 1.8.0 Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-python/python-socketio/Manifest | 1 + .../python-socketio/python-socketio-1.8.0.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest index 6f29a61a1f3..ca2e3c6df1f 100644 --- a/dev-python/python-socketio/Manifest +++ b/dev-python/python-socketio/Manifest @@ -1 +1,2 @@ DIST python-socketio-1.7.4.tar.gz 23298 SHA256 9200ee48aec8673027fdc40b0391aa2d681ff994d93b738ebd9f0d29916f24c4 SHA512 fb31072420eca42fa0349f0a9350fe9ab6bbbac7dc32cd7ae76cffa026fdeeb4197b8c441d76bfc46af55a550c5b7e81e387b67d538c500075bc5b4e8f68d5ab WHIRLPOOL 038a0f43a93076cd6a9ccf8c081e54d421a7fcf1256dee350964ca16a5a5b10de9a20e919f761bf2704631562b0965a6825e3b28d8620b096eadc24504a1ea7b +DIST python-socketio-1.8.0.tar.gz 23557 SHA256 4d662601c2fec639b5bb8fdfdb1c53cac73c44efb0b39ee428184bddf2f49479 SHA512 2514cbad3e429c101f5e247bdf2e4a2b5a0957c19fa97e56ebe8cd78b36e81cfb9dc4500bee367e57460be3a08bbd1e70967a5c87109034ade847ff7f559711d WHIRLPOOL 494438728043f9f2492a9ecae9f5ef26dc4c403b5dff4b99ad079aaa9cb3ce2c10e705213b8937071a187512f7efe6ed92b29c3be493c21028bbca8fcaccf942 diff --git a/dev-python/python-socketio/python-socketio-1.8.0.ebuild b/dev-python/python-socketio/python-socketio-1.8.0.ebuild new file mode 100644 index 00000000000..0dc7a26ee56 --- /dev/null +++ b/dev-python/python-socketio/python-socketio-1.8.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +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-1.2.1[${PYTHON_USEDEP}] + !dev-python/gevent-socketio" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + )" + +# pypi tarball does not contain tests +RESTRICT="test" + +src_prepare() { + eapply_user + distutils-r1_src_prepare +} + +python_test() { + esetup.py test || die +}