components/python/simplejson/simplejson-PYVER.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 11 Mar 2013 10:06:51 -0700
changeset 1205 6c6c27bcf9ac
parent 1105 e745d9f4429b
child 1251 f1fb66b52f41
permissions -rw-r--r--
16431724 Adjust how license text and Oracle internal tracking numbers are propagated

#
# 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) 2013, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python-2/simplejson-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary \
    value="JSON (Java Script Object Notation) encoder/decoder for Python"
set name=com.oracle.info.description value="the JSON encoder/decoder for Python"
set name=com.oracle.info.tpno value=5929
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=LSARC/2008/722
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
dir  path=usr
dir  path=usr/lib
dir  path=usr/lib/python$(PYVER)
dir  path=usr/lib/python$(PYVER)/vendor-packages
dir  path=usr/lib/python$(PYVER)/vendor-packages/simplejson
dir  path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/zip-safe
dir  path=usr/lib/python$(PYVER)/vendor-packages/simplejson/64
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/64/_speedups.so
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/_speedups.so
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/decoder.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/encoder.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/ordered_dict.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/scanner.py
dir  path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_check_circular.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_decimal.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_decode.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_default.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_dump.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_encode_basestring_ascii.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_encode_for_html.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_errors.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_fail.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_float.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_indent.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass1.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass2.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass3.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_recursion.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_scanstring.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_separators.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_speedups.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_unicode.py
file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tool.py
license simplejson.license license=MIT

# simplejson was previously in the 'desktop' consolidation. This optional
# dependency is here to facilitate the safe transfer of the package
# to the 'userland' consolidation.
depend type=optional \
    fmri=consolidation/desktop/[email protected]

# force a dependency on the Python runtime
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin

# force a dependency on the simplejson package
depend type=require \
    fmri=library/python-2/simplejson@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)