commit: 857befe88a57c0f16dad6ef500145ac3aeff8756
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 00:00:53 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 01:17:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857befe8
dev-python/cbor: New pkg, new dep of dev-python/autobahn-0.16.0
Package-Manager: portage-2.3.0
dev-python/cbor/Manifest | 1 +
dev-python/cbor/cbor-1.0.0.ebuild | 20 ++++++++++++++++++++
dev-python/cbor/metadata.xml | 28 ++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/cbor/Manifest b/dev-python/cbor/Manifest
new file mode 100644
index 00000000..ad16dcf
--- /dev/null
+++ b/dev-python/cbor/Manifest
@@ -0,0 +1 @@
+DIST cbor-1.0.0.tar.gz 20096 SHA256
13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6 SHA512
996b61c7d16cbe8bd7b056d09286a17f3a6a29cb97ef9e5ca1d1bfe8c53393ae3d2b7565c937a283cb78f377af14c070bd663aabbce995dc7e5b9d2f69a6ba73
WHIRLPOOL
5384cf292f08edb15e53d35ab86feeac6e25c967a5a3a0e1e21d3f0a7460feca4b2e27d3ace58a05c4a0d751b0f5719a24d174e5d899818c6890ad139e1cbd36
diff --git a/dev-python/cbor/cbor-1.0.0.ebuild
b/dev-python/cbor/cbor-1.0.0.ebuild
new file mode 100644
index 00000000..3554f03
--- /dev/null
+++ b/dev-python/cbor/cbor-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5})
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="https://bitbucket.org/bodhisnarkva/cbor
https://pypi.python.org/pypi/cbor"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml
new file mode 100644
index 00000000..297c81e
--- /dev/null
+++ b/dev-python/cbor/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>[email protected]</email>
+ <name>Brian Olson</name>
+ </maintainer>
+ <remote-id type="pypi">cbor</remote-id>
+ </upstream>
+ <longdescription>An implementation of RFC 7049 - Concise Binary Object
+ Representation (CBOR). CBOR is comparable to JSON, has a
superset of
+ JSON's ability, but serializes to a binary format which is
smaller and
+ faster to generate and parse. The two primary functions are
+ cbor.loads() and cbor.dumps(). This library includes a C
implementation
+ which runs 3-5 times faster than the Python standard library's
+ C-accelerated implementanion of JSON. This is also includes a
100%
+ Python implementation.
+ </longdescription>
+</pkgmetadata>