components/gnome/pyatspi/pyatspi-PYVER.p5m
author Jingning Ji <jingning.ji@oracle.com>
Thu, 13 Oct 2016 15:53:44 -0700
changeset 7113 cca3def5f97d
parent 6982 d3b6a08a1ea2
permissions -rw-r--r--
24759774 Upgrade xml-libxml to 2.0128
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6955
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.fmri \
6982
d3b6a08a1ea2 24737221 pyatspi-27 seems uninstallable
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6955
diff changeset
    27
    value=pkg:/library/python/pyatspi2-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6955
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.summary value="Python API to AT-SPI on D-Bus"
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
set name=com.oracle.info.description value="Python API to AT-SPI on D-Bus"
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
set name=info.classification \
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
    value="org.opensolaris.category.2008:Applications/Universal Access"
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
set name=org.opensolaris.arc-caseid value=LSARC/2007/520
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/Accessibility.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/__init__.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/action.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/appevent.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/application.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/collection.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/component.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/constants.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/deviceevent.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/document.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/editabletext.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/enum.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/hypertext.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/image.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/interface.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/registry.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/role.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/selection.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/state.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/table.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/tablecell.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/text.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/utils.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/value.py
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
license COPYING.GPL license=GPLv2
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
license COPYING license=LGPLv2.1
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
6982
d3b6a08a1ea2 24737221 pyatspi-27 seems uninstallable
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6955
diff changeset
    68
# force the rename with an optional dependency on the old name
d3b6a08a1ea2 24737221 pyatspi-27 seems uninstallable
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6955
diff changeset
    69
$(PYTHON_2.7_ONLY)depend type=optional \
d3b6a08a1ea2 24737221 pyatspi-27 seems uninstallable
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6955
diff changeset
    70
    fmri=library/python/[email protected]
d3b6a08a1ea2 24737221 pyatspi-27 seems uninstallable
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6955
diff changeset
    71
6955
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
# force a dependency on the unversioned package
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
depend type=require \
6982
d3b6a08a1ea2 24737221 pyatspi-27 seems uninstallable
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6955
diff changeset
    74
    fmri=library/python/pyatspi2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6955
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
# force a dependency on the Python runtime
c48eb02e201d 24684801 Move pyatspi to Userland and update to 2.18.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
depend type=require fmri=runtime/python-$(PYV)