public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/python:master commit in: dev-python/autobahntestsuite/
@ 2012-06-08 20:08 Kacper Kowalik
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik @ 2012-06-08 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     47ddcf2da6327ab7d9706aecfb717177cfddbf4a
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 20:08:32 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 20:08:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=47ddcf2d

[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/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>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/python:master commit in: dev-python/autobahntestsuite/
@ 2012-06-08 20:17 Kacper Kowalik
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik @ 2012-06-08 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     730c7fb707453d0f2f7b61458e3bd642d67b74a4
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 20:17:20 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 20:17:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=730c7fb7

[dev-python/autobahntestsuite] add missing dependency on dev-python/twisted-web

---
 .../autobahntestsuite-0.5.1.ebuild                 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild
index a232353..d3513f9 100644
--- a/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild
+++ b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild
@@ -23,4 +23,5 @@ DEPEND="app-arch/unzip
 	dev-python/setuptools"
 RDEPEND="dev-python/autobahn
 	dev-python/setuptools
-	>=dev-python/twisted-11.0.0"
+	>=dev-python/twisted-11.0.0
+	>=dev-python/twisted-web-11.0.0"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-08 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 20:17 [gentoo-commits] proj/python:master commit in: dev-python/autobahntestsuite/ Kacper Kowalik
  -- strict thread matches above, loose matches on Subject: below --
2012-06-08 20:08 Kacper Kowalik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox