gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / python / simplejson / simplejson-PYVER.p5m
blobb553cdc5e8c7248119279f97cc04d1abee2385be
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
26 set name=pkg.fmri \
27     value=pkg:/library/python/simplejson-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
28 set name=pkg.summary \
29     value="JSON (Java Script Object Notation) encoder/decoder for Python"
30 set name=com.oracle.info.description value="the JSON encoder/decoder for Python"
31 set name=com.oracle.info.tpno value=5929
32 set name=info.classification \
33     value=org.opensolaris.category.2008:Development/Python
34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
36 set name=org.opensolaris.arc-caseid value=LSARC/2008/722
37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
38 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
39 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
40 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
41 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
42 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/__init__.py
43 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/_speedups.so
44 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/compat.py
45 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/decoder.py
46 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/encoder.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/ordered_dict.py
48 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/scanner.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/__init__.py
50 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_bigint_as_string.py
51 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_bitsize_int_as_string.py
52 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_check_circular.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_decimal.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_decode.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_default.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_dump.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_encode_basestring_ascii.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_encode_for_html.py
59 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_errors.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_fail.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_float.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_for_json.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_indent.py
64 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_namedtuple.py
65 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_item_sort_key.py
66 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass1.py
67 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass2.py
68 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass3.py
69 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_recursion.py
70 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_scanstring.py
71 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_separators.py
72 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_speedups.py
73 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_tool.py
74 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_tuple.py
75 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_unicode.py
76 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tool.py
77 license simplejson.license license=MIT
79 # simplejson was previously in the 'desktop' consolidation. This optional
80 # dependency is here to facilitate the safe transfer of the package
81 # to the 'userland' consolidation.
82 #depend type=optional \
83 #    fmri=consolidation/desktop/desktop-incorporation@5.12-5.12.0.0.0.14.0
85 # force a dependency on the Python runtime
86 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
87     pkg.debug.depend.path=usr/bin
89 # force a dependency on the simplejson package
90 depend type=require \
91     fmri=library/python/simplejson@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)