public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fastavro/
Date: Thu, 17 Mar 2022 01:42:26 +0000 (UTC)	[thread overview]
Message-ID: <1647481046.2dbffda82b2173664833fd56131ea21052b8de29.Alessandro-Barbieri@gentoo> (raw)

commit:     2dbffda82b2173664833fd56131ea21052b8de29
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 01:37:26 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 01:37:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dbffda8

dev-python/fastavro: add 1.4.10

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/fastavro/Manifest               |  1 +
 dev-python/fastavro/fastavro-1.4.10.ebuild | 50 ++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/fastavro/Manifest b/dev-python/fastavro/Manifest
index 6ef1643f5..e03197941 100644
--- a/dev-python/fastavro/Manifest
+++ b/dev-python/fastavro/Manifest
@@ -1 +1,2 @@
+DIST fastavro-1.4.10.tar.gz 733839 BLAKE2B 90bd57d5da0575a4b321dd31a3152531cce2a36626c51261e390b4f5f32d82fe3b1ea41ddd5e5885618ec5cb849a9a3620a8caf745c7782ecc2b3496bdf88998 SHA512 f3a474a56ef79dd54b71f18961520489fa848548fbbaac2c18d87c933d6c263762f73c56d9540b18ceb221d0184398ae085bfecd1c4cdb7236fd9160be94003b
 DIST fastavro-1.4.7.tar.gz 728167 BLAKE2B 91eadad0fdcced3c0dd88456f88ac4f73f4eb07731a527cb70f89d7f3b45eec7688c776ffb221734c5495ed74bdd69946b1c1370fb92f46db9f85b0d0e26b706 SHA512 846c7aec326f212e8c7f707dfba52d06ee757d218037f0011e1f7fe158b454862cb27bf78a7bfcef8fe54717bd83fd7c7c09f71a6dff654037476537d50fcc80

diff --git a/dev-python/fastavro/fastavro-1.4.10.ebuild b/dev-python/fastavro/fastavro-1.4.10.ebuild
new file mode 100644
index 000000000..f11f2d1ac
--- /dev/null
+++ b/dev-python/fastavro/fastavro-1.4.10.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# https://github.com/fastavro/fastavro/issues/558
+EPYTEST_DESELECT=(
+	tests/test_fastavro.py::test_cython_python
+	tests/test_main_cli.py::test_cli_record_output
+	tests/test_main_cli.py::test_cli_stream_input
+	tests/test_main_cli.py::test_cli_arg_metadata
+	tests/test_main_cli.py::test_cli_arg_schema
+	tests/test_main_cli.py::test_cli_arg_codecs
+)
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Fast Avro for Python"
+HOMEPAGE="
+	https://github.com/fastavro/fastavro
+	https://pypi.org/project/fastavro/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="
+	${RDEPEND}
+	dev-python/cython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/numpy[${PYTHON_USEDEP}]
+		dev-python/pandas[${PYTHON_USEDEP}]
+		dev-python/snappy[${PYTHON_USEDEP}]
+		dev-python/zstandard[${PYTHON_USEDEP}]
+		dev-python/lz4[${PYTHON_USEDEP}]
+	)
+"
+
+src_configure() {
+	export FASTAVRO_USE_CYTHON=1
+	default
+}
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-03-17  1:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17  1:42 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-03 21:15 [gentoo-commits] repo/proj/guru:master commit in: dev-python/fastavro/ Andrew Ammerlaan
2023-02-03 21:12 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-11-04 14:11 Anna Vyalkova
2022-06-28  4:34 Alessandro Barbieri
2022-06-14  8:00 Alessandro Barbieri
2022-05-24 17:36 Alessandro Barbieri
2022-05-02 20:01 Alessandro Barbieri
2021-11-02  3:40 Alessandro Barbieri
2021-10-09  2:50 Alessandro Barbieri
2021-10-03 22:55 Alessandro Barbieri
2021-09-27 16:47 Alessandro Barbieri
2021-09-27 16:47 Alessandro Barbieri

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=1647481046.2dbffda82b2173664833fd56131ea21052b8de29.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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