From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C7A415800F for ; Tue, 31 Jan 2023 21:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5720EE0AAE; Tue, 31 Jan 2023 21:27:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A65CE0AB6 for ; Tue, 31 Jan 2023 21:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD0FA340CD8 for ; Tue, 31 Jan 2023 21:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 775FE889 for ; Tue, 31 Jan 2023 21:27:26 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1675200428.d682b5bbc1c6e4f30fbe440c6b324bd5109e97be.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/heudiconv/files/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/heudiconv/files/pynwb-2.0.0-versions.patch dev-python/heudiconv/files/pynwb-2.1.0-versions.patch dev-python/heudiconv/files/pynwb-2.2.0-versions.patch X-VCS-Directories: dev-python/heudiconv/files/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: d682b5bbc1c6e4f30fbe440c6b324bd5109e97be X-VCS-Branch: master Date: Tue, 31 Jan 2023 21:27:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2034d4d3-4202-4033-9668-3b0de39cb6ed X-Archives-Hash: cab98d08e30b6569338a430b3532e226 commit: d682b5bbc1c6e4f30fbe440c6b324bd5109e97be Author: Horea Christian chymera eu> AuthorDate: Tue Jan 31 21:27:08 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Jan 31 21:27:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d682b5bb dev-python/heudiconv/files: removed unneeded files Signed-off-by: Horea Christian chymera.eu> .../heudiconv/files/pynwb-2.0.0-versions.patch | 21 --------------------- .../heudiconv/files/pynwb-2.1.0-versions.patch | 21 --------------------- .../heudiconv/files/pynwb-2.2.0-versions.patch | 21 --------------------- 3 files changed, 63 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 deleted file mode 100644 index d09c50594..000000000 --- a/dev-python/heudiconv/files/pynwb-2.0.0-versions.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 8c816d226..000000000 --- a/dev-python/heudiconv/files/pynwb-2.1.0-versions.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 6141f629a..000000000 --- a/dev-python/heudiconv/files/pynwb-2.2.0-versions.patch +++ /dev/null @@ -1,21 +0,0 @@ -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' - ] -