1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
14#
15
16set name=pkg.fmri \
17    value=pkg:/system/library/python/zfs$(PYTHON3_PKGVERS)@$(PKGVERS)
18set name=pkg.summary value="zfs module, python $(PYTHON3_VERSION)"
19set name=pkg.description value="ZFS Python3 Module"
20set name=info.classification \
21    value=org.opensolaris.category.2008:System/Libraries
22set name=variant.arch value=$(ARCH)
23dir  path=usr group=sys
24dir  path=usr/lib
25dir  path=usr/lib/python$(PYTHON3_VERSION)
26dir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages
27dir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs
28file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__init__.py
29dir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__
30file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc
31file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/allow.cpython$(PYTHON3_PKGVERS).pyc
32file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/dataset.cpython$(PYTHON3_PKGVERS).pyc
33file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/groupspace.cpython$(PYTHON3_PKGVERS).pyc
34file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/holds.cpython$(PYTHON3_PKGVERS).pyc
35file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/table.cpython$(PYTHON3_PKGVERS).pyc
36file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/unallow.cpython$(PYTHON3_PKGVERS).pyc
37file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/userspace.cpython$(PYTHON3_PKGVERS).pyc
38file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/util.cpython$(PYTHON3_PKGVERS).pyc
39file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/allow.py
40file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/dataset.py
41file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/groupspace.py
42file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/holds.py
43file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/ioctl.so
44file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/table.py
45file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/unallow.py
46file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/userspace.py
47file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/util.py
48license cr_Sun license=cr_Sun
49license lic_CDDL license=lic_CDDL
50depend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
51