public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsaccel/
Date: Tue, 16 May 2017 02:10:49 +0000 (UTC)	[thread overview]
Message-ID: <1494900430.59675662f0672ea205971e2c5626722dbef5305c.dolsen@gentoo> (raw)

commit:     59675662f0672ea205971e2c5626722dbef5305c
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 16:11:21 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue May 16 02:07:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59675662

dev-python/wsaccel: Version bump, Adds python-3.5, 3.6 support and tests

Create git commit release to include recent changes for newer python support.

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

 dev-python/wsaccel/Manifest                       |  1 +
 dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest
index 433cb423ae0..85d1bac7e4a 100644
--- a/dev-python/wsaccel/Manifest
+++ b/dev-python/wsaccel/Manifest
@@ -1 +1,2 @@
 DIST wsaccel-0.6.2.tar.gz 35773 SHA256 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c SHA512 fbc59803cbb6b113a3e412390eb02f41a68513b9fda6e4408d5e2e3c976a3f62eacc6bf87adf9295a63238390cce00f4abe13daf397a28ce8f3ed3e3bff622ee WHIRLPOOL 2c66ff720fcaecaa8c7fe29d93bb8f32e620898b0ccf31d3dc3f4dbfe4b1623dde6484e3c347649cd4140ec51b52c9a8c0e81b0c24e6135481ebae7a26c09063
+DIST wsaccel-0.6.2_p20170108.zip 21344 SHA256 f8ee5c61c2166c16ca9aeb5ac2c39647423053ac3c123b25ecca5b4a773f8b5f SHA512 d0cf13360bd6cc0b51b8bee1d36a8ee544816c318e828bf6129ff85827636642cfebae4ef0e99d841cdf64f6c67006a649994804aa42d3d76e977a861aafb3b9 WHIRLPOOL da46bea0232b67461eacb116c6f35bf485d8e113a3014a86f3ceeb95f0170b8259e1a48c850c2fa703c5128890d967f0a9f47bde0da24916edc401b993520bde

diff --git a/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild b/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild
new file mode 100644
index 00000000000..97d3e9b5b77
--- /dev/null
+++ b/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+COMMIT="0fbd074c257c51b73de05b25ccb6488801320a32"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Accelerator for ws4py, autobahn and tornado"
+HOMEPAGE="https://pypi.python.org/pypi/wsaccel https://github.com/methane/wsaccel"
+SRC_URI="https://github.com/methane/wsaccel/archive/${COMMIT}.zip -> ${P}.zip"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+	test? (	dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+python_test() {
+	py.test -v || die
+}


             reply	other threads:[~2017-05-16  2:11 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-16  2:10 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-15 17:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/wsaccel/ Tobias Klausmann
2017-08-05  8:34 Michael Palimaka
2017-08-06  8:43 Markus Meier
2017-09-29  2:26 Michael Palimaka
2018-01-06 13:39 Michał Górny
2019-05-21 15:33 Stephen Klimaszewski
2020-02-06  7:10 Michał Górny
2020-04-26 15:16 Michał Górny
2020-07-20 11:45 Sam James
2020-12-14  2:49 Sam James
2021-01-10 21:58 Sam James
2021-01-10 21:59 Sam James
2021-01-11 19:13 Sam James
2021-01-12 12:03 Sam James
2021-03-10 15:18 Michał Górny
2021-04-05  8:56 Andreas Sturmlechner
2021-06-05 18:39 Michał Górny
2022-03-14 10:32 Yixun Lan
2022-05-19 15:23 Michał Górny
2022-05-19 15:23 Michał Górny
2022-06-21 18:49 Arthur Zamarin
2022-06-21 19:26 Arthur Zamarin
2022-06-22 10:10 Agostino Sarubbo
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 12:01 Michał Górny
2022-10-30  6:39 Michał Górny
2022-11-29  7:22 Arthur Zamarin
2022-11-29  7:28 Arthur Zamarin
2022-11-29 21:46 Jakov Smolić
2022-11-30  0:52 Sam James
2022-11-30  3:09 Michał Górny
2023-03-04  6:37 Arthur Zamarin
2023-05-04 17:04 Michał Górny
2023-09-06  2:41 Michał Górny
2023-10-06 14:29 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:55 Sam James
2023-10-06 17:05 Arthur Zamarin
2023-10-06 18:12 Michał Górny
2023-11-04 18:03 Michał Górny
2024-05-17 10:51 Michał Górny
2024-05-17 10:51 Michał Górny
2024-10-11  3:06 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-26 15:16 Arthur Zamarin
2024-10-26 18:39 Arthur Zamarin
2024-10-31 14:47 Michał Górny

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=1494900430.59675662f0672ea205971e2c5626722dbef5305c.dolsen@gentoo \
    --to=dolsen@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