Skip to content

Commit

Permalink
cherrypick dev-python/crossbar from plab
Browse files Browse the repository at this point in the history
  • Loading branch information
bignaux committed Feb 22, 2015
1 parent 1788be4 commit 950733a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-python/crossbar/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DIST crossbar-0.9.5.zip 206314 SHA256 acf595e39e3a52f11647c3128d524e0051ebe4c0bdfb03eac91c9ed132313068 SHA512 c7ddaa80f469fa2911ba531ae1c163bd828fd97f3f36bcfe740d08b1214620fe943cc1f6ba695e0f6831c4afdbe97ea1e519b754f093f1b464459553f9f8cfad WHIRLPOOL 27c407ae41a7e7a64c677c46400c99f811d07bfd426da9a831a461a49c15498c5285cb26208cb1b4a83835f8757171001a08e41be67b3412b9fabc3b4cc4fb90
EBUILD crossbar-0.9.5.ebuild 1183 SHA256 7911345312d82fda7e5d2b5a6fa43738165d62c6d11881a8beb2e03f41a0d8f6 SHA512 7e03668bc0d85bceda500040d6789e42ea9b7d997f4409f5da36368848b74f3c3a9fa3b242ce1a780d10c5c6c7c2946790d44bda2ebc1349c3d7233375876512 WHIRLPOOL afca950417bb360dfc2856711882784acdd9d2c211b9a849aab557d27a443ae6840083b45028ccc09239cb58cc9f65e738e726776fc819acb179af497fb75b99
MISC metadata.xml 198 SHA256 a6cced7fd655d4e5e10239d91957eb486c00169084460d93433922262241bcab SHA512 33543ed4e9dc5bc7a5459c9125d4261d6fb1b148e8b11a84c87180e91fc5df01e3198145283d225e2155f0da9f601df3f52501e8e8805029fe6f4ce039ca87f6 WHIRLPOOL 721377940fa57bccddaeb00f9862f73dd97d6eb58115d7ff85e81743e89d58f16efe91d84ebc4f2dd9aeb84802aa229a2be3182b15750e38cfbe581629232f54
41 changes: 41 additions & 0 deletions dev-python/crossbar/crossbar-0.9.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.3

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Crossbar.io - Polyglot application router"
HOMEPAGE="http://crossbar.io/"
SRC_URI="https://pypi.python.org/packages/source/c/crossbar/${P}.zip"

LICENSE="AGPL-3"
KEYWORDS="~amd64"
SLOT="0"
IUSE="manhole msgpack postgres system tls"

DEPEND="dev-python/setuptools"
RDEPEND=">=dev-python/autobahn-0.8.9[twisted]
>=dev-python/jinja-2.7.2
>=dev-python/netaddr-0.7.11
>=dev-python/setuptools-2.2
>=dev-python/twisted-core-13.2
>=net-zope/zope-interface-3.6.0
dev-python/setuptools
manhole? ( >=dev-python/pyasn1-0.1.7 )
manhole? ( >=dev-python/pycrypto-2.6.1 )
msgpack? ( >=dev-python/msgpack-python-0.4.2 )
postgres? ( >=dev-python/psycopg-2.5.1 )
system? ( >=dev-python/psutil-2.1.1 )
system? ( >=dev-python/pyinotify-0.9.4 )
system? ( >=dev-python/setproctitle-1.1.8 )
tls? ( >=dev-python/cryptography-0.4 )
tls? ( >=dev-python/pyopenssl-0.14 )
tls? ( dev-python/pyasn1 )
tls? ( dev-python/pyasn1-modules )
tls? ( dev-python/service-identity )"


6 changes: 6 additions & 0 deletions dev-python/crossbar/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<longdescription></longdescription>
</pkgmetadata>

0 comments on commit 950733a

Please sign in to comment.