dev-python/nwb2bids - 0.0.3 (science)

Search

Package Information

Description:
Next-generation file format (NGFF) for storing bioimaging data in the cloud
Homepage:
https://github.com/con/nwb2bids
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.0.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_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

USE Flags

Dependencies

RDEPEND

	test? (
		dev-python/pynwb[${PYTHON_USEDEP}]
	)

Manifest for 0.0.3

Type File Size Source URLs
DIST nwb2bids-0.0.3.tar.gz 7054 bytes https://github.com/con/nwb2bids/archive/refs/tags/0.0.3.tar.gz