aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-02 21:52:54 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-02 22:01:15 +0200
commitaca8f0df09970ff299295a615910919567fd9868 (patch)
tree805fbf71cd395a180e5c31edf866d51173993c54 /dev-python/fastavro
parentdev-python/pytest-cython: add 0.2.0 (diff)
downloadguru-aca8f0df09970ff299295a615910919567fd9868.tar.gz
guru-aca8f0df09970ff299295a615910919567fd9868.tar.bz2
guru-aca8f0df09970ff299295a615910919567fd9868.zip
dev-python/fastavro: add 1.4.11, drop 1.4.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/fastavro')
-rw-r--r--dev-python/fastavro/Manifest2
-rw-r--r--dev-python/fastavro/fastavro-1.4.11.ebuild (renamed from dev-python/fastavro/fastavro-1.4.7.ebuild)8
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/fastavro/Manifest b/dev-python/fastavro/Manifest
index e03197941..f615bc18f 100644
--- a/dev-python/fastavro/Manifest
+++ b/dev-python/fastavro/Manifest
@@ -1,2 +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
+DIST fastavro-1.4.11.tar.gz 733536 BLAKE2B 6a2ceea6d72f49c08ea655c4927967e492bbf70e34d4168b9a751b61778d1d488dbe3e80e7667ef8530142c61744f053c262cb89fbecd8e9ba947cc5d6e48cd9 SHA512 0376395bfb1cf53eaeca90cdefa99394bc0e3499858bd62a62acda841da5135c3d82ba7ff613c96a4b4f9f8058e2f933b1180b8bd34070c48c48473835212ea2
diff --git a/dev-python/fastavro/fastavro-1.4.7.ebuild b/dev-python/fastavro/fastavro-1.4.11.ebuild
index eb3dabce3..f11f2d1ac 100644
--- a/dev-python/fastavro/fastavro-1.4.7.ebuild
+++ b/dev-python/fastavro/fastavro-1.4.11.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# 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
@@ -41,6 +42,9 @@ BDEPEND="
)
"
-FASTAVRO_USE_CYTHON=1
+src_configure() {
+ export FASTAVRO_USE_CYTHON=1
+ default
+}
distutils_enable_tests pytest