Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/python:master commit in: dev-python/autobahntestsuite/
Date: Fri, 08 Jun 2012 20:08:56
Message-Id: 1339186112.47ddcf2da6327ab7d9706aecfb717177cfddbf4a.xarthisius@gentoo
1 commit: 47ddcf2da6327ab7d9706aecfb717177cfddbf4a
2 Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 8 20:08:32 2012 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 8 20:08:32 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=47ddcf2d
7
8 [dev-python/autobahntestsuite] initial import, ebuild written by me
9
10 ---
11 dev-python/autobahntestsuite/Manifest | 1 +
12 .../autobahntestsuite-0.5.1.ebuild | 26 ++++++++++++++++++++
13 dev-python/autobahntestsuite/metadata.xml | 8 ++++++
14 3 files changed, 35 insertions(+), 0 deletions(-)
15
16 diff --git a/dev-python/autobahntestsuite/Manifest b/dev-python/autobahntestsuite/Manifest
17 new file mode 100644
18 index 0000000..5c1795e
19 --- /dev/null
20 +++ b/dev-python/autobahntestsuite/Manifest
21 @@ -0,0 +1 @@
22 +DIST autobahntestsuite-0.5.1.zip 171927 RMD160 65748caffb4227fc40db6c5bcf384b54a0fa2559 SHA1 5b7c8108308b49c2bfb2916e369cc458f01fd6e0 SHA256 91484c309e734cf9316197b94b76a57a592cc58e0ca4e027af429bc8b3e68201
23
24 diff --git a/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild
25 new file mode 100644
26 index 0000000..a232353
27 --- /dev/null
28 +++ b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2012 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Header: $
33 +
34 +EAPI=4
35 +
36 +PYTHON_DEPEND="2"
37 +SUPPORT_PYTHON_ABIS="1"
38 +RESTRICT_PYTHON_ABIS="3.*"
39 +
40 +inherit distutils
41 +
42 +DESCRIPTION="WebSocket/WAMP protocol implementation test suite"
43 +HOMEPAGE="http://pypi.python.org/pypi/autobahntestsuite http://autobahn.ws/testsuite"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +DEPEND="app-arch/unzip
52 + dev-python/setuptools"
53 +RDEPEND="dev-python/autobahn
54 + dev-python/setuptools
55 + >=dev-python/twisted-11.0.0"
56
57 diff --git a/dev-python/autobahntestsuite/metadata.xml b/dev-python/autobahntestsuite/metadata.xml
58 new file mode 100644
59 index 0000000..5232cec
60 --- /dev/null
61 +++ b/dev-python/autobahntestsuite/metadata.xml
62 @@ -0,0 +1,8 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <herd>python</herd>
67 + <upstream>
68 + <remote-id type="pypi">autobahntestsuite</remote-id>
69 + </upstream>
70 +</pkgmetadata>