Page MenuHomeFreeBSD

filesystems/py-libzfs: 2.0.0
ClosedPublic

Authored by asomers on May 27 2026, 4:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 5:28 AM
Unknown Object (File)
Fri, Jun 26, 3:17 AM
Unknown Object (File)
Fri, Jun 5, 11:38 AM
Unknown Object (File)
Fri, Jun 5, 8:12 AM
Unknown Object (File)
Fri, Jun 5, 12:24 AM
Unknown Object (File)
Thu, Jun 4, 12:43 PM
Unknown Object (File)
Thu, Jun 4, 12:43 AM
Unknown Object (File)
Tue, Jun 2, 9:42 PM
Subscribers

Details

Summary

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

Test Plan

Ran in production for 3 weeks

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 73483
Build 70366: arc lint + arc unit

Event Timeline

arrowd added a subscriber: arrowd.

Thank you for taking care of this project. sysutils/iocage depends on it.

The port LGTM apart from the PORTVERSION/DISTVERSION nitpick.

filesystems/py-libzfs/Makefile
3

And remove PORTVERSION.

This revision is now accepted and ready to land.May 27 2026, 5:18 PM
filesystems/py-libzfs/Makefile
3

Err, I messed up the edit. What I meant is

-PORTVERSION= 2.0.0
+DISTVERSIONPREFIX=v
+DISTVERSION= 2.0.0

This revision was automatically updated to reflect the committed changes.