diff --git a/dev-python/nwbinspector/Manifest b/dev-python/nwbinspector/Manifest deleted file mode 100644 index e44577a..0000000 --- a/dev-python/nwbinspector/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index ccdbc7f..0000000 --- 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 1e0352b..0000000 --- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild +++ /dev/null @@ -1,28 +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}.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