Port details |
- py-cf-xarray Convenience wrapper for using CF attributes on xarray objects
- 0.10.2 devel
=0 0.10.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-11-15 10:18:06
- Last Update: 2025-03-19 03:38:31
- Commit Hash: d8f3905
- Also Listed In: python
- License: APACHE20
- WWW:
- https://cf-xarray.readthedocs.io/en/latest/
- https://github.com/xarray-contrib/cf-xarray
- Description:
- cf-xarray is a lightweight convenience wrapper for using CF attributes on xarray
objects.
For example you can use .cf.mean("latitude") instead of .mean("lat") if
appropriate attributes are set! This allows you to write code that does not
require knowledge of specific dimension or coordinate names particular to a
dataset.
 ¦ ¦ ¦ ¦ 
- 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}cf-xarray>0:devel/py-cf-xarray@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cf-xarray/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cf-xarray
- pkg install py311-cf-xarray
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-cf-xarray listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cf-xarray
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1742070340
SHA256 (cf_xarray-0.10.2.tar.gz) = 9d2391cb3f4a2572fa42a3ab3cfdb6e6949ac0cd12b9652d607c1054d68a4412
SIZE (cf_xarray-0.10.2.tar.gz) = 513275
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>=45 : devel/py-setuptools@py311
- py311-setuptools-scm>=6.2 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- py311-xarray>=2023.09.0 : devel/py-xarray@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-xarray>=2023.09.0 : devel/py-xarray@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-cf-xarray
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.2 19 Mar 2025 03:38:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-cf-xarray: Update to 0.10.2
Changes: https://github.com/xarray-contrib/cf-xarray/releases |
0.10.0 15 Nov 2024 10:17:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-cf-xarray: Add py-cf-xarray 0.10.0
cf-xarray is a lightweight convenience wrapper for using CF attributes on xarray
objects.
For example you can use .cf.mean("latitude") instead of .mean("lat") if
appropriate attributes are set! This allows you to write code that does not
require knowledge of specific dimension or coordinate names particular to a
dataset. |
Number of commits found: 2
|