public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynwb/
Date: Tue, 12 Jul 2022 14:41:11 +0000 (UTC)	[thread overview]
Message-ID: <1657636813.872c4f1ee5cfda29b12acc7ed09a923502d25484.chymera@gentoo> (raw)

commit:     872c4f1ee5cfda29b12acc7ed09a923502d25484
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 14:40:13 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 14:40:13 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=872c4f1e

dev-python/pynwb: version bump

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

 dev-python/pynwb/metadata.xml       |  4 ++++
 dev-python/pynwb/pynwb-2.0.1.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/pynwb/metadata.xml b/dev-python/pynwb/metadata.xml
index 99512b574..1e30097b2 100644
--- a/dev-python/pynwb/metadata.xml
+++ b/dev-python/pynwb/metadata.xml
@@ -17,4 +17,8 @@
 		data, focused on the dynamics of groups of neurons measured under a
 		large range of experimental conditions.
 	</longdescription>
+	<upstream>
+		<remote-id type="pypi">pynwb</remote-id>
+		<remote-id type="github">NeurodataWithoutBorders/pynwb</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/dev-python/pynwb/pynwb-2.0.1.ebuild b/dev-python/pynwb/pynwb-2.0.1.ebuild
new file mode 100644
index 000000000..9f84bdb80
--- /dev/null
+++ b/dev-python/pynwb/pynwb-2.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A Python API for working with Neurodata stored in the NWB Format "
+HOMEPAGE="https://github.com/NeurodataWithoutBorders/pynwb"
+SRC_URI="https://github.com/NeurodataWithoutBorders/pynwb/releases/download/${PV}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	sci-libs/hdf5[ros3(-)]
+	dev-python/hdmf[${PYTHON_USEDEP}]
+	dev-python/h5py[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	"
+BDEPEND=""
+
+EPYTEST_DESELECT=(
+	# Reported upsream:
+	# https://github.com/dandi/dandischema/issues/87
+	tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached
+	tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_bad_ns
+	tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_hdmf_common
+	tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_ignore
+	tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache
+	tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache_bad_ns
+)
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-07-12 14:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12 14:41 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 14:28 [gentoo-commits] proj/sci:master commit in: dev-python/pynwb/ Andrew Ammerlaan
2024-07-30 15:34 Horea Christian
2024-07-30 15:34 Horea Christian
2024-07-30 15:30 Horea Christian
2024-07-29  0:49 Horea Christian
2024-03-21 22:15 Horea Christian
2023-12-12  4:31 Horea Christian
2023-12-12  4:31 Horea Christian
2023-05-22 11:12 Horea Christian
2023-05-22 11:12 Horea Christian
2023-05-22 11:12 Horea Christian
2023-03-25  3:08 Horea Christian
2023-03-22 19:43 Horea Christian
2023-01-30 11:54 Horea Christian
2023-01-12 10:13 Horea Christian
2023-01-12  9:49 Horea Christian
2022-11-02 21:10 Horea Christian
2022-07-12 15:29 Horea Christian
2022-07-12 14:42 Horea Christian
2022-02-01 15:31 Horea Christian
2022-01-31  8:19 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657636813.872c4f1ee5cfda29b12acc7ed09a923502d25484.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox