astroid-PYVER.p5m revision 4812
160N/A#
160N/A# CDDL HEADER START
160N/A#
160N/A# The contents of this file are subject to the terms of the
160N/A# Common Development and Distribution License (the "License").
160N/A# You may not use this file except in compliance with the License.
160N/A#
160N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
160N/A# or http://www.opensolaris.org/os/licensing.
160N/A# See the License for the specific language governing permissions
160N/A# and limitations under the License.
160N/A#
160N/A# When distributing Covered Code, include this CDDL HEADER in each
160N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
160N/A# If applicable, add the following below this CDDL HEADER, with the
160N/A# fields enclosed by brackets "[]" replaced with your own identifying
160N/A# information: Portions Copyright [yyyy] [name of copyright owner]
160N/A#
160N/A# CDDL HEADER END
160N/A#
160N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
160N/A#
160N/A
160N/Aset name=pkg.fmri \
160N/A value=pkg:/library/python/astroid-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
160N/Aset name=pkg.summary \
160N/A value="astroid - Python Abstract Syntax Tree New Generation"
160N/Aset name=pkg.description \
160N/A value="astroid provides a common base representation of python source code for projects such as pylint."
160N/Aset name=com.oracle.info.description value="the astroid Python $(PYVER) module"
345N/Aset name=com.oracle.info.tpno value=$(TPNO)
160N/Aset name=info.classification \
160N/A value=org.opensolaris.category.2008:Development/Python
160N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
160N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
160N/Aset name=org.opensolaris.arc-caseid value=LSARC/2009/299 value=PSARC/2015/302
160N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
345N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/__init__.py
345N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/__pkginfo__.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/as_string.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/astpeephole.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/bases.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/builtin_inference.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/py2gi.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/py2mechanize.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/py2pytest.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/py2qt4.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/py2stdlib.py \
160N/A pkg.tmp.autopyc=false
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/pynose.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/brain/pysix_moves.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/builder.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/exceptions.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/inference.py
604N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/inspector.py
160N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/manager.py
604N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/mixins.py
604N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/modutils.py
604N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/node_classes.py
605N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/nodes.py
605N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/protocols.py
605N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/raw_building.py
605N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/rebuilder.py
605N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/scoped_nodes.py
605N/Afile path=usr/lib/python$(PYVER)/vendor-packages/astroid/utils.py
605N/A#
605N/Alicense astroid.license license=LGPLv2.1
605N/A
605N/A# force the rename with an optional dependency on the old name
605N/Adepend type=optional \
605N/A fmri=library/python/logilab-astng-$(PYV)@0.24.0,5.12-5.12.0.0.0.82.0
605N/A
605N/A# force a dependency on the Python $(PYVER) runtime
605N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
605N/A pkg.debug.depend.path=usr/bin
605N/A
605N/A# force a dependency on the astroid package
605N/Adepend type=require \
605N/A fmri=library/python/astroid@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
160N/A
160N/A# force a dependency on logilab-common version 0.63.2
160N/Adepend type=require fmri=library/python/logilab-common-27@0.63.2
160N/A
160N/A# force a dependency on the six package
160N/Adepend type=require \
160N/A fmri=library/python/six-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
160N/A