aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-01-31 16:24:44 -0500
committerHorea Christian <chr@chymera.eu>2023-01-31 16:24:44 -0500
commit70e2057641f5a42ec3eb46de196fea112a6955d0 (patch)
treeda74105ea529eae16c4c9adb9bbbc483fe70b7de /dev-python/heudiconv/files
parentdev-python/distinctipy: new package, add 1.2.2 (diff)
downloadsci-70e2057641f5a42ec3eb46de196fea112a6955d0.tar.gz
sci-70e2057641f5a42ec3eb46de196fea112a6955d0.tar.bz2
sci-70e2057641f5a42ec3eb46de196fea112a6955d0.zip
dev-python/heudiconv: new package, add 0.11.6
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/heudiconv/files')
-rw-r--r--dev-python/heudiconv/files/pynwb-2.0.0-versions.patch21
-rw-r--r--dev-python/heudiconv/files/pynwb-2.1.0-versions.patch21
-rw-r--r--dev-python/heudiconv/files/pynwb-2.2.0-versions.patch21
3 files changed, 63 insertions, 0 deletions
diff --git a/dev-python/heudiconv/files/pynwb-2.0.0-versions.patch b/dev-python/heudiconv/files/pynwb-2.0.0-versions.patch
new file mode 100644
index 000000000..d09c50594
--- /dev/null
+++ b/dev-python/heudiconv/files/pynwb-2.0.0-versions.patch
@@ -0,0 +1,21 @@
+diff --git a/setup.py b/tmp/setup.py
+index 39e75824..f7948f64 100755
+--- a/setup.py
++++ b/setup.py
+@@ -19,11 +19,11 @@ print('found these packages:', pkgs)
+ schema_dir = 'nwb-schema/core'
+
+ reqs = [
+- 'h5py>=2.9,<4',
+- 'hdmf>=3.1.1,<4',
+- 'numpy>=1.16,<1.22',
+- 'pandas>=1.0.5,<2',
+- 'python-dateutil>=2.7,<3',
++ 'h5py',
++ 'hdmf',
++ 'numpy',
++ 'pandas',
++ 'python-dateutil',
+ 'setuptools'
+ ]
+
diff --git a/dev-python/heudiconv/files/pynwb-2.1.0-versions.patch b/dev-python/heudiconv/files/pynwb-2.1.0-versions.patch
new file mode 100644
index 000000000..8c816d226
--- /dev/null
+++ b/dev-python/heudiconv/files/pynwb-2.1.0-versions.patch
@@ -0,0 +1,21 @@
+diff --git a/setup.py b/tmp/setup.py
+index 39e75824..f7948f64 100755
+--- a/setup.py
++++ b/setup.py
+@@ -19,11 +19,11 @@ print('found these packages:', pkgs)
+ schema_dir = 'nwb-schema/core'
+
+ reqs = [
+- 'h5py>=2.10,<4',
+- 'hdmf>=3.3.2,<4',
+- 'numpy>=1.16,<1.23',
+- 'pandas>=1.0.5,<2',
+- 'python-dateutil>=2.7,<3',
++ 'h5py',
++ 'hdmf',
++ 'numpy',
++ 'pandas',
++ 'python-dateutil',
+ 'setuptools'
+ ]
+
diff --git a/dev-python/heudiconv/files/pynwb-2.2.0-versions.patch b/dev-python/heudiconv/files/pynwb-2.2.0-versions.patch
new file mode 100644
index 000000000..6141f629a
--- /dev/null
+++ b/dev-python/heudiconv/files/pynwb-2.2.0-versions.patch
@@ -0,0 +1,21 @@
+diff --git a/setup.py b/tmp/setup.py
+index 39e75824..f7948f64 100755
+--- a/setup.py
++++ b/setup.py
+@@ -19,11 +19,11 @@ print('found these packages:', pkgs)
+ schema_dir = 'nwb-schema/core'
+
+ reqs = [
+- 'h5py>=2.10,<4',
+- 'hdmf>=3.4.2,<4',
+- 'numpy>=1.16,<1.24',
+- 'pandas>=1.1.5,<2',
+- 'python-dateutil>=2.7.3,<3',
++ 'h5py',
++ 'hdmf',
++ 'numpy',
++ 'pandas',
++ 'python-dateutil',
+ 'setuptools'
+ ]
+