components/pylint/pylint-26.p5m
changeset 751 32bfb3fa9b60
parent 706 6e61f0012046
child 1023 d2db2bc970c3
equal deleted inserted replaced
750:9da3e3e3c604 751:32bfb3fa9b60
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 set name=org.opensolaris.arc-caseid \
    33 set name=org.opensolaris.arc-caseid \
    34     value=PSARC/2009/325
    34     value=PSARC/2009/325
    35 
    35 
       
    36 dir path=usr
       
    37 dir path=usr/bin
    36 dir path=usr/lib
    38 dir path=usr/lib
    37 dir path=usr/lib/python2.6
    39 dir path=usr/lib/python2.6
    38 dir path=usr/lib/python2.6/vendor-packages
    40 dir path=usr/lib/python2.6/vendor-packages
    39 dir path=usr/lib/python2.6/vendor-packages/pylint
    41 dir path=usr/lib/python2.6/vendor-packages/pylint
    40 dir \
    42 dir \
    41     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info
    43     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info
    42 dir path=usr/lib/python2.6/vendor-packages/pylint/checkers
    44 dir path=usr/lib/python2.6/vendor-packages/pylint/checkers
    43 dir path=usr/lib/python2.6/vendor-packages/pylint/pyreverse
    45 dir path=usr/lib/python2.6/vendor-packages/pylint/pyreverse
    44 dir path=usr/lib/python2.6/vendor-packages/pylint/reporters
    46 dir path=usr/lib/python2.6/vendor-packages/pylint/reporters
       
    47 
       
    48 file path=usr/bin/epylint-2.6
       
    49 file path=usr/bin/pylint-2.6
       
    50 file path=usr/bin/pylint-gui-2.6
       
    51 file path=usr/bin/pyreverse-2.6
       
    52 file path=usr/bin/symilar-2.6
    45 
    53 
    46 file \
    54 file \
    47     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
    55     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
    48 file \
    56 file \
    49     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
    57     path=usr/lib/python2.6/vendor-packages/pylint-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
    83 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/__init__.py
    91 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/__init__.py
    84 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/html.py
    92 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/html.py
    85 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/text.py
    93 file path=usr/lib/python2.6/vendor-packages/pylint/reporters/text.py
    86 file path=usr/lib/python2.6/vendor-packages/pylint/utils.py
    94 file path=usr/lib/python2.6/vendor-packages/pylint/utils.py
    87 
    95 
       
    96 link path=usr/bin/epylint target=epylint-2.6 mediator=python mediator-version=2.6
       
    97 link path=usr/bin/pylint target=pylint-2.6 mediator=python mediator-version=2.6
       
    98 link path=usr/bin/pylint-gui target=pylint-gui-2.6 mediator=python mediator-version=2.6
       
    99 link path=usr/bin/pyreverse target=pyreverse-2.6 mediator=python mediator-version=2.6
       
   100 link path=usr/bin/symilar target=symilar-2.6 mediator=python mediator-version=2.6
       
   101 
    88 license pylint.license license="GPLv2"
   102 license pylint.license license="GPLv2"
    89 
   103 
    90 # pkgdepend should have picked up the dependency on 
   104 # pkgdepend should have picked up the dependency on 
    91 # /library/python-2/logilab-common and /library/python-2/logilab-astng; 
   105 # /library/python-2/logilab-common and /library/python-2/logilab-astng; 
    92 # this explicit depend action can be removed if pkgdepend is fixed later
   106 # this explicit depend action can be removed if pkgdepend is fixed later