Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421397 - dev-python/spyder: check for support for pep8 1.3
Summary: dev-python/spyder: check for support for pep8 1.3
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 13:48 UTC by Sebastian Pipping
Modified: 2013-02-14 22:46 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:48:49 UTC
dev-python/spyder depends on pep8, which has recently changed its internal API in a way that may (or may not) affect spyder.

Please check if spyder is compatible with pep8 1.3 and adjust dependencies as needed.  Thank you!
Comment 1 Andrey Grozin gentoo-dev 2012-06-18 10:07:23 UTC
Most probably, this change does not matter: spyder calls the pep8 executable as a whole, passing it some command-line arguments. It does not import pep8, and does not call functions from it. I'll check this more carefully, and then (if things are like what I said) close this bug.
Comment 2 Sebastian Pipping gentoo-dev 2013-02-14 22:46:03 UTC
We have pep8 1.4.1 in tree by now, closing as obsolete.