From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sd5UO-00022D-Ls for garchives@archives.gentoo.org; Fri, 08 Jun 2012 20:08:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC95621C02D; Fri, 8 Jun 2012 20:08:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79F0D21C02D for ; Fri, 8 Jun 2012 20:08:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E4C51B4042 for ; Fri, 8 Jun 2012 20:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5D436E5432 for ; Fri, 8 Jun 2012 20:08:47 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1339186112.47ddcf2da6327ab7d9706aecfb717177cfddbf4a.xarthisius@gentoo> Subject: [gentoo-commits] proj/python:master commit in: dev-python/autobahntestsuite/ X-VCS-Repository: proj/python X-VCS-Files: dev-python/autobahntestsuite/Manifest dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild dev-python/autobahntestsuite/metadata.xml X-VCS-Directories: dev-python/autobahntestsuite/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 47ddcf2da6327ab7d9706aecfb717177cfddbf4a X-VCS-Branch: master Date: Fri, 8 Jun 2012 20:08:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: eca3a6c6-2c98-4d94-8d6e-d1fce12de314 X-Archives-Hash: 89479b045182943ec6ffb3553e8e5c94 commit: 47ddcf2da6327ab7d9706aecfb717177cfddbf4a Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Fri Jun 8 20:08:32 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri Jun 8 20:08:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/python.git;a=3D= commit;h=3D47ddcf2d [dev-python/autobahntestsuite] initial import, ebuild written by me --- dev-python/autobahntestsuite/Manifest | 1 + .../autobahntestsuite-0.5.1.ebuild | 26 ++++++++++++++= ++++++ dev-python/autobahntestsuite/metadata.xml | 8 ++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/dev-python/autobahntestsuite/Manifest b/dev-python/autobahnt= estsuite/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 65748caffb4227fc40db6c5bc= f384b54a0fa2559 SHA1 5b7c8108308b49c2bfb2916e369cc458f01fd6e0 SHA256 9148= 4c309e734cf9316197b94b76a57a592cc58e0ca4e027af429bc8b3e68201 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=3D4 + +PYTHON_DEPEND=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" + +inherit distutils + +DESCRIPTION=3D"WebSocket/WAMP protocol implementation test suite" +HOMEPAGE=3D"http://pypi.python.org/pypi/autobahntestsuite http://autobah= n.ws/testsuite" +SRC_URI=3D"mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE=3D"Apache-2.0" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D"app-arch/unzip + dev-python/setuptools" +RDEPEND=3D"dev-python/autobahn + dev-python/setuptools + >=3Ddev-python/twisted-11.0.0" diff --git a/dev-python/autobahntestsuite/metadata.xml b/dev-python/autob= ahntestsuite/metadata.xml new file mode 100644 index 0000000..5232cec --- /dev/null +++ b/dev-python/autobahntestsuite/metadata.xml @@ -0,0 +1,8 @@ + + + + python + + autobahntestsuite + +