From e4579f5851734f245b02cc1e98f3b69d9df67e09 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 30 Jul 2024 11:34:27 -0400 Subject: dev-python/nwb2bids: new package, add 0.0.3 Signed-off-by: Horea Christian --- dev-python/nwb2bids/Manifest | 1 + dev-python/nwb2bids/metadata.xml | 15 +++++++++++++++ dev-python/nwb2bids/nwb2bids-0.0.3.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-python/nwb2bids/Manifest create mode 100644 dev-python/nwb2bids/metadata.xml create mode 100644 dev-python/nwb2bids/nwb2bids-0.0.3.ebuild (limited to 'dev-python') diff --git a/dev-python/nwb2bids/Manifest b/dev-python/nwb2bids/Manifest new file mode 100644 index 000000000..5e85ba08f --- /dev/null +++ b/dev-python/nwb2bids/Manifest @@ -0,0 +1 @@ +DIST nwb2bids-0.0.3.tar.gz 7054 BLAKE2B 0ebd50a557dea2fb878247d28949e287722cd71a43bd477a404dfbe1d999e94d1aff0421c4e338a354e5f09a3aee8b9258a2191ae6a108c32ed4f56b650b9d39 SHA512 9df9efecb39b55e2712ce825950e472cbe9e076e6901ab44d84f7cbb23c1f7c9b1f0ae71a5684adeae61d42662ee288c5464db0ff616888aadc4fd08549dc85b diff --git a/dev-python/nwb2bids/metadata.xml b/dev-python/nwb2bids/metadata.xml new file mode 100644 index 000000000..6dc951583 --- /dev/null +++ b/dev-python/nwb2bids/metadata.xml @@ -0,0 +1,15 @@ + + + + + gentoo@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + con/nwb2bids + + diff --git a/dev-python/nwb2bids/nwb2bids-0.0.3.ebuild b/dev-python/nwb2bids/nwb2bids-0.0.3.ebuild new file mode 100644 index 000000000..5f778356e --- /dev/null +++ b/dev-python/nwb2bids/nwb2bids-0.0.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Next-generation file format (NGFF) for storing bioimaging data in the cloud" +HOMEPAGE="https://github.com/con/nwb2bids" +SRC_URI="https://github.com/con/nwb2bids/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + test? ( + dev-python/pynwb[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad