aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-06-08 22:01:16 +0200
committerKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-06-08 22:01:16 +0200
commit373439497adbf46ad1d62da23512405a1997c6b6 (patch)
tree4122ff0daee7ddabec1649bb8ffeb06bf3b7a014
parentAdd stubs for README.md, README.html will be automatically generated via post... (diff)
downloadpython-373439497adbf46ad1d62da23512405a1997c6b6.tar.gz
python-373439497adbf46ad1d62da23512405a1997c6b6.tar.bz2
python-373439497adbf46ad1d62da23512405a1997c6b6.zip
[dev-python/autobahn] initial import, ebuild written by me
-rw-r--r--dev-python/autobahn/Manifest1
-rw-r--r--dev-python/autobahn/autobahn-0.5.2.ebuild25
-rw-r--r--dev-python/autobahn/metadata.xml8
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest
new file mode 100644
index 0000000..f94af3c
--- /dev/null
+++ b/dev-python/autobahn/Manifest
@@ -0,0 +1 @@
+DIST autobahn-0.5.2.zip 60501 RMD160 86b97b7f2125bb7030191b8dedcce02768157bbd SHA1 8d8470c9b500aea4d58f188b61f37fe77424e288 SHA256 bf263535c9f5f28a7827a4cb667630fb59254e7a81e9c979ecfdc048a2c7f7b1
diff --git a/dev-python/autobahn/autobahn-0.5.2.ebuild b/dev-python/autobahn/autobahn-0.5.2.ebuild
new file mode 100644
index 0000000..f02a850
--- /dev/null
+++ b/dev-python/autobahn/autobahn-0.5.2.ebuild
@@ -0,0 +1,25 @@
+# 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 for Python/Twisted"
+HOMEPAGE="http://pypi.python.org/pypi/autobahn http://autobahn.ws/developers"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools
+ >=dev-python/twisted-11.0.0"
+DEPEND="app-arch/unzip
+ dev-python/setuptools"
diff --git a/dev-python/autobahn/metadata.xml b/dev-python/autobahn/metadata.xml
new file mode 100644
index 0000000..20d6023
--- /dev/null
+++ b/dev-python/autobahn/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">autobahn</remote-id>
+ </upstream>
+</pkgmetadata>