components/python/pycparser/pycparser-PYVER.p5m
changeset 1948 2d1537e7942d
parent 1845 caa6e0a2a2e4
child 3732 0f62cc221c7e
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    27     value=pkg:/library/python/pycparser-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/pycparser-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Complete C99 parser in pure Python"
    28 set name=pkg.summary value="Complete C99 parser in pure Python"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code."
    30     value="pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code."
    31 set name=com.oracle.info.description value="the pycparser Python module"
    31 set name=com.oracle.info.description value="the pycparser Python module"
    32 set name=com.oracle.info.tpno value=16938
    32 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=info.classification \
    33 set name=info.classification \
    34     value=org.opensolaris.category.2008:Development/Python \
    34     value=org.opensolaris.category.2008:Development/Python \
    35     value=org.opensolaris.category.2008:Development/C
    35     value=org.opensolaris.category.2008:Development/C
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream value="Eli Bendersky <[email protected]>"
    37 set name=info.upstream value="Eli Bendersky <[email protected]>"