components/pylint/pylint-27.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
--- a/components/pylint/pylint-27.p5m	Wed Jan 28 11:07:54 2015 -0800
+++ b/components/pylint/pylint-27.p5m	Wed Jan 28 08:53:43 2015 -0800
@@ -18,51 +18,53 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
-
-set name=pkg.fmri value=pkg:/developer/python/pylint-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri \
+    value=pkg:/developer/python/pylint-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="pylint - python code static checker"
-set name=pkg.description value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
-set name=com.oracle.info.description value="the pylint Python code static checker for Python 2.7"
+set name=pkg.description \
+    value="pylint is a Python source code analyzer which looks for programming errors and helps enforce a coding standard"
+set name=com.oracle.info.description \
+    value="the pylint Python code static checker for Python 2.7"
 set name=com.oracle.info.tpno value=$(TPNO)
-set name=info.classification value="org.opensolaris.category.2008:Development/Python"
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2009/325
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set name=org.opensolaris.arc-caseid \
-    value=PSARC/2009/325
-
-dir path=usr
-dir path=usr/bin
-dir path=usr/lib
-dir path=usr/lib/python2.7
-dir path=usr/lib/python2.7/vendor-packages
-dir path=usr/lib/python2.7/vendor-packages/pylint
-dir path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info
-dir path=usr/lib/python2.7/vendor-packages/pylint/checkers
-dir path=usr/lib/python2.7/vendor-packages/pylint/pyreverse
-dir path=usr/lib/python2.7/vendor-packages/pylint/reporters
-
+dir  path=usr
+dir  path=usr/bin
+link path=usr/bin/epylint target=epylint-2.7 mediator=python \
+    mediator-version=2.7
 file path=usr/bin/epylint-2.7 pkg.depend.bypass-generate=.*
+link path=usr/bin/pylint target=pylint-2.7 mediator=python mediator-version=2.7
 file path=usr/bin/pylint-2.7 pkg.depend.bypass-generate=.*
+link path=usr/bin/pylint-gui target=pylint-gui-2.7 mediator=python \
+    mediator-version=2.7
 file path=usr/bin/pylint-gui-2.7 pkg.depend.bypass-generate=.*
+link path=usr/bin/pyreverse target=pyreverse-2.7 mediator=python \
+    mediator-version=2.7
 file path=usr/bin/pyreverse-2.7 pkg.depend.bypass-generate=.*
+link path=usr/bin/symilar target=symilar-2.7 mediator=python \
+    mediator-version=2.7
 file path=usr/bin/symilar-2.7 pkg.depend.bypass-generate=.*
-file \
-    path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
-file \
-    path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
-file \
-    path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
-file \
-    path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/requires.txt
-file \
-    path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
+dir  path=usr/lib
+dir  path=usr/lib/python2.7
+dir  path=usr/lib/python2.7/vendor-packages
+dir  path=usr/lib/python2.7/vendor-packages/pylint
+dir  path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info
+file path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
+file path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
+file path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
+file path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/requires.txt
+file path=usr/lib/python2.7/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
 file path=usr/lib/python2.7/vendor-packages/pylint/__init__.py
 file path=usr/lib/python2.7/vendor-packages/pylint/__pkginfo__.py
+dir  path=usr/lib/python2.7/vendor-packages/pylint/checkers
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/__init__.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/base.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/classes.py
@@ -84,37 +86,32 @@
 file path=usr/lib/python2.7/vendor-packages/pylint/gui.py
 file path=usr/lib/python2.7/vendor-packages/pylint/interfaces.py
 file path=usr/lib/python2.7/vendor-packages/pylint/lint.py
+dir  path=usr/lib/python2.7/vendor-packages/pylint/pyreverse
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/__init__.py
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/diadefslib.py
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/diagrams.py
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/main.py
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/utils.py
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/writer.py
+dir  path=usr/lib/python2.7/vendor-packages/pylint/reporters
 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/__init__.py
 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/guireporter.py
 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/html.py
 file path=usr/lib/python2.7/vendor-packages/pylint/reporters/text.py
 file path=usr/lib/python2.7/vendor-packages/pylint/testutils.py
 file path=usr/lib/python2.7/vendor-packages/pylint/utils.py
+license pylint.license license=GPLv2
 
-link path=usr/bin/epylint target=epylint-2.7 mediator=python mediator-version=2.7
-link path=usr/bin/pylint target=pylint-2.7 mediator=python mediator-version=2.7
-link path=usr/bin/pylint-gui target=pylint-gui-2.7 mediator=python mediator-version=2.7
-link path=usr/bin/pyreverse target=pyreverse-2.7 mediator=python mediator-version=2.7
-link path=usr/bin/symilar target=symilar-2.7 mediator=python mediator-version=2.7
+# force a dependency on the Python 2.7 runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python2.7 \
+    pkg.debug.depend.path=usr/bin
 
-license pylint.license license="GPLv2"
+# force a dependency on the pylint package
+depend type=require \
+    fmri=developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on logilab-astng-27 version 0.24.0
+depend type=require fmri=library/python/[email protected]
 
 # force a dependency on logilab-common-27 version 0.58.2
-depend fmri=library/python-2/[email protected] type=require
-
-# force a dependency on logilab-astng-27 version 0.24.0
-depend fmri=library/python-2/[email protected] type=require
-
-# force a dependency on the Python 2.7 runtime
-depend fmri=__TBD pkg.debug.depend.file=python2.7 \
-       pkg.debug.depend.path=usr/bin type=require
-
-# force a dependency on the pylint package
-depend fmri=developer/python/pylint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
-    type=require
+depend type=require fmri=library/python/[email protected]