1
0
mirror of synced 2024-12-22 12:50:33 +01:00

dev-python/ome-zarr: version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-05-25 18:25:35 -04:00
parent f61e6e2323
commit 73857e7a84
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 49 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST ome-zarr-0.2.0.tar.gz 31269 SHA256 ddded5bfa8a75b0f2e2fd8048353362e89cd00bda4e64a2395ca13055f83356b SHA512 ac2135d9af8ed802e45cc2c8744840d23fd116825c6593c57910537794420bb3b0921153b08e4331d7e9398f7df19531e05c52ed12dfaea9328e159fc21b2b0b WHIRLPOOL 5d8483a607990127c01cb1c5c1b064830c453390661c407959a42f999973724c07248808eb9d7fba8ffed626e6cec350fbc1f099b4b320a8124b3a75ff8d0abe
DIST ome-zarr-0.4.1.tar.gz 46537 SHA256 78fa0d890ea4fdebd5853e3f6a92f7774931036a7eaf4cfa193866c74b50a5e3 SHA512 1af0d2355f34195c84296622ad2cb16e02096860dc791e8bb1927349ee7b9217d22907fb9abe9cb772e15552cbdf9863d2916b09bcb6adae0ecc8d622862edd1 WHIRLPOOL 3c25f99aea08c464c1411fac448e11fadfdf8f3a5e3c56c6f658d737fb5e1fefa7e0ebfcaa96de9819d6a4cf3fc527728e35ca2e4550c1b992e33534270354c8

View File

@ -0,0 +1,48 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN}-py"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Next-generation file format (NGFF) for storing bioimaging data in the cloud"
HOMEPAGE="https://github.com/ome/ome-zarr-py"
SRC_URI="https://github.com/ome/ome-zarr-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
#RESTRICT="!test? ( test )"
RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/dask[${PYTHON_USEDEP}]
dev-python/fsspec[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/quantities[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/toolz[${PYTHON_USEDEP}]
dev-python/zarr[${PYTHON_USEDEP}]
sci-libs/scikit-image[${PYTHON_USEDEP}]
"
DEPEND="
test? (
${RDEPEND}
)
"
S="${WORKDIR}/${MY_PN}-${PV}"
# Reported upstream, perhaps auto-skippable in future releases:
# https://github.com/ome/ome-zarr-py/issues/168
EPYTEST_DESELECT=(
"tests/test_cli.py::TestCli::test_s3_info[v0.1]"
"tests/test_cli.py::TestCli::test_s3_info[v0.2]"
"tests/test_cli.py::TestCli::test_s3_info[v0.3]"
)
distutils_enable_tests pytest