125b05a3eSAndy 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.
625b05a3eSAndy 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.
1025b05a3eSAndy Fiddaman#
1125b05a3eSAndy Fiddaman
12*45ede40bSAndy Fiddaman#
13*45ede40bSAndy Fiddaman# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
14*45ede40bSAndy Fiddaman#
1525b05a3eSAndy Fiddaman
1625b05a3eSAndy Fiddamanset name=pkg.fmri \
1725b05a3eSAndy Fiddaman    value=pkg:/system/library/python/solaris$(PYTHON3_PKGVERS)@$(PKGVERS)
18*45ede40bSAndy Fiddamanset name=pkg.summary value="solaris module, python $(PYTHON3_VERSION)"
1925b05a3eSAndy Fiddamanset name=pkg.description value="Solaris Python3 Module"
2025b05a3eSAndy Fiddamanset name=info.classification \
2125b05a3eSAndy Fiddaman    value=org.opensolaris.category.2008:System/Libraries
2225b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH)
2325b05a3eSAndy Fiddamandir  path=usr group=sys
2425b05a3eSAndy Fiddamandir  path=usr/lib
25*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3_VERSION)
26*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages
27*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris
28*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__init__.py
29*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__
30*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc
31*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/misc.so
3225b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun
3325b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL
34*45ede40bSAndy Fiddamandepend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
35