summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ws4py/ws4py-9999.ebuild')
-rw-r--r--dev-python/ws4py/ws4py-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild
new file mode 100644
index 0000000..7f3f1f8
--- /dev/null
+++ b/dev-python/ws4py/ws4py-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.6 2011/09/20 23:38:05 floppym Exp $
+
+EAPI="4"
+PYTHON_DEPEND="2"
+
+EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
+
+inherit distutils git-2
+
+DESCRIPTION="${PN}"
+HOMEPAGE="https://github.com/Lawouach/WebSocket-for-Python"
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=">=dev-python/gevent-0.13.6"