components/python/py2cairo/py2cairo-27.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Wed, 21 Sep 2016 19:51:41 -0700
changeset 6956 35dd98776277
parent 6044 components/python/py2cairo/py2cairo-PYVER.p5m@16fb0443547f
permissions -rw-r--r--
17702953 Cairo bindings for Python 3

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
#

# This file intentionally hardcodes Python 2.7 instead of using the PYVER
# subsititutions to avoid triggering the auto-generation of a generic
# library/python/pycairo in this component, since that's being done in
# ../pycairo instead to cover the python 3.x versions correctly.

set name=pkg.fmri \
    value=pkg:/library/python/pycairo-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Python 2.7 bindings for the Cairo graphics library"
set name=com.oracle.info.description value="Python 2.7 bindings for Cairo"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:Development/Python
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2014/371
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/include/pycairo/pycairo.h
link path=usr/include/pycairo27 target=pycairo
file path=usr/lib/pkgconfig/pycairo.pc
link path=usr/lib/pkgconfig/pycairo27.pc target=pycairo.pc
file path=usr/lib/python2.7/vendor-packages/cairo/64/_cairo.so
file path=usr/lib/python2.7/vendor-packages/cairo/__init__.py
file path=usr/lib/python2.7/vendor-packages/cairo/_cairo.so
license COPYING license=LGPL-2.1,MPL-1.1
license COPYING-MPL-1.1 license=MPL-1.1