| Port details |
- py-libzfs Python libzfs bindings
- 2.0.1 filesystems
=0 2.0.1Version of this port present on the latest quarterly branch. IGNORE: requires kernel source files in /usr/src
- Maintainer: asomers@FreeBSD.org
 - Port Added: 2024-11-07 19:52:55
- Last Update: 2026-06-29 18:32:31
- Commit Hash: 638ebd4
- Also Listed In: devel python
- License: BSD2CLAUSE
- WWW:
- https://github.com/asomers/py-libzfs
- Description:
- Python libzfs bindings using cython.
¦ ¦ ¦ ¦ 
- 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:filesystems/py-libzfs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/filesystems/py-libzfs/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install filesystems/py-libzfs
- pkg install py312-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 py312-libzfs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-libzfs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1782756163
SHA256 (asomers-py-libzfs-v2.0.1_GH0.tar.gz) = 15af7ab1bda567e621ec414a569514ad925b0b0f045f74eb0c7258d50496c93b
SIZE (asomers-py-libzfs-v2.0.1_GH0.tar.gz) = 99113
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:
-
- py312-cython>=3.2.4 : lang/cython@py312
- py312-setuptools>=63.1.0 : devel/py-setuptools@py312
- python3.12 : lang/python312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- devel/py-libioc
- filesystems/py-prometheus-zfs
- sysutils/iocage-devel
Configuration Options:
- No options to configure
- Options name:
- filesystems_py-libzfs
- USES:
- compiler:c11 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.0.1 29 Jun 2026 18:32:31
    |
Alan Somers (asomers)  |
filesystems/py-libzfs: v2.0.1
This fixes a bug with the ZFSVdev.Replace method.
https://github.com/asomers/py-libzfs/releases/tag/v2.0.1
Sponsored by: ConnectWise |
2.0.0 27 May 2026 17:44:14
    |
Alan Somers (asomers)  |
filesystems/py-libzfs: 2.0.0
Truenas has abandoned this project. I've made a personal fork and
applied various fixes there. Switch the port to point at my fork.
https://github.com/asomers/py-libzfs/blob/master/CHANGELOG.md
Sponsored by: ConnectWise
Reviewed by: arrowd
Approved by: ports (arrowd)
Differential Revision: https://reviews.freebsd.org/D57277 |
1.1.2023020700_4 07 May 2026 21:47:29
    |
Rene Ladan (rene)  |
all: drop support for FreeBSD 13, mips and risc64sf
Reviewed by: many (*)
Differential Revision: https://reviews.freebsd.org/D55624
Differential Revision: https://reviews.freebsd.org/D55642 (merged in from bofh)
many (*)
acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga
jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka
nobutaka pkubaj se tagattie thj
Anton Saietskii
GenericRikka
Gert Doering
Jan Bramkamp
Oleh Hushchenkov
Oleksandr Kryvulia
Ralf van der Enden
Yamagi
desktop kde python tcltk office |
1.1.2023020700_4 19 Mar 2026 16:46:44
    |
Alan Somers (asomers)  |
filesystems/py-libzfs: patch collections.Sequence import error
In Python 3.10 collections.Sequence module was moved into the
collections.abc.Sequence module, but nvpair.pxi is still using the old
path.
This patch fixes the import and also keeps backwards compatibility with
<=py3.9.
While I'm here, clean up the Makefile's style, and take maintainership.
PR: 293920
Approved by: Goran Mekić (maintainer)
Sponsored by: ConnectWise
Reported by: js |
1.1.2023020700_3 18 Mar 2026 13:52:38
    |
Alan Somers (asomers)  |
filesystems/py-libzfs: fix WWW
Upstream has relocated.
PR: 284149
Submitted by: ax61@disroot.org
Approved by: Goran Mekić <meka@tilda.center> (maintainer) |
1.1.2023020700_3 15 Jan 2026 11:54:07
    |
Po-Chuan Hsieh (sunpoet)  |
filesystems/py-libzfs: Change USE_PYTHON from cython to cython0
PR: 291778 |
1.1.2023020700_3 22 Dec 2025 21:27:23
    |
Alan Somers (asomers)  |
filesystems:py-libzfs: fix the build on FreeBSD 16
freebsd-src recently removed ZFS's libuutil[^1]. Patch py-libzfs so it
won't attempt to link to that library on FreeBSD 16.
[^1]: https://cgit.freebsd.org/src/commit/?id=66e85755595
Sponsored by: ConnectWise
PR: 291530
Approved by: brd (ports) |
1.1.2023020700_2 06 Dec 2025 15:26:58
    |
Alan Somers (asomers)  |
filesystems/py-libzfs: fix the build on FreeBSD 15
There were two problems:
* Needed to backport a newer py-libzfs PR due to a libzfs API change
* Since 15.0 is now released, its OSVERSION reset to 1500000
PR: 291393
Sponsored by: ConnectWise
Approved by: Goran Mekić <meka@tilda.center> (maintainer)
MFH: 2025Q4 |
1.1.2023020700_2 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.1.2023020700_1 24 Dec 2024 18:14:06
    |
Alan Somers (asomers)  Author: Goran Mekić |
filesystems/py-libzfs: Fix support for 14.0+
The ZFS on 14.0 changed to include skipped bytes in the percentage of
resilver. As old code didn't take into account that variable on 14.0+,
the percentage was always wrong.
Also, take maintainership.
PR: 283522
Reviewed by: asomers
Approved by: lwhsu (ports)
Sponsored by: ConnectWise |
1.1.2023020700 12 Nov 2024 14:42:14
    |
Ryan Steinmetz (zi)  |
*/*: Reset MAINTAINER for freqlabs ports due to fatal email bounces for multiple
months |
1.1.2023020700 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 |