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