Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/files/, dev-python/hdmf/
Date: Mon, 31 Jan 2022 08:13:58
Message-Id: 1643616823.53abb9d47d74a94be26890306eb605746e1f33ff.chymera@gentoo
1 commit: 53abb9d47d74a94be26890306eb605746e1f33ff
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Jan 31 08:13:43 2022 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 31 08:13:43 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=53abb9d4
7
8 dev-python/hdmf: revbump for setup.py versions
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 .../hdmf/files/hdmf-3.1.1-new_jsonschema.patch | 10 ----------
14 dev-python/hdmf/files/hdmf-3.1.1-versions.patch | 21 +++++++++++++++++++++
15 .../{hdmf-3.1.1.ebuild => hdmf-3.1.1-r1.ebuild} | 4 ++--
16 3 files changed, 23 insertions(+), 12 deletions(-)
17
18 diff --git a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch b/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
19 deleted file mode 100644
20 index 989332bb5..000000000
21 --- a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
22 +++ /dev/null
23 @@ -1,10 +0,0 @@
24 ---- a/setup.py 2021-09-24 00:51:55.892741725 -0400
25 -+++ b/setup.py 2021-10-27 14:33:20.733741241 -0400
26 -@@ -23,7 +23,7 @@
27 - 'scipy>=1.1,<2',
28 - 'pandas>=1.0.5,<2',
29 - 'ruamel.yaml>=0.16,<1',
30 -- 'jsonschema>=2.6.0,<4',
31 -+ 'jsonschema>=2.6.0',
32 - 'setuptools',
33 - ]
34
35 diff --git a/dev-python/hdmf/files/hdmf-3.1.1-versions.patch b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch
36 new file mode 100644
37 index 000000000..58822989d
38 --- /dev/null
39 +++ b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch
40 @@ -0,0 +1,21 @@
41 +--- a/setup.py 2022-01-31 02:48:24.645837186 -0500
42 ++++ b/setup.py 2022-01-31 02:49:55.066949247 -0500
43 +@@ -12,12 +12,12 @@
44 + schema_dir = 'common/hdmf-common-schema/common'
45 +
46 + reqs = [
47 +- 'h5py>=2.10,<4',
48 +- 'numpy>=1.16,<1.22',
49 +- 'scipy>=1.1,<2',
50 +- 'pandas>=1.0.5,<2',
51 +- 'ruamel.yaml>=0.16,<1',
52 +- 'jsonschema>=2.6.0,<4',
53 ++ 'h5py',
54 ++ 'numpy',
55 ++ 'scipy',
56 ++ 'pandas',
57 ++ 'ruamel.yaml',
58 ++ 'jsonschema',
59 + 'setuptools',
60 + ]
61 +
62
63 diff --git a/dev-python/hdmf/hdmf-3.1.1.ebuild b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
64 similarity index 88%
65 rename from dev-python/hdmf/hdmf-3.1.1.ebuild
66 rename to dev-python/hdmf/hdmf-3.1.1-r1.ebuild
67 index 1731b0d90..76d40c95f 100644
68 --- a/dev-python/hdmf/hdmf-3.1.1.ebuild
69 +++ b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 +# Copyright 1999-2022 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=8
76 @@ -28,5 +28,5 @@ BDEPEND=""
77 distutils_enable_tests pytest
78
79 PATCHES=(
80 - "${FILESDIR}/${PN}-3.1.1-new_jsonschema.patch"
81 + "${FILESDIR}/${PN}-3.1.1-versions.patch"
82 )