components/python/pycairo/pycairo-PYVER.p5m
author Sean Wilcox <sean.wilcox@oracle.com>
Tue, 08 Nov 2016 11:16:49 -0700
changeset 7262 19860fd7b64f
parent 6956 35dd98776277
permissions -rw-r--r--
24692363 restart of nova-compute went to maintenance
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6956
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.fmri \
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
    value=pkg:/library/python/pycairo-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.summary \
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
    value="Python $(MAYBE_PYVER_SPACE)bindings for the Cairo graphics library"
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
set name=com.oracle.info.description \
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
    value="Python $(MAYBE_PYVER_SPACE)bindings for Cairo"
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
set name=info.classification \
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Python
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2014/371
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
#
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/cairo/64/_cairo.so
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/cairo/__init__.py
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/cairo/_cairo.so
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
license COPYING license=GPLv3
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
license COPYING.LESSER license=LGPLv3
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
# force a dependency on the unversioned package
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
depend type=require \
35dd98776277 17702953 Cairo bindings for Python 3
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
    fmri=library/python/pycairo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)