1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. 24# 25 26set name=pkg.fmri \ 27 value=pkg:/system/library/python/zfs$(PYTHON3_PKGVERS)@$(PKGVERS) 28set name=pkg.description value="ZFS Python3 Module" 29set name=pkg.summary value="zfs module, python3" 30set name=info.classification \ 31 value=org.opensolaris.category.2008:System/Libraries 32set name=variant.arch value=$(ARCH) 33dir path=usr group=sys 34dir path=usr/lib 35$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION) 36$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages 37$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs 38$(python3_ONLY)dir \ 39 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__ 40$(python3_ONLY)file \ 41 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__init__.py 42$(python3_ONLY)file \ 43 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc 44$(python3_ONLY)file \ 45 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/allow.cpython$(PYTHON3_PKGVERS).pyc 46$(python3_ONLY)file \ 47 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/dataset.cpython$(PYTHON3_PKGVERS).pyc 48$(python3_ONLY)file \ 49 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/groupspace.cpython$(PYTHON3_PKGVERS).pyc 50$(python3_ONLY)file \ 51 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/holds.cpython$(PYTHON3_PKGVERS).pyc 52$(python3_ONLY)file \ 53 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/table.cpython$(PYTHON3_PKGVERS).pyc 54$(python3_ONLY)file \ 55 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/unallow.cpython$(PYTHON3_PKGVERS).pyc 56$(python3_ONLY)file \ 57 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/userspace.cpython$(PYTHON3_PKGVERS).pyc 58$(python3_ONLY)file \ 59 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__/util.cpython$(PYTHON3_PKGVERS).pyc 60$(python3_ONLY)file \ 61 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/allow.py 62$(python3_ONLY)file \ 63 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/dataset.py 64$(python3_ONLY)file \ 65 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/groupspace.py 66$(python3_ONLY)file \ 67 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/holds.py 68$(python3_ONLY)file \ 69 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/ioctl.so 70$(python3_ONLY)file \ 71 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/table.py 72$(python3_ONLY)file \ 73 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/unallow.py 74$(python3_ONLY)file \ 75 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/userspace.py 76$(python3_ONLY)file \ 77 path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/util.py 78license cr_Sun license=cr_Sun 79license lic_CDDL license=lic_CDDL 80$(python3_ONLY)depend fmri=runtime/python$(PYTHON3_PKGVERS) type=require 81