notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-cf-xarray Convenience wrapper for using CF attributes on xarray objects
0.10.3 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-15 10:18:06
Last Update: 2025-04-09 13:54:58
Commit Hash: dddcf50
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-cf-xarray
distinfo:
TIMESTAMP = 1742405468 SHA256 (cf_xarray-0.10.3.tar.gz) = 009143716ae1f49dc5d37624d7b6e1b0ec424b0a892a84f8f0a85e0970dc3453 SIZE (cf_xarray-0.10.3.tar.gz) = 513407

Packages (timestamps in pop-ups are UTC):
py311-cf-xarray
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.00.10.2-0.10.00.10.2---
FreeBSD:13:quarterly0.10.00.10.2-0.10.00.10.2---
FreeBSD:14:latest0.10.00.10.3-0.10.00.10.3---
FreeBSD:14:quarterly0.10.00.10.2-0.10.00.10.2---
FreeBSD:15:latest0.10.20.10.2n/a0.10.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=45 : devel/py-setuptools@py311
  2. py311-setuptools-scm>=6.2 : devel/py-setuptools-scm@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. py311-xarray>=2023.09.0 : devel/py-xarray@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-xarray>=2023.09.0 : devel/py-xarray@py311
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/c/cf_xarray/
  2. https://pypi.org/packages/source/c/cf_xarray/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.3
09 Apr 2025 13:54:58
commit hash: dddcf50de2043366eb76fcaf6b6d5f741c784fe6commit hash: dddcf50de2043366eb76fcaf6b6d5f741c784fe6commit hash: dddcf50de2043366eb76fcaf6b6d5f741c784fe6commit hash: dddcf50de2043366eb76fcaf6b6d5f741c784fe6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-cf-xarray: Update to 0.10.3

Changes:	https://github.com/xarray-contrib/cf-xarray/releases
0.10.2
19 Mar 2025 03:38:31
commit hash: d8f39059c10087e1d8913ebf17431c9785a1499bcommit hash: d8f39059c10087e1d8913ebf17431c9785a1499bcommit hash: d8f39059c10087e1d8913ebf17431c9785a1499bcommit hash: d8f39059c10087e1d8913ebf17431c9785a1499b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 5c2e1ccec39a94ddd98e11e1afe281e7e6b50c21commit hash: 5c2e1ccec39a94ddd98e11e1afe281e7e6b50c21commit hash: 5c2e1ccec39a94ddd98e11e1afe281e7e6b50c21commit hash: 5c2e1ccec39a94ddd98e11e1afe281e7e6b50c21 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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: 3