public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/autobahn: ChangeLog autobahn-0.7.4.ebuild metadata.xml Manifest
@ 2014-01-27 16:38 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-01-27 16:38 UTC (permalink / raw
  To: gentoo-commits

jlec        14/01/27 16:38:01

  Added:                ChangeLog autobahn-0.7.4.ebuild metadata.xml
                        Manifest
  Log:
  dev-python/autobahn: New addition, written by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  dev-python/autobahn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/autobahn
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v 1.1 2014/01/27 16:38:01 jlec Exp $

*autobahn-0.7.4 (27 Jan 2014)

  27 Jan 2014; Justin Lecher <jlec@gentoo.org> +autobahn-0.7.4.ebuild,
  +metadata.xml:
  New addition, written by me




1.1                  dev-python/autobahn/autobahn-0.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/autobahn-0.7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/autobahn-0.7.4.ebuild?rev=1.1&content-type=text/plain

Index: autobahn-0.7.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/autobahn-0.7.4.ebuild,v 1.1 2014/01/27 16:38:01 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

# running on Twisted and asyncio,
# for python < 3.4
RDEPEND="
	dev-python/snappy
	dev-python/lz4
	dev-python/msgpack
	dev-python/twisted-core
	dev-python/ujson
	dev-python/wsaccel
	net-zope/zope-interface
	"
DEPEND="${RDEPEND}"



1.1                  dev-python/autobahn/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>python</herd>
  <maintainer>
    <email>jlec@gentoo.org</email>
  </maintainer>
</pkgmetadata>



1.1                  dev-python/autobahn/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST autobahn-0.7.4.zip 143447 SHA256 b0c3900bab665638c6c3e117815c4ef8cf563beda059c102e4b6a6d4496be8d7 SHA512 51233127dced6a32d6e7ed7bbcede54c3afb47c4a729f154bb35cafd74b8913387ac85ec3d9fa6d09e808160efcb6c4f18086a51fbf8cfcb9142c7168939bfcf WHIRLPOOL b578b27df01dd0b880a46cffbf51203daf0f55fadae792237bfe954c109cf91939ba1276a5c89bedb15ee358afd77b31117e8475335628644b916800225d7ce6
EBUILD autobahn-0.7.4.ebuild 692 SHA256 ea4c5ac8682e9c4d077f155a740260df6a785e0824fb3c263fa165ba04b818a8 SHA512 a957da6493fd93d2a900284e0cb760e014b4fc7276c525ac9f527876b6264d173ab5f3f254e6a3be49b2442bfc8f51ddb7f79741fd2f37491c4f0e0dc82c526b WHIRLPOOL 922510b5631f662587ad02f66c2668ee234bd0f2c61225e8781f3f1155695773e1b3dc1188a149c21ffe9887a6121a84e3e416497b7ea25586bde42266126cff
MISC ChangeLog 270 SHA256 93474b003d71fd5b56d8c8dd7c7322ba2ffed0b7aaaacd9f212268c5b5bd7595 SHA512 03c4d993a52e4dd4b3521f4a11dd39cefa267bfa93db14ee423dd8a3d91a0bd15b1159124f6adafa7dc6931650ba395472a4c9540f391442b4327a1aae3e73b3 WHIRLPOOL cece76de409ea81a80a674cd0d826d51a58ee0b8317c9bc9321e75801db8e57c141226e4314a322c8a4adc70e424f31314bb3e106b2eb142ffc8add32fb919d9
MISC metadata.xml 227 SHA256 aef43758cae524923aefea72b3a1f2896b3dcca8d0135dc75a08149549388105 SHA512 40677314811b092252949d13d1d07aaf721f7e8ba47da28ac21239f881e7c919bcad9384d2f0bf0eff95e11912443aa1f2bab7e94e1a3029c9aa97a3654795dc WHIRLPOOL 1ce8a3cc4ae9ce91daa6bd030e5be25fdbee0fc29e14b943024c932cff8d6da58c6d152d02fb8703fc285331f3dd010ec832f8a5ddb18c7cd33c9ae97507dd76





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-27 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-27 16:38 [gentoo-commits] gentoo-x86 commit in dev-python/autobahn: ChangeLog autobahn-0.7.4.ebuild metadata.xml Manifest Justin Lecher (jlec)

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