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