Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2010 15:54:46 +0300
From:      chukharev@mail.ru
To:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Subject:   pylint entry in UPDATING?
Message-ID:  <op.vcuotkt7mhpy7y@vova-vaio>

next in thread | raw e-mail | index | archive | help
Hi,

It seems than the new version of devel/pylint port is not compatible with the old config files in user's home.
At least I was getting an error as in the following.

  $ pylint --version
/usr/local/lib/python2.6/site-packages/logilab_common-0.50.1-py2.6.egg/logilab/common/configuration.py:716: DeprecationWarning: "_config_parser" attribute has been renamed to "cfgfile_parser"
   warn(msg, DeprecationWarning)
Traceback (most recent call last):
   File "/usr/local/bin/pylint", line 5, in <module>
     pkg_resources.run_script('pylint==0.20.0', 'pylint')
   File "build/bdist.freebsd-8.0-STABLE-i386/egg/pkg_resources.py", line 489, in run_script
   File "build/bdist.freebsd-8.0-STABLE-i386/egg/pkg_resources.py", line 1207, in run_script
   File "/usr/local/lib/python2.6/site-packages/pylint-0.20.0-py2.6.egg/EGG-INFO/scripts/pylint", line 4, in <module>
     lint.Run(sys.argv[1:])
   File "/usr/local/lib/python2.6/site-packages/pylint-0.20.0-py2.6.egg/pylint/lint.py", line 861, in __init__
     linter.load_config_file()
   File "/usr/local/lib/python2.6/site-packages/logilab_common-0.50.1-py2.6.egg/logilab/common/configuration.py", line 637, in load_config_file
     provider.set_option(option, value, optdict=optdict)
TypeError: set_option() got an unexpected keyword argument 'optdict'

Everything work since renaming ~/.pylintrc and ~/.pylint.d. I think this is good to mention in ports/UPDATING.

  $ uname -a
FreeBSD vova-vaio 8.0-STABLE FreeBSD 8.0-STABLE #2: Tue Apr 27 10:16:00 EEST 2010     root@vova-vaio:/usr/obj/usr/src/sys/VOVA  i386
  $ pkg_info -O devel/pylint
The following installed package(s) has devel/pylint origin:
pylint-py26-0.20.0

Vladimir Chukharev



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.vcuotkt7mhpy7y>