Port details |
- py-zarr Implementation of chunked, compressed, N-dimensional arrays for Python
- 2.18.4 devel =2 2.18.4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-01-09 10:00:11
- Last Update: 2024-12-13 11:28:47
- Commit Hash: 72172ef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://zarr.readthedocs.io/en/stable/
- Description:
- Zarr is a Python package providing an implementation of compressed, chunked,
N-dimensional arrays, designed for use in parallel computing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}zarr>0:devel/py-zarr@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-zarr/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-zarr
- pkg install py311-zarr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-zarr listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-zarr
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1734080261
SHA256 (zarr-2.18.4.tar.gz) = 37790ededd0683ae1abe6ff90aa16c22543b3436810060f53d72c15e910c24bb
SIZE (zarr-2.18.4.tar.gz) = 3603684
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-asciitree>0 : graphics/py-asciitree@py311
- py311-fasteners>0 : devel/py-fasteners@py311
- py311-numcodecs>=0.10.0 : misc/py-numcodecs@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-fsspec>0 : filesystems/py-fsspec@py311
- py311-h5py>0 : science/py-h5py@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-xarray-simlab
Configuration Options:
- No options to configure
- Options name:
- devel_py-zarr
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.18.4 13 Dec 2024 11:28:47 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.18.3 → 2.18.4
Reported by: portscout |
2.18.3 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
2.18.3 19 Sep 2024 03:36:05 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.18.2 → 2.18.3
Reported by: portscout |
2.18.2 27 May 2024 08:06:46 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.18.1 → 2.18.2
Reported by: portscout |
2.18.1 25 May 2024 00:11:40 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.17.2 → 2.18.1
Reported by: portscout |
2.17.2 26 Apr 2024 04:02:13 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.17.1 → 2.17.2
Reported by: portscout |
2.17.1 06 Apr 2024 01:23:16 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.17.0 → 2.17.1
Reported by: portscout |
2.17.0 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
2.17.0 15 Feb 2024 11:25:00 |
Yuri Victorovich (yuri) |
devel/py-zarr: update 2.16.1 → 2.17.0
Reported by: portscout |
2.16.1 21 Aug 2023 17:22:52 |
Yuri Victorovich (yuri) |
devel/py-zarr: Update 2.16.0 → 2.16.1
Reported by: portscout |
2.16.0 21 Jul 2023 06:38:41 |
Yuri Victorovich (yuri) |
devel/py-zarr: Update 2.15.0 → 2.16.0
Reported by: portscout |
2.15.0 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
2.15.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.15.0 19 Jun 2023 19:01:06 |
Yuri Victorovich (yuri) |
devel/py-zarr: Update 2.14.2 → 2.15.0
Reported by: portscout |
2.14.2_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.14.2_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
2.14.2 26 Feb 2023 08:40:40 |
Yuri Victorovich (yuri) |
devel/py-zarr: Update 2.13.3 → 2.14.2
Reported by: portscout |
2.13.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.13.3 09 Jan 2023 09:58:53 |
Yuri Victorovich (yuri) |
devel/py-zarr: New port: Implementation of chunked, compressed, N-dimensional
arrays for Python |