diff options
author | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-06-08 22:08:32 +0200 |
---|---|---|
committer | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-06-08 22:08:32 +0200 |
commit | 47ddcf2da6327ab7d9706aecfb717177cfddbf4a (patch) | |
tree | 4d8ff9235dec3cd3ee4533d7bfff72df194178c1 | |
parent | [dev-python/autobahn] initial import, ebuild written by me (diff) | |
download | python-47ddcf2da6327ab7d9706aecfb717177cfddbf4a.tar.gz python-47ddcf2da6327ab7d9706aecfb717177cfddbf4a.tar.bz2 python-47ddcf2da6327ab7d9706aecfb717177cfddbf4a.zip |
[dev-python/autobahntestsuite] initial import, ebuild written by me
-rw-r--r-- | dev-python/autobahntestsuite/Manifest | 1 | ||||
-rw-r--r-- | dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/autobahntestsuite/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/autobahntestsuite/Manifest b/dev-python/autobahntestsuite/Manifest new file mode 100644 index 0000000..5c1795e --- /dev/null +++ b/dev-python/autobahntestsuite/Manifest @@ -0,0 +1 @@ +DIST autobahntestsuite-0.5.1.zip 171927 RMD160 65748caffb4227fc40db6c5bcf384b54a0fa2559 SHA1 5b7c8108308b49c2bfb2916e369cc458f01fd6e0 SHA256 91484c309e734cf9316197b94b76a57a592cc58e0ca4e027af429bc8b3e68201 diff --git a/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild new file mode 100644 index 0000000..a232353 --- /dev/null +++ b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="WebSocket/WAMP protocol implementation test suite" +HOMEPAGE="http://pypi.python.org/pypi/autobahntestsuite http://autobahn.ws/testsuite" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip + dev-python/setuptools" +RDEPEND="dev-python/autobahn + dev-python/setuptools + >=dev-python/twisted-11.0.0" diff --git a/dev-python/autobahntestsuite/metadata.xml b/dev-python/autobahntestsuite/metadata.xml new file mode 100644 index 0000000..5232cec --- /dev/null +++ b/dev-python/autobahntestsuite/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <upstream> + <remote-id type="pypi">autobahntestsuite</remote-id> + </upstream> +</pkgmetadata> |