components/pylint/pylint-27.p5m
changeset 1023 d2db2bc970c3
parent 751 32bfb3fa9b60
child 1205 6c6c27bcf9ac
--- a/components/pylint/pylint-27.p5m	Sat Oct 20 13:01:48 2012 -0700
+++ b/components/pylint/pylint-27.p5m	Mon Oct 22 10:02:22 2012 -0700
@@ -33,38 +33,32 @@
 set name=org.opensolaris.arc-caseid \
     value=PSARC/2009/325
 
-license pylint.license license="GPLv2"
-
-# pkgdepend should pick up a dependency on 
-# /library/python-2/logilab-common and /library/python-2/logilab-astng; 
-#depend fmri=__TBD \
-#    pkg.debug.depend.file=usr/lib/python2.7/vendor-packages/logilab/common/textutils.py \
-#    pkg.debug.reason=usr/lib/python2.7/vendor-packages/pylint/utils.py \
-#    type=require
-#depend fmri=__TBD \
-#    pkg.debug.depend.file=usr/lib/python2.7/vendor-packages/logilab/astng/nodes.py \
-#    pkg.debug.reason=usr/lib/python2.7/vendor-packages/pylint/lint.py \
-#    type=require
 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
 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
+
 file path=usr/bin/epylint-2.7 pkg.depend.bypass-generate=.*
 file path=usr/bin/pylint-2.7 pkg.depend.bypass-generate=.*
 file path=usr/bin/pylint-gui-2.7 pkg.depend.bypass-generate=.*
 file path=usr/bin/pyreverse-2.7 pkg.depend.bypass-generate=.*
 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/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-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
-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/PKG-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
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/__init__.py
@@ -74,10 +68,12 @@
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/exceptions.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/format.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/imports.py
+file path=usr/lib/python2.7/vendor-packages/pylint/checkers/logging.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/misc.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/newstyle.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/raw_metrics.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/similar.py
+file path=usr/lib/python2.7/vendor-packages/pylint/checkers/string_format.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/typecheck.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/utils.py
 file path=usr/lib/python2.7/vendor-packages/pylint/checkers/variables.py
@@ -93,8 +89,10 @@
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/utils.py
 file path=usr/lib/python2.7/vendor-packages/pylint/pyreverse/writer.py
 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
 
 link path=usr/bin/epylint target=epylint-2.7 mediator=python mediator-version=2.7
@@ -103,6 +101,14 @@
 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
 
+license pylint.license license="GPLv2"
+
+# 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