From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB72A15800F for ; Tue, 3 Jan 2023 18:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1ADE0817; Tue, 3 Jan 2023 18:25:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B563E0817 for ; Tue, 3 Jan 2023 18:25:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8C25340DF9 for ; Tue, 3 Jan 2023 18:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 731C762F for ; Tue, 3 Jan 2023 18:25:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1672770234.84981dc9b0b8854985e33d2ff8dd8e22ea39e79d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nwbinspector/metadata.xml dev-python/nwbinspector/nwbinspector-0.3.9.ebuild dev-python/nwbinspector/nwbinspector-0.4.12.ebuild dev-python/nwbinspector/nwbinspector-0.4.14.ebuild dev-python/nwbinspector/nwbinspector-0.4.19.ebuild X-VCS-Directories: dev-python/nwbinspector/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 84981dc9b0b8854985e33d2ff8dd8e22ea39e79d X-VCS-Branch: master Date: Tue, 3 Jan 2023 18:25:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 895a2574-70ed-4a80-b4b1-6c7f4c9082ef X-Archives-Hash: 9110138db1a37f66d9c953331fd1ff07 commit: 84981dc9b0b8854985e33d2ff8dd8e22ea39e79d Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jan 3 18:23:54 2023 +0000 Commit: Andrew Ammerlaan gentoo 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 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 @@ - - - - - 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 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