6954N/A#
6954N/A# CDDL HEADER START
6954N/A#
6954N/A# The contents of this file are subject to the terms of the
6954N/A# Common Development and Distribution License (the "License").
6954N/A# You may not use this file except in compliance with the License.
6954N/A#
6954N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6954N/A# or http://www.opensolaris.org/os/licensing.
6954N/A# See the License for the specific language governing permissions
6954N/A# and limitations under the License.
6954N/A#
6954N/A# When distributing Covered Code, include this CDDL HEADER in each
6954N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6954N/A# If applicable, add the following below this CDDL HEADER, with the
6954N/A# fields enclosed by brackets "[]" replaced with your own identifying
6954N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6954N/A#
6954N/A# CDDL HEADER END
6954N/A#
6954N/A
6954N/A#
6954N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6954N/A#
6954N/A
6954N/Aset name=pkg.fmri \
6954N/A value=pkg:/library/python/pycairo-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6954N/Aset name=pkg.summary \
6954N/A value="Python $(MAYBE_PYVER_SPACE)bindings for the Cairo graphics library"
6954N/Aset name=com.oracle.info.description \
6954N/A value="Python $(MAYBE_PYVER_SPACE)bindings for Cairo"
6954N/Aset name=com.oracle.info.tpno value=$(TPNO)
6954N/Aset name=info.classification \
6954N/A value=org.opensolaris.category.2008:Development/Python
6954N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6954N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
6954N/Aset name=org.opensolaris.arc-caseid value=PSARC/2014/371
6954N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6954N/A#
6954N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cairo/64/_cairo.so
6954N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cairo/__init__.py
6954N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cairo/_cairo.so
6954N/Alicense COPYING license=GPLv3
6954N/Alicense COPYING.LESSER license=LGPLv3
6954N/A
6954N/A# force a dependency on the unversioned package
6954N/Adepend type=require \
6954N/A fmri=library/python/pycairo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)