public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-04-21  8:26 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-04-21  8:26 UTC (permalink / raw
  To: gentoo-commits

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>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>

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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-07-28 12:37 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-07-28 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dc6c91f4424e2d302d9c6e70f6e795a221d0e1f0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jul 28 12:37:05 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jul 28 12:37:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc6c91f4

dev-python/nwbinspector: dependency update

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/nwbinspector/nwbinspector-0.3.9.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
index 1e0352b88..e248266d4 100644
--- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
@@ -20,6 +20,7 @@ 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}]
 "


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-09-07 14:38 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-09-07 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     72a7eb2f4a6f11d0903fcdf6c4caec5f7704c15b
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Sep  7 14:37:59 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Sep  7 14:37:59 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=72a7eb2f

dev-python/nwbinspector: add 0.4.12

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

 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

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..a58c8f5d3
--- /dev/null
+++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
@@ -0,0 +1,37 @@
+# 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/natsort[${PYTHON_USEDEP}]
+	dev-python/pynwb[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_IGNORE=(
+		tests/test_inspector.py
+		tests/unit_tests/test_time_series.py
+	)
+	epytest
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-09-07 15:57 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-09-07 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     070f86d184cddd2d2fb02fe2f8930a29dba4ee7d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Sep  7 15:57:08 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Sep  7 15:57:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=070f86d1

dev-python/nwbinspector: corrected dep list

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

 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
index a58c8f5d3..bea484ec2 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 	dev-python/natsort[${PYTHON_USEDEP}]
 	dev-python/pynwb[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
 "
 BDEPEND=""
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-09-28  2:35 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-09-28  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     355ac09d51851dcaca6913ec93ecfcb4c795be74
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Sep 28 02:34:55 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 02:34:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=355ac09d

dev-python/nwbinspector: add 0.4.14

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

 dev-python/nwbinspector/nwbinspector-0.4.14.ebuild | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

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..a2b20f5af
--- /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}.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
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-09-28  3:31 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-09-28  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f5dd6ab7a0425fe9fede15facb5e6354f142fb2c
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Sep 28 03:30:54 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 03:30:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f5dd6ab7

dev-python/nwbinspector: updated dependencies

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

 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
index bea484ec2..a2b20f5af 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
@@ -19,6 +19,7 @@ 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}]


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-11-21  8:43 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-11-21  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     56ee355d9ea19941885e7217beadf6f8eebae43e
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Nov 21 08:42:54 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Nov 21 08:42:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=56ee355d

dev-python/nwbinspector: add 0.4.19

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

 dev-python/nwbinspector/nwbinspector-0.4.19.ebuild | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2022-11-21  8:45 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2022-11-21  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     46f6dca8a42975259c47e8c57a486ef04c40272a
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Nov 21 08:44:37 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Nov 21 08:44:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=46f6dca8

dev-python/nwbinspector: using gh distfile suffix (checksums unchanged)

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

 dev-python/nwbinspector/nwbinspector-0.3.9.ebuild  | 2 +-
 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 2 +-
 dev-python/nwbinspector/nwbinspector-0.4.14.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
index e248266d4..b25a071ff 100644
--- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
@@ -9,7 +9,7 @@ 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"
+SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
index a2b20f5af..2fd918bd9 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
@@ -9,7 +9,7 @@ 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"
+SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
index a2b20f5af..2fd918bd9 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
@@ -9,7 +9,7 @@ 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"
+SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-01-03 18:25 Andrew Ammerlaan
  0 siblings, 0 replies; 17+ messages in thread
From: Andrew Ammerlaan @ 2023-01-03 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     84981dc9b0b8854985e33d2ff8dd8e22ea39e79d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:23:54 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:23:54 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=84981dc9

dev-python/nwbinspector: treeclean

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 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 deletions(-)

diff --git a/dev-python/nwbinspector/metadata.xml b/dev-python/nwbinspector/metadata.xml
deleted file mode 100644
index ccdbc7f6d..000000000
--- a/dev-python/nwbinspector/metadata.xml
+++ /dev/null
@@ -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>

diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
deleted file mode 100644
index b25a071ff..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
+++ /dev/null
@@ -1,29 +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}.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
deleted file mode 100644
index 2fd918bd9..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
+++ /dev/null
@@ -1,39 +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}.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
deleted file mode 100644
index 2fd918bd9..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
+++ /dev/null
@@ -1,39 +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}.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
deleted file mode 100644
index f18fc135f..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
+++ /dev/null
@@ -1,31 +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}.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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-01-12 10:17 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-01-12 10:17 UTC (permalink / raw
  To: gentoo-commits

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>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>

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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-01-12 10:17 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-01-12 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     740e4d755f8ce00bbd0d5ed9b432d77d78e398fc
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:17:17 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:17:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=740e4d75

dev-python/nwbinspector: removed old version, updated copyright

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

 dev-python/nwbinspector/nwbinspector-0.3.9.ebuild  | 29 ----------------------
 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild |  2 +-
 dev-python/nwbinspector/nwbinspector-0.4.14.ebuild |  2 +-
 dev-python/nwbinspector/nwbinspector-0.4.19.ebuild |  2 +-
 4 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
deleted file mode 100644
index b25a071ff..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild
+++ /dev/null
@@ -1,29 +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}.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
index 2fd918bd9..44e5b088d 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
index 2fd918bd9..44e5b088d 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
index f18fc135f..5487c2660 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-02-17  6:07 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-02-17  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     59c98588cff8a567cda08a1154ae0ba19a152098
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 06:07:50 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 06:07:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=59c98588

