public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-socketio/
Date: Fri, 28 Apr 2017 04:15:20 +0000 (UTC)	[thread overview]
Message-ID: <1493352917.8bc0810987d975aad7bd27b2b22b3bf805afe7f6.zmedico@gentoo> (raw)

commit:     8bc0810987d975aad7bd27b2b22b3bf805afe7f6
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 04:10:22 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 04:15:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc08109

dev-python/flask-socketio: version bump to 2.8.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/flask-socketio/Manifest                 |  1 +
 .../flask-socketio/flask-socketio-2.8.6.ebuild     | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/flask-socketio/Manifest b/dev-python/flask-socketio/Manifest
index 30e24b7d638..c402f824ddd 100644
--- a/dev-python/flask-socketio/Manifest
+++ b/dev-python/flask-socketio/Manifest
@@ -1,3 +1,4 @@
 DIST flask-socketio-2.2.tar.gz 8906 SHA256 caf02936196d3923adc75b021031f133e0afd43f1e1d9d5e36c83c00de81c3f3 SHA512 ba51c53052b8cf56d6f1ec3af82dc996fd8c1bb8d1549fb73c22273b3c2bd3b451e433c25817abd3fa7c59e0543f24596541efcd3b13d3480d15ff5386576d45 WHIRLPOOL f53d0e214ab3f347242504544259ef7ab501233d97f4bf5cf0f4693c2153f99899d027cf6834a2311d605ed39b0972e4e625fe502f9ff97c88156c592280834b
 DIST flask-socketio-2.7.1.tar.gz 12096 SHA256 93407798fddd7258fdd1fc7f4c50251d2f7cbcc820194312920dac62748d0e65 SHA512 5666e3077d79d639f40244f914161020d974d403bb0ec6641537e929dc8017fbc3fbf3bfd6df71ca5c86e088b20ae3e91413cd700cc4484872966ce2452e012e WHIRLPOOL 981af192e015f8a52aef8efb4e1f42335688e40f3e0dfe39ec2bceef3929752222b57e9baaeee6426621cbfa2aebc0fc6f2f7dc8e1724950d21ba59eb7f1a53f
 DIST flask-socketio-2.8.2.tar.gz 13485 SHA256 5044e5a79b42083806b6f99f28468da49645fc617829d0993d49b504595819ce SHA512 eaf8eede9276f42e05d472ffea9fb3e42bdab4297e873fbb49565aa55f4252c6620772f6f51d95d9f843e000c159377ef83d8b75542a4730d04818a8b9750b0b WHIRLPOOL df67a0a79967b49a8eefda56138e7d095f4b9dfd4a43ae0ac0fa28f9e3118b52e307beb42559b3dbde7fc5575cda0e84d759526e25a702c4dff1f4bf483ee581
+DIST flask-socketio-2.8.6.tar.gz 13530 SHA256 a7054b23629a2426ca9d6c3ba74134a5c9a8bc96e81facb69ae29b21ee381e53 SHA512 04e8029e83a1ddae184feb32a1d1a97dffaf3ab2d52d62c1fc5676182ff5fa1de28e7c08ac3d84f0d056919289b8087a25477c9f75c97961eeeed224dcb3752b WHIRLPOOL 1eb1feb57e6e47450977ddf0f634d76bdb40d058ff7863a4f3d20b9fb910d583599c526a93836c7042c6c0580db62149b20977b7a87a324b68e0da5f8a2e4623

diff --git a/dev-python/flask-socketio/flask-socketio-2.8.6.ebuild b/dev-python/flask-socketio/flask-socketio-2.8.6.ebuild
new file mode 100644
index 00000000000..60880a0c55d
--- /dev/null
+++ b/dev-python/flask-socketio/flask-socketio-2.8.6.ebuild
@@ -0,0 +1,32 @@
+# 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
+
+MY_PN="Flask-SocketIO"
+DESCRIPTION="Socket.IO integration for Flask applications."
+HOMEPAGE="https://flask-socketio.readthedocs.org/ https://github.com/miguelgrinberg/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}]
+	>=dev-python/python-socketio-1.5.0[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/coverage[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# pypi tarball does not contain tests
+RESTRICT="test"
+
+python_test() {
+	PYTHONPATH="${PWD}" python ./test_socketio.py || die
+}


             reply	other threads:[~2017-04-28  4:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28  4:15 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-27  9:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-socketio/ Michał Górny
2018-07-03 21:54 Zac Medico
2018-04-13  9:53 Zac Medico
2018-01-03 23:35 Michał Górny
2017-09-24 23:08 Zac Medico
2017-05-02 13:11 Michał Górny
2017-03-15  8:36 Zac Medico
2017-01-26  4:04 Zac Medico
2016-10-12  7:25 Zac Medico
2016-10-12  7:25 Zac Medico
2016-03-12 11:40 Patrick Lauer
2016-02-27  0:51 Zac Medico
2016-02-14 18:35 Patrick Lauer
2016-01-12  0:47 Zac Medico
2015-12-22 22:05 Zac Medico
2015-12-07 21:55 Zac Medico

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=1493352917.8bc0810987d975aad7bd27b2b22b3bf805afe7f6.zmedico@gentoo \
    --to=zmedico@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