1
0
Fork 0

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

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-04-18 07:40:20 -04:00
parent 0a1f07d17c
commit f47553def0
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST nwbinspector-0.3.9.tar.gz 443247 SHA256 aab1f77f4fd97bbdff2c744ba05c11f6d9e8d9378aca0624046d27db84edff6a SHA512 e8752fadbfcdb9a46f5c16771d789995fdab378720861dbe15b100f8e07cfad58f99a75fbda8e7631f06ec5671e16b3ac48a002606b658b018d50dd62151cc5e WHIRLPOOL d932fc08b8c36f98e2cf8c3f0dede4d7f538a8143754b647b7fd84b217be446d6a22b73a52aa396f5ee93dc9775ce74ca130fcc36cc1dae321c7ac3721cc581d

View File

@ -0,0 +1,16 @@
<?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>
<upstream>
<remote-id type="github">NeurodataWithoutBorders/nwbinspector</remote-id>
<remote-id type="pypi">nwbinspector</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Inspect NWB files for compliance with NWB Best Practices"
HOMEPAGE="https://github.com/NeurodataWithoutBorders/nwbinspector"
SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND=""
RDEPEND="
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pynwb[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND=""
distutils_enable_tests pytest