diff --git a/dev-python/nwbinspector/Manifest b/dev-python/nwbinspector/Manifest new file mode 100644 index 0000000..e44577a --- /dev/null +++ b/dev-python/nwbinspector/Manifest @@ -0,0 +1 @@ +DIST nwbinspector-0.3.9.tar.gz 443247 SHA256 aab1f77f4fd97bbdff2c744ba05c11f6d9e8d9378aca0624046d27db84edff6a SHA512 e8752fadbfcdb9a46f5c16771d789995fdab378720861dbe15b100f8e07cfad58f99a75fbda8e7631f06ec5671e16b3ac48a002606b658b018d50dd62151cc5e WHIRLPOOL d932fc08b8c36f98e2cf8c3f0dede4d7f538a8143754b647b7fd84b217be446d6a22b73a52aa396f5ee93dc9775ce74ca130fcc36cc1dae321c7ac3721cc581d diff --git a/dev-python/nwbinspector/metadata.xml b/dev-python/nwbinspector/metadata.xml new file mode 100644 index 0000000..ccdbc7f --- /dev/null +++ b/dev-python/nwbinspector/metadata.xml @@ -0,0 +1,16 @@ + + + + + gentoo@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + NeurodataWithoutBorders/nwbinspector + nwbinspector + + diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild new file mode 100644 index 0000000..231be63 --- /dev/null +++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild @@ -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