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