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