1
0
Fork 0

dev-python/pynwb: new package (DANDI stack)

2 tests still fail https://bugs.gentoo.org/814530

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-09-24 01:55:50 -04:00
parent 03fc48b721
commit 4710e37363
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*keyrings_alt-4.1.0 (24 Sep 2021)
24 Sep 2021; <chymera@gentoo.org> +keyrings_alt-4.1.0.ebuild, +metadata.xml:
dev-python/keyrings_alt: new package (DANDI stack)

View File

@ -0,0 +1 @@
DIST pynwb-2.0.0.tar.gz 450082 SHA256 c22c96dd255e69cee1835057d741613d52c2ea1c45b6a1ef7f87ebaa8a5055ad SHA512 4afc319fd9cce0c1e81589236237f9a28b69dd846d96849ae5cc554287a6dd124fd421f700736dbb714cfbe6f260e79f374d1dd63ee92c2776f5173654d61f9a WHIRLPOOL 0a14cb4e7369f52f40294265ea3af760161cbf14a81797f50b372f081f49e94d8a5d6d828e212eb9136b224afbee52ae6a8e299b52a7f10231d59c33c7225284

View File

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
PyNWB is a Python package for working with NWB files. It provides a
high-level API for efficiently working with Neurodata stored in the NWB
format. Neurodata Without Borders: Neurophysiology (NWB:N) is a project
to develop a unified data format for cellular-based neurophysiology
data, focused on the dynamics of groups of neurons measured under a
large range of experimental conditions.
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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="
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=""
distutils_enable_tests setup.py
# 2 tests fail, ongoing: https://bugs.gentoo.org/814530