diff options
author | Horea Christian <chr@chymera.eu> | 2022-01-31 03:13:43 -0500 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2022-01-31 03:13:43 -0500 |
commit | 53abb9d47d74a94be26890306eb605746e1f33ff (patch) | |
tree | 55286531e8a510f4643d684dd27243704abc9509 /dev-python/hdmf | |
parent | dev-python/numba: tbb dependency is 2021.1. (diff) | |
download | sci-53abb9d47d74a94be26890306eb605746e1f33ff.tar.gz sci-53abb9d47d74a94be26890306eb605746e1f33ff.tar.bz2 sci-53abb9d47d74a94be26890306eb605746e1f33ff.zip |
dev-python/hdmf: revbump for setup.py versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/hdmf')
-rw-r--r-- | dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch | 10 | ||||
-rw-r--r-- | dev-python/hdmf/files/hdmf-3.1.1-versions.patch | 21 | ||||
-rw-r--r-- | dev-python/hdmf/hdmf-3.1.1-r1.ebuild (renamed from dev-python/hdmf/hdmf-3.1.1.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 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" ) |