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, Aug 14, 6:02 PM
Unknown Object (File)
Wed, Aug 12, 11:46 PM
Unknown Object (File)
Wed, Aug 12, 6:29 PM
Unknown Object (File)
Wed, Aug 12, 1:33 AM
Unknown Object (File)
Tue, Aug 11, 5:46 PM
Unknown Object (File)
Mon, Aug 10, 12:17 PM
Unknown Object (File)
Mon, Aug 10, 10:11 AM
Unknown Object (File)
Sun, Aug 9, 8:40 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
Lint Not Applicable
Unit
Tests Not Applicable

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.