commit:     9c0a8ea14cbfe5981e25b74011a3682d7cab2f91
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:14:56 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:16:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c0a8ea1

dev-python/nwbinspector: reinstating package

This reverts commit 84981dc9b0b8854985e33d2ff8dd8e22ea39e79d.

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/nwbinspector/metadata.xml               | 16 +++++++++
 dev-python/nwbinspector/nwbinspector-0.3.9.ebuild  | 29 ++++++++++++++++
 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 39 ++++++++++++++++++++++
 dev-python/nwbinspector/nwbinspector-0.4.14.ebuild | 39 ++++++++++++++++++++++
 dev-python/nwbinspector/nwbinspector-0.4.19.ebuild | 31 +++++++++++++++++
 5 files changed, 154 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>gen...@chymera.eu</email>
+               <name>Horea Christian</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>s...@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>

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..b25a071ff
--- /dev/null
+++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
@@ -0,0 +1,29 @@
+# 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}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=""
+RDEPEND="
+       dev-python/jsonschema[${PYTHON_USEDEP}]
+       dev-python/natsort[${PYTHON_USEDEP}]
+       dev-python/pynwb[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND=""
+
+distutils_enable_tests pytest

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild 
b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
new file mode 100644
index 000000000..2fd918bd9
--- /dev/null
+++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
@@ -0,0 +1,39 @@
+# 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}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=""
+RDEPEND="
+       dev-python/click[${PYTHON_USEDEP}]
+       dev-python/jsonschema[${PYTHON_USEDEP}]
+       dev-python/natsort[${PYTHON_USEDEP}]
+       dev-python/pynwb[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       dev-python/tqdm[${PYTHON_USEDEP}]
+"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_IGNORE=(
+               tests/test_inspector.py
+               tests/unit_tests/test_time_series.py
+       )
+       epytest
+}

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild 
b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
new file mode 100644
index 000000000..2fd918bd9
--- /dev/null
+++ b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
@@ -0,0 +1,39 @@
+# 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}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=""
+RDEPEND="
+       dev-python/click[${PYTHON_USEDEP}]
+       dev-python/jsonschema[${PYTHON_USEDEP}]
+       dev-python/natsort[${PYTHON_USEDEP}]
+       dev-python/pynwb[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       dev-python/tqdm[${PYTHON_USEDEP}]
+"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_IGNORE=(
+               tests/test_inspector.py
+               tests/unit_tests/test_time_series.py
+       )
+       epytest
+}

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild 
b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
new file mode 100644
index 000000000..f18fc135f
--- /dev/null
+++ b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
@@ -0,0 +1,31 @@
+# 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}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=""
+RDEPEND="
+       dev-python/click[${PYTHON_USEDEP}]
+       dev-python/jsonschema[${PYTHON_USEDEP}]
+       dev-python/natsort[${PYTHON_USEDEP}]
+       dev-python/pynwb[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       dev-python/tqdm[${PYTHON_USEDEP}]
+"
+BDEPEND=""
+
+distutils_enable_tests pytest

Reply via email to