1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: py-libzfs
Section: contrib/python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@alioth-lists.debian.net>,
Build-Depends:
cython3-legacy | cython3 (<< 3.0),
debhelper-compat (= 13),
dh-python,
libzfslinux-dev (>= 2.2),
python3-all,
python3-all-dev,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/truenas/py-libzfs
Vcs-Browser: https://salsa.debian.org/python-team/packages/py-libzfs
Vcs-Git: https://salsa.debian.org/python-team/packages/py-libzfs.git
Testsuite: autopkgtest-pkg-python
Package: python3-libzfs
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python libzfs bindings
py-libzfs is a fairly straight-forward set of Python
bindings for libzfs for ZFS on Linux and FreeBSD.
.
This package installs the library for Python 3.
|