commit: 48d127c06ebf716e95a4f44c178b51df3e13bb19 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu Apr 21 08:26:23 2022 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu Apr 21 08:26:23 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48d127c0
dev-python/nwbinspector: new package (DANDI stack) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/nwbinspector/metadata.xml | 16 +++++++++++++ dev-python/nwbinspector/nwbinspector-0.3.9.ebuild | 28 +++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-python/nwbinspector/metadata.xml b/dev-python/nwbinspector/metadata.xml new file mode 100644 index 000000000..ccdbc7f6d --- /dev/null +++ b/dev-python/nwbinspector/metadata.xml @@ -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>[email protected]</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</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> 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 000000000..1e0352b88 --- /dev/null +++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild @@ -0,0 +1,28 @@ +# 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
