components/python/jsonpath-rw/jsonpath-rw-PYVER.p5m
author Gowtham Thommandra <Gowtham.Thommandra@Oracle.COM>
Sat, 10 Sep 2016 21:27:51 -0700
changeset 6882 9cc65d5f5376
parent 6754 4594a504fd64
permissions -rw-r--r--
23748400 empty dns/client profile generated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6754
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     1
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     3
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     7
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    12
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    18
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    20
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    21
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    22
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    24
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    25
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/python/jsonpath-rw-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    29
    value="A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming."
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description value="the Python jsonpath-rw module"
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Python
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    35
set name=info.upstream value="Kenneth Knowles <[email protected]>"
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2016/342
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    39
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    40
link path=usr/bin/jsonpath target=jsonpath-$(PYVER) mediator=python \
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    41
    mediator-version=$(PYVER)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/jsonpath-$(PYVER)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw/__init__.py
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw/bin/__init__.py
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw/bin/jsonpath.py
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw/jsonpath.py
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw/lexer.py
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/jsonpath_rw/parser.py
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    55
#
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    56
license jsonpath-rw.license license="Apache v2.0"
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    57
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    58
# force a dependency on the jsonpath-rw package
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    59
depend type=require \
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    60
    fmri=library/python/jsonpath-rw@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    61
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    62
# force a dependency on ply; pkgdepend work is needed to flush this out.
4594a504fd64 PSARC 2016/342 jsonpath-rw - a Python implementation of JSONPath
Laszlo Peter <laszlo.peter@oracle.com>
parents:
diff changeset
    63
depend type=require fmri=library/python/ply-$(PYV)