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/solaris$(PYTHON3_PKGVERS)@$(PKGVERS)
18set name=pkg.summary value="solaris module, python $(PYTHON3_VERSION)"
19set name=pkg.description value="Solaris 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/solaris
28file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__init__.py
29dir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__
30file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc
31file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/misc.so
32license cr_Sun license=cr_Sun
33license lic_CDDL license=lic_CDDL
34depend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
35