commit:     53abb9d47d74a94be26890306eb605746e1f33ff
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 31 08:13:43 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 31 08:13:43 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=53abb9d4

dev-python/hdmf: revbump for setup.py versions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 .../hdmf/files/hdmf-3.1.1-new_jsonschema.patch      | 10 ----------
 dev-python/hdmf/files/hdmf-3.1.1-versions.patch     | 21 +++++++++++++++++++++
 .../{hdmf-3.1.1.ebuild => hdmf-3.1.1-r1.ebuild}     |  4 ++--
 3 files changed, 23 insertions(+), 12 deletions(-)

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
deleted file mode 100644
index 989332bb5..000000000
--- a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py 2021-09-24 00:51:55.892741725 -0400
-+++ b/setup.py 2021-10-27 14:33:20.733741241 -0400
-@@ -23,7 +23,7 @@
-     'scipy>=1.1,<2',
-     'pandas>=1.0.5,<2',
-     'ruamel.yaml>=0.16,<1',
--    'jsonschema>=2.6.0,<4',
-+    'jsonschema>=2.6.0',
-     'setuptools',
- ]

diff --git a/dev-python/hdmf/files/hdmf-3.1.1-versions.patch 
b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch
new file mode 100644
index 000000000..58822989d
--- /dev/null
+++ b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch
@@ -0,0 +1,21 @@
+--- a/setup.py 2022-01-31 02:48:24.645837186 -0500
++++ b/setup.py 2022-01-31 02:49:55.066949247 -0500
+@@ -12,12 +12,12 @@
+ schema_dir = 'common/hdmf-common-schema/common'
+ 
+ reqs = [
+-    'h5py>=2.10,<4',
+-    'numpy>=1.16,<1.22',
+-    'scipy>=1.1,<2',
+-    'pandas>=1.0.5,<2',
+-    'ruamel.yaml>=0.16,<1',
+-    'jsonschema>=2.6.0,<4',
++    'h5py',
++    'numpy',
++    'scipy',
++    'pandas',
++    'ruamel.yaml',
++    'jsonschema',
+     'setuptools',
+ ]
+ 

diff --git a/dev-python/hdmf/hdmf-3.1.1.ebuild 
b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
similarity index 88%
rename from dev-python/hdmf/hdmf-3.1.1.ebuild
rename to dev-python/hdmf/hdmf-3.1.1-r1.ebuild
index 1731b0d90..76d40c95f 100644
--- a/dev-python/hdmf/hdmf-3.1.1.ebuild
+++ b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,5 +28,5 @@ BDEPEND=""
 distutils_enable_tests pytest
 
 PATCHES=(
-       "${FILESDIR}/${PN}-3.1.1-new_jsonschema.patch"
+       "${FILESDIR}/${PN}-3.1.1-versions.patch"
 )

Reply via email to