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: Thu, 26 Jan 2017 04:04:34 +0000 (UTC)	[thread overview]
Message-ID: <1485403430.9993c919bc0adb20a87d2616637081c6eb2ab5c5.zmedico@gentoo> (raw)

commit:     9993c919bc0adb20a87d2616637081c6eb2ab5c5
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 04:03:50 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 04:03:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9993c919

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/flask-socketio/Manifest b/dev-python/flask-socketio/Manifest
index 7adb9cb..30e24b7 100644
--- a/dev-python/flask-socketio/Manifest
+++ b/dev-python/flask-socketio/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-python/flask-socketio/flask-socketio-2.8.2.ebuild b/dev-python/flask-socketio/flask-socketio-2.8.2.ebuild
new file mode 100644
index 00000000..62159d1
--- /dev/null
+++ b/dev-python/flask-socketio/flask-socketio-2.8.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} 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[${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-01-26  4:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26  4:04 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-04-28  4:15 Zac Medico
2017-03-15  8:36 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=1485403430.9993c919bc0adb20a87d2616637081c6eb2ab5c5.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