mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
devel/py-zarr: New port: Implementation of chunked, compressed, N-dimensional arrays for Python
This commit is contained in:
parent
22434297bd
commit
285dc3721e
@ -5624,6 +5624,7 @@
|
||||
SUBDIR += py-z3c.autoinclude
|
||||
SUBDIR += py-z3c.batching
|
||||
SUBDIR += py-z3c.zcmlhook
|
||||
SUBDIR += py-zarr
|
||||
SUBDIR += py-zc.buildout
|
||||
SUBDIR += py-zclockfile
|
||||
SUBDIR += py-zconfig
|
||||
|
25
devel/py-zarr/Makefile
Normal file
25
devel/py-zarr/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
PORTNAME= zarr
|
||||
PORTVERSION= 2.13.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Implementation of chunked, compressed, N-dimensional arrays for Python
|
||||
WWW= https://zarr.readthedocs.io/en/stable/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asciitree>0:graphics/py-asciitree@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fasteners>0:devel/py-fasteners@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numcodecs>=0.10.0:misc/py-numcodecs@${PY_FLAVOR} \
|
||||
${PYNUMPY}
|
||||
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-zarr/distinfo
Normal file
3
devel/py-zarr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1673235562
|
||||
SHA256 (zarr-2.13.3.tar.gz) = db24b090616c638f65e33a6bc5d956d642221182961515ccbc28b17fb0d0b48c
|
||||
SIZE (zarr-2.13.3.tar.gz) = 3577628
|
2
devel/py-zarr/pkg-descr
Normal file
2
devel/py-zarr/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Zarr is a Python package providing an implementation of compressed, chunked,
|
||||
N-dimensional arrays, designed for use in parallel computing.
|
Loading…
Reference in New Issue
Block a user