diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-04-10 17:34:04 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-04-10 17:34:04 +0000 |
commit | 6618560055d47a747be34a949babbc6f0ce21591 (patch) | |
tree | 02d73461e49caabaef3a0159ce6561738bc6828e /dev-python/websockify | |
parent | Inherit user.eclass. (diff) | |
download | gentoo-2-6618560055d47a747be34a949babbc6f0ce21591.tar.gz gentoo-2-6618560055d47a747be34a949babbc6f0ce21591.tar.bz2 gentoo-2-6618560055d47a747be34a949babbc6f0ce21591.zip |
adding websockify for nova
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/websockify')
-rw-r--r-- | dev-python/websockify/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/websockify/Manifest | 2 | ||||
-rw-r--r-- | dev-python/websockify/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/websockify/websockify-0.4.1.ebuild | 22 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/websockify/ChangeLog b/dev-python/websockify/ChangeLog new file mode 100644 index 000000000000..4cc522fa4f83 --- /dev/null +++ b/dev-python/websockify/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/websockify +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.1 2013/04/10 17:34:04 prometheanfire Exp $ + +*websockify-0.4.1 (10 Apr 2013) + + 10 Apr 2013; Matthew Thode <prometheanfire@gentoo.org> +metadata.xml, + +websockify-0.4.1.ebuild: + adding websockify for nova diff --git a/dev-python/websockify/Manifest b/dev-python/websockify/Manifest new file mode 100644 index 000000000000..2aa1f35f974a --- /dev/null +++ b/dev-python/websockify/Manifest @@ -0,0 +1,2 @@ +EBUILD websockify-0.4.1.ebuild 696 SHA256 3f9018dcc632e7c64f2c4e57ce8f9f745fc5bf46cc37e3429371fac855c41ff8 SHA512 d7180d10690b9ab03509773ea7c77af3c884839f771cab06c95361b29b065e77d6922275c90b4e54759eb9cedfcdb82d3ed1f81210ab936d04d374a93edf8b6b WHIRLPOOL 90dd594b4da8804ebbe9695eea2980dc60b9c8167860db415912a9827c26fc60534812bc9667081008a03bb6595f956f75a95689eab9b9f72bd0590e00884638 +MISC metadata.xml 370 SHA256 26bc137c7a7f807692a396eb6971c4054b867eb23bb9974fb0284ae9cd3df715 SHA512 cb33c34bd4ad921d908d819e6b9f189641888653b1ac87ff5ed2a28cc71b50efb478078330ad2bf276b691d34394abec96688f10a89510b5a51885b5b1c56b72 WHIRLPOOL 1d8eae4e5328c1afd7d52bfa5542c76a6b271b7b40f1fab5538f51a3e3821d54b440a7786954f275545bb7e79c0992520dc1be39edb36af1b62ab3bfb5747d61 diff --git a/dev-python/websockify/metadata.xml b/dev-python/websockify/metadata.xml new file mode 100644 index 000000000000..4f0b75d6af96 --- /dev/null +++ b/dev-python/websockify/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + WebSockets support for any application/server + </longdescription> +</pkgmetadata> + diff --git a/dev-python/websockify/websockify-0.4.1.ebuild b/dev-python/websockify/websockify-0.4.1.ebuild new file mode 100644 index 000000000000..7d9b65200b32 --- /dev/null +++ b/dev-python/websockify/websockify-0.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.4.1.ebuild,v 1.1 2013/04/10 17:34:04 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) + +inherit distutils-r1 git-2 + +EGIT_REPO_URI="git://github.com/kanaka/${PN}.git +https://github.com/kanaka/${PN}.git" +EGIT_BRANCH="v0.4.1" + +DESCRIPTION="WebSockets support for any application/server" +HOMEPAGE="https://github.com/kanaka/websockify" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" |