dev-python/nwbinspector: drop 0.4.12

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

 dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
deleted file mode 100644
index 5f5bc2045..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-02-17  6:07 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-02-17  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8a6eb88aaf6ee80dba7e02fca53b89ad6fd6cf42
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 06:07:39 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 06:07:39 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a6eb88a

dev-python/nwbinspector: add 0.4.26

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

 dev-python/nwbinspector/nwbinspector-0.4.26.ebuild | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.26.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.26.ebuild
new file mode 100644
index 000000000..a80527994
--- /dev/null
+++ b/dev-python/nwbinspector/nwbinspector-0.4.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-03-02 15:08 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-03-02 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d29b8447e51ac300315c3295fa350d52cb041a33
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar  2 15:08:34 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar  2 15:08:34 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d29b8447

dev-python/nwbinspector: dependency fix

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

 .../{nwbinspector-0.4.26.ebuild => nwbinspector-0.4.26-r1.ebuild}      | 1 +
 dev-python/nwbinspector/todo                                           | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.26.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild
similarity index 95%
rename from dev-python/nwbinspector/nwbinspector-0.4.26.ebuild
rename to dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild
index a80527994..46f158e0e 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.26.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild
@@ -20,6 +20,7 @@ RESTRICT="!test? ( test )"
 DEPEND=""
 RDEPEND="
 	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/isodate[${PYTHON_USEDEP}]
 	dev-python/jsonschema[${PYTHON_USEDEP}]
 	dev-python/natsort[${PYTHON_USEDEP}]
 	dev-python/pynwb[${PYTHON_USEDEP}]

diff --git a/dev-python/nwbinspector/todo b/dev-python/nwbinspector/todo
new file mode 100644
index 000000000..6fc52f901
--- /dev/null
+++ b/dev-python/nwbinspector/todo
@@ -0,0 +1,3 @@
+needs isodate
+
+also spikeinterface needs spikeextractors


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-03-02 15:10 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-03-02 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6d82a8b35a3b23fe7acb42e127ed17491a2979ab
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar  2 15:10:19 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar  2 15:10:19 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d82a8b3

dev-python/nwbinspector: removed trace file

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

 dev-python/nwbinspector/todo | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/nwbinspector/todo b/dev-python/nwbinspector/todo
deleted file mode 100644
index 6fc52f901..000000000
--- a/dev-python/nwbinspector/todo
+++ /dev/null
@@ -1,3 +0,0 @@
-needs isodate
-
-also spikeinterface needs spikeextractors


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-05-02 23:01 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-05-02 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     688e26e52b9f0270ce8a96af0893d0794a77c64d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 23:00:16 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 23:00:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=688e26e5

dev-python/nwbinspector: enable py3.11

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

 dev-python/nwbinspector/nwbinspector-0.4.19.ebuild    | 2 +-
 dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
index a80527994..b4b5f7448 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="Inspect NWB files for compliance with NWB Best Practices"

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild
index 46f158e0e..271dbfb1d 100644
--- a/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild
+++ b/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="Inspect NWB files for compliance with NWB Best Practices"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/
@ 2023-05-02 23:01 Horea Christian
  0 siblings, 0 replies; 17+ messages in thread
From: Horea Christian @ 2023-05-02 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     73b61e071cbc2ea65a7086bff70d2c9bac434f87
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 22:59:39 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 22:59:39 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=73b61e07

dev-python/nwbinspector: drop 0.4.14

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

 dev-python/nwbinspector/nwbinspector-0.4.14.ebuild | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
deleted file mode 100644
index 5f5bc2045..000000000
--- a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-05-02 23:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21  8:26 [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2022-07-28 12:37 Horea Christian
2022-09-07 14:38 Horea Christian
2022-09-07 15:57 Horea Christian
2022-09-28  2:35 Horea Christian
2022-09-28  3:31 Horea Christian
2022-11-21  8:43 Horea Christian
2022-11-21  8:45 Horea Christian
2023-01-03 18:25 Andrew Ammerlaan
2023-01-12 10:17 Horea Christian
2023-01-12 10:17 Horea Christian
2023-02-17  6:07 Horea Christian
2023-02-17  6:07 Horea Christian
2023-03-02 15:08 Horea Christian
2023-03-02 15:10 Horea Christian
2023-05-02 23:01 Horea Christian
2023-05-02 23:01 Horea Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox