FS#36625 - [python-pylint] pylint-1.0 dependency logilab-astng is now renamed to astroid

Attached to Project: Arch Linux
Opened by Guillaume Pujol (PiC0) - Wednesday, 21 August 2013, 09:00 GMT
Last edited by Angel Velasquez (angvp) - Wednesday, 21 August 2013, 10:15 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Angel Velasquez (angvp)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

pylint 1.0 depends on astroid 1.0, which is the new name of logilab-astng. astroid is not yet in the package database. I flagged logilab-astng as out of date.

Current pylint-1.0.0-2 package in testing still depends on logilab-astng and does not work (ImportError: No module named 'astroid'), full traceback below:

Traceback (most recent call last):
File "/usr/bin/pylint", line 3, in <module>
run_pylint()
File "/usr/lib/python3.3/site-packages/pylint/__init__.py", line 20, in run_pylint
from pylint.lint import Run
File "/usr/lib/python3.3/site-packages/pylint/lint.py", line 30, in <module>
from pylint.checkers import utils
File "/usr/lib/python3.3/site-packages/pylint/checkers/__init__.py", line 46, in <module>
from astroid.utils import ASTWalker
ImportError: No module named 'astroid'

Thanks and Regards,
Guillaume
This task depends upon

Closed by  Angel Velasquez (angvp)
Wednesday, 21 August 2013, 10:15 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in python{2}-pylint 1.0.0-3

Loading...