From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/cbor/Manifest | 1 + dev-python/cbor/cbor-1.0.0.ebuild | 22 ++++++++++++++++++++++ dev-python/cbor/metadata.xml | 26 ++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-python/cbor/Manifest create mode 100644 dev-python/cbor/cbor-1.0.0.ebuild create mode 100644 dev-python/cbor/metadata.xml (limited to 'dev-python/cbor') diff --git a/dev-python/cbor/Manifest b/dev-python/cbor/Manifest new file mode 100644 index 000000000000..0909a13cb5db --- /dev/null +++ b/dev-python/cbor/Manifest @@ -0,0 +1 @@ +DIST cbor-1.0.0.gh.tar.gz 25541 BLAKE2B dc5491235fee79ad15a8b92aafef2a690a407dfb98792e88b2e87fa7c354277b997ac314dc38279168f50c52f922de4bfe330b860126d4c5b836c019b05a1aee SHA512 88471b1c9c9a4128a4098194e17a4322ea2a01624ae1ffa9c33e433da31a089c45f4b64472d36620797488a451c16771c213b2b9a9ab711232c6658da4cd310f 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 000000000000..11a29f2d6cf2 --- /dev/null +++ b/dev-python/cbor/cbor-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +EGIT_COMMIT="b3af679e7cf3e12d50acb83c3c591fc5db9a658d" +DESCRIPTION="RFC 7049 - Concise Binary Object Representation" +HOMEPAGE="https://github.com/brianolson/cbor_py + https://pypi.org/project/cbor/" +SRC_URI=" + https://github.com/brianolson/cbor_py/archive/${EGIT_COMMIT}.tar.gz + -> ${P}.gh.tar.gz" +S=${WORKDIR}/cbor_py-${EGIT_COMMIT} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests unittest diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml new file mode 100644 index 000000000000..11f34c1a6f86 --- /dev/null +++ b/dev-python/cbor/metadata.xml @@ -0,0 +1,26 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + + bolson@bolson.org + Brian Olson + + cbor + bodhisnarkva/cbor + + 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. + + gentoo-staging + -- cgit v1.3.1