Port details |
- py-cf-xarray Convenience wrapper for using CF attributes on xarray objects
- 0.10.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-11-15 10:18:06
- Last Update: 2024-11-15 10:17:03
- Commit Hash: 5c2e1cc
- 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 = 1730724820
SHA256 (cf_xarray-0.10.0.tar.gz) = 7b45319fc315175854c9e701a84ebb795eb4b2764a2d05bd2d9d3ea87d004d18
SIZE (cf_xarray-0.10.0.tar.gz) = 511869
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>=2022.03.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>=2022.03.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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|