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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2022Q3
py-libzfs Python libzfs bindings
1.1.2022081600 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 1.1.2022081600Version of this port present on the latest quarterly branch.
Ignore IGNORE: requires kernel source files in /usr/src
Maintainer: freqlabs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-16 16:24:07
Last Update: 2022-08-16 16:21:32
Commit Hash: ffdaee5
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/freenas/py-libzfs
Description:
Python libzfs bindings using cython. WWW: https://github.com/freenas/py-libzfs
Homepage    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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}libzfs>0:devel/py-libzfs@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-libzfs/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install devel/py-libzfs
  • pkg install py39-libzfs
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 py39-libzfs listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-libzfs
Package flavors (<flavor>: <package>)
  • py39: py39-libzfs
distinfo:
TIMESTAMP = 1660645925 SHA256 (truenas-py-libzfs-1.1.2022081600-077cf6d_GH0.tar.gz) = 6a9ed2e7c54d08179d0199320aac9ccb6d641e8a0f40a325628ebd93e55a1bab SIZE (truenas-py-libzfs-1.1.2022081600-077cf6d_GH0.tar.gz) = 95427

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cython-3.9 : lang/cython@py39
  2. py39-setuptools>=62.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=62.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
This port is required by:
for Run
  1. sysutils/iocage

Configuration Options:
No options to configure
Options name:
devel_py-libzfs
USES:
compiler:c11 python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/truenas/py-libzfs/tar.gz/077cf6d?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.2022081600
16 Aug 2022 16:21:32
commit hash: ffdaee554e12a7bc4bc5f95426aee2534ab288a8commit hash: ffdaee554e12a7bc4bc5f95426aee2534ab288a8commit hash: ffdaee554e12a7bc4bc5f95426aee2534ab288a8commit hash: ffdaee554e12a7bc4bc5f95426aee2534ab288a8 files touched by this commit
Ryan Moeller (freqlabs) search for other commits by this committer
devel/py-libzfs: Unbreak FreeBSD <13.1

Commits in the previous update fixed incorrect zpool status
handling, but broke the build for older versions of ZFS.

Now, zpool_status_t enumerators are checked at configure time.
This fixes the build for all supported FreeBSD releases and fixes
the incorrect zpool status handling.

- Check zpool_status_t enumerators at configure time
- Fix round-tripping ZFSException through pickle
- Remove zpool_get_physpath

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.

(cherry picked from commit 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d)

Number of commits found: 1