Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fastavro/
Date: Tue, 02 Nov 2021 03:40:48
Message-Id: 1635824436.1c2e6e34bbca9f6bfdbb5343d7278f444b259bf1.Alessandro-Barbieri@gentoo
1 commit: 1c2e6e34bbca9f6bfdbb5343d7278f444b259bf1
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 1 21:13:43 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Nov 2 03:40:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2e6e34
7
8 dev-python/fastavro: add 1.4.7, drop 1.4.5
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/fastavro/Manifest | 2 +-
13 dev-python/fastavro/{fastavro-1.4.5.ebuild => fastavro-1.4.7.ebuild} | 4 ++++
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/fastavro/Manifest b/dev-python/fastavro/Manifest
17 index 9c8b4ca8d..6ef1643f5 100644
18 --- a/dev-python/fastavro/Manifest
19 +++ b/dev-python/fastavro/Manifest
20 @@ -1 +1 @@
21 -DIST fastavro-1.4.5.tar.gz 727602 BLAKE2B dc7c50e230d34d82de3de5cd44bb066836cdbbb5d61959f21afd52289ad47fe3b7d1d60fc57dc9f81ffdb05483afc4533bf05bf6428ab914a97d7637712395da SHA512 22c31daa9dff10fb582c2fbff48a5c3205e9fd22e24783c1b4771f937aa21e3b3fa74c73be97199176ebc86088db717cb7233096c6d7f42a871fa038de542108
22 +DIST fastavro-1.4.7.tar.gz 728167 BLAKE2B 91eadad0fdcced3c0dd88456f88ac4f73f4eb07731a527cb70f89d7f3b45eec7688c776ffb221734c5495ed74bdd69946b1c1370fb92f46db9f85b0d0e26b706 SHA512 846c7aec326f212e8c7f707dfba52d06ee757d218037f0011e1f7fe158b454862cb27bf78a7bfcef8fe54717bd83fd7c7c09f71a6dff654037476537d50fcc80
23
24 diff --git a/dev-python/fastavro/fastavro-1.4.5.ebuild b/dev-python/fastavro/fastavro-1.4.7.ebuild
25 similarity index 96%
26 rename from dev-python/fastavro/fastavro-1.4.5.ebuild
27 rename to dev-python/fastavro/fastavro-1.4.7.ebuild
28 index 29d52d93c..45d430816 100644
29 --- a/dev-python/fastavro/fastavro-1.4.5.ebuild
30 +++ b/dev-python/fastavro/fastavro-1.4.7.ebuild
31 @@ -30,6 +30,8 @@ RDEPEND=""
32 DEPEND="
33 ${RDEPEND}
34 dev-python/cython[${PYTHON_USEDEP}]
35 +"
36 +BDEPEND="
37 test? (
38 dev-python/numpy[${PYTHON_USEDEP}]
39 dev-python/pandas[${PYTHON_USEDEP}]
40 @@ -39,4 +41,6 @@ DEPEND="
41 )
42 "
43
44 +FASTAVRO_USE_CYTHON=1
45 +
46 distutils_enable_tests pytest