gcc-6: don't ship info pages
[unleashed-userland.git] / components / python / ply / ply-PYVER.p5m
bloba7c46590fefb16b25332c5cc53e4b0e15eb67744
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
21 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
24 set name=pkg.fmri \
25     value=pkg:/library/python/ply-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
26 set name=pkg.summary value="Lex and yacc parsing tools for Python"
27 set name=pkg.description \
28     value="PLY is an implementation of lex and yacc parsing tools for Python"
29 set name=com.oracle.info.description \
30     value="the lex and yacc parsing tools for Python"
31 set name=com.oracle.info.tpno value=$(TPNO)
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 value="David Beazley <dave@dabeaz.com>"
36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
37 set name=org.opensolaris.arc-caseid value=PSARC/2011/264
38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
40 file path=usr/lib/python$(PYVER)/vendor-packages/ply-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
41 file path=usr/lib/python$(PYVER)/vendor-packages/ply-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
42 file path=usr/lib/python$(PYVER)/vendor-packages/ply-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
43 file path=usr/lib/python$(PYVER)/vendor-packages/ply-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
44 file path=usr/lib/python$(PYVER)/vendor-packages/ply/__init__.py
45 file path=usr/lib/python$(PYVER)/vendor-packages/ply/cpp.py
46 file path=usr/lib/python$(PYVER)/vendor-packages/ply/ctokens.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/ply/lex.py
48 file path=usr/lib/python$(PYVER)/vendor-packages/ply/yacc.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/ply/ygen.py
51 license ply.license license=BSD
53 # force the rename with an optional dependency on the old name
54 depend type=optional fmri=library/python-2/ply-$(PYV)@3.1,5.11-2016.0.1.0
56 # force a dependency on the Python runtime
57 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
58     pkg.debug.depend.path=usr/bin
60 # force a dependency on the ply package
61 depend type=require \
62     fmri=library/python/ply@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)