1
0
Fork 0

dev-python/nwbinspector: merged in Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=48d127c06ebf716e95a4f44c178b51df3e13bb19
This commit is contained in:
Horea Christian 2022-04-21 04:27:03 -04:00
parent 1011a562fa
commit b838ba1165
3 changed files with 0 additions and 45 deletions

View File

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

View File

@ -1,16 +0,0 @@
<?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

@ -1,28 +0,0 @@
# Copyright 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="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