2720N/A#
2720N/A# CDDL HEADER START
2720N/A#
2720N/A# The contents of this file are subject to the terms of the
2720N/A# Common Development and Distribution License (the "License").
2720N/A# You may not use this file except in compliance with the License.
2720N/A#
2720N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2720N/A# or http://www.opensolaris.org/os/licensing.
2720N/A# See the License for the specific language governing permissions
2720N/A# and limitations under the License.
2720N/A#
2720N/A# When distributing Covered Code, include this CDDL HEADER in each
2720N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2720N/A# If applicable, add the following below this CDDL HEADER, with the
2720N/A# fields enclosed by brackets "[]" replaced with your own identifying
2720N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2720N/A#
2720N/A# CDDL HEADER END
2720N/A#
2720N/A
2720N/A#
5493N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
2720N/A#
2720N/A
2720N/Aset name=pkg.fmri \
2720N/A value=pkg:/library/python/xattr-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2720N/Aset name=pkg.summary value="Python wrapper for extended filesystem attributes"
2720N/Aset name=com.oracle.info.description value="the xattr Python module"
2899N/Aset name=com.oracle.info.tpno value=$(TPNO)
2720N/Aset name=info.classification \
2720N/A value=org.opensolaris.category.2008:Development/Python
2720N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
2720N/Aset name=info.upstream value="Bob Ippolito <bob@redivi.com>"
2720N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2720N/Aset name=org.opensolaris.arc-caseid value=PSARC/2014/113
2720N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2720N/A#
2720N/Alink path=usr/bin/xattr target=xattr-$(PYVER) mediator=python \
2720N/A mediator-version=$(PYVER)
2720N/Afile path=usr/bin/xattr-$(PYVER)
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
6845N/A$(PYTHON_3.4_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/xattr/64/_cffi__xb665bd52x3f40c4a9.so
6845N/A$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/xattr/64/_cffi__xf88a1d89x3f40c4a9.so
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr/__init__.py
6845N/A$(PYTHON_3.5_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/xattr/_cffi__x480bb259x3f40c4a9.so
6845N/A$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/xattr/_cffi__xf88a1d89x3f40c4a9.so
2720N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr/lib.py
6845N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr/pyxattr_compat.py
6889N/Afile path=usr/lib/python$(PYVER)/vendor-packages/xattr/tool.py \
6889N/A pkg.depend.bypass-generate=.*/zlib.*
2720N/A#
2720N/Alicense LICENSE.txt license=MIT
2720N/A
2720N/A# Dependencies on cffi must be incorporated.
6408N/Adepend type=incorporate fmri=library/python/cffi-$(PYV)@1.5.2
2720N/A
2720N/A# force a dependency on cffi; pkgdepend work is needed to flush this out.
2720N/Adepend type=require fmri=library/python/cffi-$(PYV)
2720N/A
2720N/A# force a dependency on the xattr package
2720N/Adepend type=require \
2720N/A fmri=library/python/xattr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)