Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421395 - app-vim/python-mode: check for support for pep8 1.3
Summary: app-vim/python-mode: check for support for pep8 1.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 13:46 UTC by Sebastian Pipping
Modified: 2012-08-03 08:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2012-06-16 13:46:57 UTC
app-vim/python-mode depends on pep8, which has recently changed its internal API in a way that may (or may not) affect python-mode.

Please check if python-mode is compatible with pep8 1.3 and adjust dependencies as needed.  Thank you!
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-08-03 08:10:47 UTC
It uses {auto,}pep8 as an external tool so doesn't care about API. It actually bundles both of them, but I force it to use system ones. Thanks!