pycparser-PYVER.p5m revision 6191
2718N/A#
2718N/A# CDDL HEADER START
2718N/A#
2718N/A# The contents of this file are subject to the terms of the
2718N/A# Common Development and Distribution License (the "License").
2718N/A# You may not use this file except in compliance with the License.
2718N/A#
2718N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2718N/A# or http://www.opensolaris.org/os/licensing.
2718N/A# See the License for the specific language governing permissions
2718N/A# and limitations under the License.
2718N/A#
2718N/A# When distributing Covered Code, include this CDDL HEADER in each
2718N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2718N/A# If applicable, add the following below this CDDL HEADER, with the
2718N/A# fields enclosed by brackets "[]" replaced with your own identifying
2718N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2718N/A#
2718N/A# CDDL HEADER END
2718N/A#
2718N/A
2718N/A#
6191N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
2718N/A#
2718N/A
2718N/Aset name=pkg.fmri \
2718N/A value=pkg:/library/python/pycparser-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
2718N/Aset name=pkg.summary value="Complete C99 parser in pure Python"
2718N/Aset name=pkg.description \
2718N/A 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."
2718N/Aset name=com.oracle.info.description value="the pycparser Python module"
2899N/Aset name=com.oracle.info.tpno value=$(TPNO)
3732N/Aset name=info.classification value=org.opensolaris.category.2008:Development/C \
3732N/A value=org.opensolaris.category.2008:Development/Python
2718N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
2718N/Aset name=info.upstream value="Eli Bendersky <eliben@gmail.com>"
2718N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2718N/Aset name=org.opensolaris.arc-caseid value=PSARC/2014/108
2718N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2718N/A#
6191N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
6191N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
6191N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
6191N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/__init__.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/_ast_gen.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/_build_tables.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/_c_ast.cfg
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/ast_transforms.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/c_ast.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/c_generator.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/c_lexer.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/c_parser.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/lextab.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/ply/__init__.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/ply/cpp.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/ply/ctokens.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/ply/lex.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/ply/yacc.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/plyparser.py
2718N/Afile path=usr/lib/python$(PYVER)/vendor-packages/pycparser/yacctab.py
2718N/A#
2718N/Alicense LICENSE license=BSD
2718N/Alicense license.ply license=BSD.ply
2718N/A#
2718N/A# force a dependency on the Python runtime
2718N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
2718N/A pkg.debug.depend.path=usr/bin
2718N/A
2718N/A# force a dependency on the pycparser package
2718N/Adepend type=require \
2718N/A fmri=library/python/pycparser@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)