Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/
Date: Thu, 18 Feb 2016 10:22:22
Message-Id: 1455790879.6221018738f55dffba00b88af92a1b3730526c24.patrick@gentoo
1 commit: 6221018738f55dffba00b88af92a1b3730526c24
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 10:21:03 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 10:21:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62210187
7
8 dev-python/autobahn: Bump
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/autobahn/Manifest | 1 +
13 dev-python/autobahn/autobahn-0.12.1.ebuild | 48 ++++++++++++++++++++++++++++++
14 2 files changed, 49 insertions(+)
15
16 diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest
17 index e6a9769..7c1f30f 100644
18 --- a/dev-python/autobahn/Manifest
19 +++ b/dev-python/autobahn/Manifest
20 @@ -1,3 +1,4 @@
21 DIST autobahn-0.10.4.tar.gz 148147 SHA256 3dd7a7793cead942cb0c06bef5a9f69e64edc174e47fb822702eafd41085933d SHA512 1eb43df9b0c986f1788c6463875765266cfc562155399c326b4e9bf447119fbfc967dcc53f8f8844700d21ebf37df6c596ead8c105918af5c6a8ec09585ce797 WHIRLPOOL b5be6d7f6348dc627fcbd2c60699cbd60e3e14e6494f787275d3890c30bca5804783b7a010faab5d19d19097ac90ddfdfdb1a3aaf6d37e4daef943916bf5422f
22 DIST autobahn-0.11.0.tar.gz 149680 SHA256 e7aea216e2a3bb41a4fec235399ece8bfbc0be4ef9567e1ed6927db7fa35f851 SHA512 9f53e2ef7637ddf9aec263fa2db8977c5b7a0d8a1bea6b21c030660d5d17e343cab5f84ebda8b0f97d55e1e4a77a0313805294a3a1487fce004c10a4cddfdc86 WHIRLPOOL f5ade4fc98a14585a8ee9a3e4141a6739668d402ff8c4fd42854062c01de33492093752e08a000f708bef232ce30039b51e0c53553f779da898ef526c861315f
23 +DIST autobahn-0.12.1.tar.gz 163311 SHA256 664223879e159c88221f42d8d1ac6b8c4268d8b9316d8ab69a02761c5744cd79 SHA512 2d944ce6849017f75542b5f33cd2c4a7321c5a70ce01b24480fb17aa34c3a7dec826073261af1133e1611233dbe958e5c7d2a10b1586f6b7e5b32ce4f4e7db06 WHIRLPOOL 2d1d78ae0f468e80a7ffe44dc8f1891082adb97319d3cedad575f74ebafa3318a1b0ed1f9cd4187dc097d9a8c2cf2b0ca761c39511a6bbd490e8d30bcbb7d933
24 DIST autobahn-0.9.4-2.zip 175894 SHA256 5bb64191cfdd1cbdd90d8e359b389ef62c0acdffd2f68d16ec01fa0a287262f0 SHA512 7e0d4246b8b1c552b25c2ae36f1923ed9931e3d3ca684039a422773fecd92ca04734a0b24394a9bbc787f245c72b5552522351a7c1c8e500128e7c46c740a3d5 WHIRLPOOL aa0f06b82acbebb97ca2e3c424429ada7169dca5b39237ce082a17440ec9701a307e9fc7f162f957023cfc4c067f8e8b82b9923cb056ffcab7b3e64a61a4aae8
25
26 diff --git a/dev-python/autobahn/autobahn-0.12.1.ebuild b/dev-python/autobahn/autobahn-0.12.1.ebuild
27 new file mode 100644
28 index 0000000..4df3100
29 --- /dev/null
30 +++ b/dev-python/autobahn/autobahn-0.12.1.ebuild
31 @@ -0,0 +1,48 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{3,4} )
39 +
40 +RESTRICT="test"
41 +
42 +inherit distutils-r1 versionator
43 +
44 +MY_P="${PN}-$(replace_version_separator 3 -)"
45 +
46 +DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
47 +HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/"
48 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
49 +
50 +SLOT="0"
51 +LICENSE="MIT"
52 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
53 +IUSE="test"
54 +
55 +RDEPEND="
56 + $(python_gen_cond_dep 'virtual/python-asyncio[${PYTHON_USEDEP}]' 'python3*')
57 + virtual/python-futures[${PYTHON_USEDEP}]
58 + >=dev-python/lz4-0.2.1[${PYTHON_USEDEP}]
59 + >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
60 + >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
61 + >=dev-python/snappy-0.5[${PYTHON_USEDEP}]
62 + >=dev-python/trollius-0.1.2[${PYTHON_USEDEP}]
63 + >=dev-python/twisted-core-11.1[$(python_gen_usedep 'python2*')]
64 + >=dev-python/txaio-2.2.0[${PYTHON_USEDEP}]
65 + >=dev-python/ujson-1.33[${PYTHON_USEDEP}]
66 + >=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}]
67 + >=dev-python/zope-interface-3.6[${PYTHON_USEDEP}]
68 + "
69 +DEPEND="${RDEPEND}
70 + test? (
71 + dev-python/mock[${PYTHON_USEDEP}]
72 + dev-python/pytest[${PYTHON_USEDEP}]
73 + )"
74 +
75 +S="${WORKDIR}"/${MY_P}
76 +
77 +python_test() {
78 + esetup.py test
79 +}