commit: 487da4c687ca263781976c12c1619019c4bc238e Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Sep 23 14:20:09 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Sep 23 14:20:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=487da4c6
dev-python/nwbinspector: drop ~x86, cleanup Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/nwbinspector/nwbinspector-0.4.19.ebuild | 6 +----- dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild index b4b5f7448..8456c76bb 100644 --- a/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild +++ b/dev-python/nwbinspector/nwbinspector-0.4.19.ebuild @@ -13,11 +13,8 @@ SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" +KEYWORDS="~amd64" -DEPEND="" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}] @@ -26,6 +23,5 @@ RDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] " -BDEPEND="" distutils_enable_tests pytest diff --git a/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild index 271dbfb1d..6d07b290e 100644 --- a/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild +++ b/dev-python/nwbinspector/nwbinspector-0.4.26-r1.ebuild @@ -13,11 +13,8 @@ SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" +KEYWORDS="~amd64" -DEPEND="" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/isodate[${PYTHON_USEDEP}] @@ -27,6 +24,5 @@ RDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] " -BDEPEND="" distutils_enable_tests pytest
