diff options
author | 2024-02-08 11:26:36 -0500 | |
---|---|---|
committer | 2024-02-08 11:26:36 -0500 | |
commit | 7e87fa47a1f34cfdc9e4c37a7a6c43161a5446a4 (patch) | |
tree | afa1154b32adcf7624833715cf7d3293012c1f0b /dev-vcs/dandi-cli | |
parent | dev-python/numcodecs: add 0.12.1 (diff) | |
download | sci-7e87fa47a1f34cfdc9e4c37a7a6c43161a5446a4.tar.gz sci-7e87fa47a1f34cfdc9e4c37a7a6c43161a5446a4.tar.bz2 sci-7e87fa47a1f34cfdc9e4c37a7a6c43161a5446a4.zip |
dev-vcs/dandi-cli: add 0.59.1
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-vcs/dandi-cli')
-rw-r--r-- | dev-vcs/dandi-cli/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/dandi-cli/dandi-cli-0.59.1.ebuild | 80 |
2 files changed, 81 insertions, 0 deletions
diff --git a/dev-vcs/dandi-cli/Manifest b/dev-vcs/dandi-cli/Manifest index 8ac0c5717..bad7837d1 100644 --- a/dev-vcs/dandi-cli/Manifest +++ b/dev-vcs/dandi-cli/Manifest @@ -2,3 +2,4 @@ DIST dandi-0.51.0.tar.gz 233955 BLAKE2B 500a6290cba32f413610879357c0ee525d877575 DIST dandi-0.55.0.tar.gz 292471 BLAKE2B 2ccdba123c61025894a327d56163fd71cd0294b315b83396688903d969ba243fe2bb3ad9d2db5cf24d36254395a7de452d6e4ff4a65cf264f001a0cda527cd08 SHA512 e41f699a55cd75161048dd0e0334b84527ae0f4e02c81eedf7c8811b8bc50229488599f9601263e65a97fd815ce1d2cb41c94968fcc9ffde7726b72fe4e0180c DIST dandi-0.55.1.tar.gz 296372 BLAKE2B 06d1b020bc3362f64779da8a4d229c9919c1edee83b530bf248c7dfa591f97c10b08eb1e9cb2f54ec30d8e7a1bcc0ffe9ee8f925e0a51fb0ba3882699a605a33 SHA512 341f82b8b59ececf8addbb0a9087e2a5ace3b0c452d4da1d94c413daef594590d8350ba4421a077865a4eafbcefe4189478f385e8cfe0dd53a9e46c7782b3ce5 DIST dandi-0.59.0.tar.gz 304436 BLAKE2B 7a2736cb8cebfc97ff3fe94414cd93652039803b15d87e1d9ac2b1c3f9650152ed56fbf787382977bb8c65d25f8ed02a7bd694dd92f20e55d737fb0572a33bed SHA512 79b650fe6d812244244522eed7bb2fe7d3ed67e953d67548ae5e538b70d431899b7b5254978890ddc60ca3a2f5c87f726f3f776019182abd4b30cc917e3b337e +DIST dandi-0.59.1.tar.gz 304723 BLAKE2B 564525e8616bbf6fce09f2102ec5951c2d155625674f7d66e48d8c4b33178e329be7805d8afab37b9c1c639ef4a4618453e20fcd2babe763039e01d5263468b9 SHA512 8fe34053ee80bb7ae2c09dbb8c0b34bc2c68a4cec01e9718e0d5d72bf1564e5a4c101b890e39455d1ec034cd07699aec4ef6716e646e8541227c9904b7af9774 diff --git a/dev-vcs/dandi-cli/dandi-cli-0.59.1.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.59.1.ebuild new file mode 100644 index 000000000..fa0643648 --- /dev/null +++ b/dev-vcs/dandi-cli/dandi-cli-0.59.1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +MY_PN="dandi" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="DANDI command line client to facilitate common operations" +HOMEPAGE="https://github.com/dandi/dandi-cli" +SRC_URI="$(pypi_sdist_url dandi)" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test etelemetry" + +RDEPEND=" + =dev-python/dandi-schema-0.8*[${PYTHON_USEDEP}] + >=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}] + >=sci-biology/bidsschematools-0.7.0[${PYTHON_USEDEP}] + dev-python/click-didyoumean[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/fasteners[${PYTHON_USEDEP}] + dev-python/fscacher[${PYTHON_USEDEP}] + dev-python/humanize[${PYTHON_USEDEP}] + dev-python/interleave[${PYTHON_USEDEP}] + dev-python/joblib[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] + dev-python/keyrings-alt[${PYTHON_USEDEP}] + dev-python/nwbinspector[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/platformdirs[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + dev-python/pynwb[${PYTHON_USEDEP}] + dev-python/pyout[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + dev-python/semantic-version[${PYTHON_USEDEP}] + dev-python/tenacity[${PYTHON_USEDEP}] + dev-python/versioneer[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + dev-python/zarr[${PYTHON_USEDEP}] + dev-python/zarr_checksum[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/anys[${PYTHON_USEDEP}] + dev-python/pyfakefs[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + media-libs/opencv[ffmpeg,${PYTHON_USEDEP}] + ) +" +# Upstream might be amenable to dropping opencv: +# https://github.com/dandi/dandi-cli/issues/944 + +S="${WORKDIR}/${MY_P}" + +EPYTEST_DESELECT=( + # Reported upstream: + # https://github.com/dandi/dandi-cli/issues/1394 + dandi/cli/tests/test_command.py::test_no_heavy_imports +) + +distutils_enable_tests pytest + +python_test() { + export DANDI_TESTS_NONETWORK=1 + epytest +} |