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/solaris$(PYTHON3b_PKGVERS)@$(PKGVERS)
18*45ede40bSAndy Fiddamanset name=pkg.summary value="solaris module, python $(PYTHON3b_VERSION)"
19*45ede40bSAndy Fiddamanset name=pkg.description value="Solaris 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/solaris
28*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__init__.py
29*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__pycache__
30*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__pycache__/__init__.cpython$(PYTHON3b_PKGVERS).pyc
31*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/misc.so
32*45ede40bSAndy Fiddamanlicense cr_Sun license=cr_Sun
33*45ede40bSAndy Fiddamanlicense lic_CDDL license=lic_CDDL
34*45ede40bSAndy Fiddamandepend type=require fmri=runtime/python$(PYTHON3b_PKGVERS)
35