components/python/simplejson/simplejson-PYVER.p5m
branchs11-update
changeset 4072 db0cec748ec0
parent 3704 69ab8eca01c5
child 7811 9126e6f58cd8
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/simplejson-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/simplejson-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    29     value="JSON (Java Script Object Notation) encoder/decoder for Python"
    29     value="JSON (JavaScript Object Notation) encoder/decoder for Python"
       
    30 set name=pkg.description \
       
    31     value="The simplejson module is a simple, fast, complete, correct, and extensible JSON encoder and decoder for Python. The encoder can be specialized to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). It can also be specialized to post-process JSON objects, which is particularly useful for implementing protocols such as JSON-RPC that have a richer type system than JSON itself."
    30 set name=com.oracle.info.description value="the JSON encoder/decoder for Python"
    32 set name=com.oracle.info.description value="the JSON encoder/decoder for Python"
    31 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=info.classification \
    34 set name=info.classification \
    33     value=org.opensolaris.category.2008:Development/Python
    35     value=org.opensolaris.category.2008:Development/Python
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=org.opensolaris.arc-caseid value=LSARC/2008/722
    38 set name=org.opensolaris.arc-caseid value=LSARC/2008/722
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/PKG-INFO
    40 #
    39 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/SOURCES.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
    40 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/dependency_links.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
    41 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/top_level.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-2.1.2-py$(PYVER).egg-info/zip-safe
    44 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/64/_speedups.so
    45 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/64/_speedups.so
    44 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/__init__.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/__init__.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/_speedups.so
    47 $(PYTHON_2.6_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/_speedups.so
       
    48 $(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/_speedups.so
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/compat.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/decoder.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/decoder.py
    47 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/encoder.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/encoder.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/ordered_dict.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/ordered_dict.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/scanner.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/scanner.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/__init__.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_check_circular.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_decimal.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_decode.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_default.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_dump.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_encode_basestring_ascii.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_encode_for_html.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_errors.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_fail.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_float.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_indent.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass1.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass2.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_pass3.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_recursion.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_scanstring.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_separators.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_speedups.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tests/test_unicode.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tool.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/simplejson/tool.py
       
    55 #
    71 license simplejson.license license=MIT
    56 license simplejson.license license=MIT
    72 
    57 
    73 # simplejson was previously in the 'desktop' consolidation. This optional
    58 # simplejson was previously in the 'desktop' consolidation. This optional
    74 # dependency is here to facilitate the safe transfer of the package
    59 # dependency is here to facilitate the safe transfer of the package
    75 # to the 'userland' consolidation.
    60 # to the 'userland' consolidation.