public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor2/
Date: Sat,  9 May 2020 00:51:13 +0000 (UTC)	[thread overview]
Message-ID: <1588985450.4b6aede9bf1bd193903c5ad357587224c50560e6.dolsen@gentoo> (raw)

commit:     4b6aede9bf1bd193903c5ad357587224c50560e6
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 23:59:01 2020 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May  9 00:50:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6aede9

dev-python/cbor2: New pkg, new dep of dev-python/autobahn-20.4.3

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 dev-python/cbor2/Manifest           |  1 +
 dev-python/cbor2/cbor2-5.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-python/cbor2/metadata.xml       | 23 +++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-python/cbor2/Manifest b/dev-python/cbor2/Manifest
new file mode 100644
index 00000000000..bb524addff1
--- /dev/null
+++ b/dev-python/cbor2/Manifest
@@ -0,0 +1 @@
+DIST cbor2-5.1.0.tar.gz 72328 BLAKE2B 22737f1ce152eb356fc937199ba83e9558b68900f8183ee8acca52312fa56499812d6b26aaaa629b6e2cfacbdfbb72f65cb7fcbe93a010320aff94aec8dc3978 SHA512 0df4f0c5609ae8d73627a64ee1544af88461b2bf829538f23d912138cf47ae8d03193644c7315e2a77318e58fd2bd61c4cb103d94ed0710db0ae5c2cf4df60b7

diff --git a/dev-python/cbor2/cbor2-5.1.0.ebuild b/dev-python/cbor2/cbor2-5.1.0.ebuild
new file mode 100644
index 00000000000..0a40842019e
--- /dev/null
+++ b/dev-python/cbor2/cbor2-5.1.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+
+DESCRIPTION="Pure Python CBOR (de)serializer with extensive tag support"
+HOMEPAGE="https://github.com/agronholm/cbor2 https://pypi.org/project/cbor2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPENDS="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-cov[${PYTHON_USEDEP}]
+	)
+"
+
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/cbor2/metadata.xml b/dev-python/cbor2/metadata.xml
new file mode 100644
index 00000000000..77d7b556b44
--- /dev/null
+++ b/dev-python/cbor2/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dolsen@gentoo.org</email>
+		<name>Brian Dolbec</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>bolson@bolson.org</email>
+			<name>Brian Olson</name>
+		</maintainer>
+		<remote-id type="pypi">cbor</remote-id>
+		<remote-id type="bitbucket">bodhisnarkva/cbor</remote-id>
+	</upstream>
+	<longdescription>This library provides encoding and decoding for the
+Concise Binary Object Representation (CBOR) (RFC 7049) serialization format.
+It is implemented in pure python with an optional C backend and is compatible
+with versions 2.7 through to 3.8.  On cPython>=3.3 cbor2 can use a built in C
+module for performance similar to how pickle wraps the _pickle C module in the
+Python Standard Library.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2020-05-09  0:51 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-09  0:51 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-18 15:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor2/ Brian Dolbec
2020-05-18 20:46 Brian Dolbec
2020-07-18  1:58 Brian Dolbec
2020-08-20 16:13 Brian Dolbec
2020-10-01  1:24 Sam James
2020-10-06 16:57 Sam James
2020-10-09  8:31 Agostino Sarubbo
2020-10-09  8:53 Michał Górny
2020-10-14 13:28 Brian Dolbec
2020-11-14 22:50 Sam James
2020-11-15 11:02 Sam James
2021-01-17 18:51 Brian Dolbec
2021-03-19  9:56 Michał Górny
2021-03-26 20:39 Agostino Sarubbo
2021-05-15 19:07 Sam James
2021-05-15 21:36 Michał Górny
2021-05-18  8:51 Michał Górny
2021-05-18  8:51 Michał Górny
2021-05-27 14:15 Michał Górny
2021-05-27 18:04 Michał Górny
2021-06-05  8:28 Michał Górny
2021-07-03  3:08 Sam James
2021-07-03  6:17 Agostino Sarubbo
2021-07-06  1:48 Sam James
2021-07-08  3:53 Sam James
2021-07-08  7:06 Michał Górny
2021-07-24  8:23 Michał Górny
2021-08-26  4:41 Agostino Sarubbo
2021-08-26 14:55 Sam James
2021-09-04 22:07 Michał Górny
2021-10-14 21:13 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-11-22  7:51 Agostino Sarubbo
2021-11-22  8:05 Sam James
2021-11-22  8:05 Sam James
2021-11-22 10:46 Michał Górny
2022-03-14 10:32 Yixun Lan
2022-05-01 13:42 Michał Górny
2022-05-04  8:19 Michał Górny
2022-05-19 15:23 Michał Górny
2022-06-06  9:29 Jakov Smolić
2022-06-06  9:29 Jakov Smolić
2022-06-06  9:32 Jakov Smolić
2022-06-06 11:01 Jakov Smolić
2022-06-06 11:35 Michał Górny
2022-11-29  6:59 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-12-08 16:57 Michał Górny
2022-12-31 10:42 Arthur Zamarin
2022-12-31 10:51 Arthur Zamarin
2022-12-31 10:57 Arthur Zamarin
2022-12-31 13:01 Sam James
2022-12-31 13:31 Michał Górny
2023-03-04  6:37 Arthur Zamarin
2023-05-04 16:11 Michał Górny
2023-06-23  9:26 Michał Górny
2023-08-13 16:07 Arthur Zamarin
2023-08-13 16:10 Arthur Zamarin
2023-08-17  8:42 Arthur Zamarin
2023-08-20 17:53 Arthur Zamarin
2023-10-01 18:18 Arthur Zamarin
2023-10-21  3:40 Michał Górny
2023-11-03  7:06 Michał Górny
2023-11-22 11:11 Sam James
2023-11-22 11:11 Sam James
2023-11-22 11:53 Arthur Zamarin
2023-11-22 12:12 Arthur Zamarin
2023-11-22 12:15 Arthur Zamarin
2023-11-22 12:29 Michał Górny
2024-02-17 21:42 Jakov Smolić
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-20  6:13 Michał Górny
2024-03-02 12:11 Arthur Zamarin
2024-03-02 12:11 Arthur Zamarin
2024-03-02 12:11 Arthur Zamarin
2024-03-02 12:24 Arthur Zamarin
2024-03-02 14:06 Arthur Zamarin
2024-04-11  4:25 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  8:04 Arthur Zamarin
2024-04-27  8:26 Michał Górny
2024-05-17 10:51 Michał Górny
2024-05-17 13:05 Sam James
2024-06-06 16:17 Michał Górny
2024-06-15  6:18 Viorel Munteanu
2024-06-19  5:24 Arthur Zamarin
2024-06-22 13:49 Arthur Zamarin
2024-06-22 13:49 Arthur Zamarin
2024-06-22 14:00 Arthur Zamarin
2024-06-22 14:23 Arthur Zamarin
2024-06-22 17:18 Sam James
2024-06-22 17:18 Sam James
2024-06-24  1:16 Sam James
2024-07-11 11:59 Michał Górny
2024-09-24 15:09 Arthur Zamarin
2024-10-10  5:03 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-26 13:28 Arthur Zamarin
2024-10-26 14:47 Arthur Zamarin
2024-10-26 14:47 Arthur Zamarin
2024-10-26 17:42 Arthur Zamarin
2024-10-27  6:50 Arthur Zamarin
2024-10-30 15:11 Sam James
2024-10-31 13:51 Sam James
2024-10-31 14:47 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588985450.4b6aede9bf1bd193903c5ad357587224c50560e6.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox