Bump setuptools version to 0.6c11, which is the one available on the PyPi
Review Request #4617 — Created Sept. 21, 2013 and submitted
Bump setuptools version to 0.6c11, which is the one available on the PyPi
None - wasn't sure how best to test this...
Description | From | Last Updated |
---|---|---|
undefined name 'pkg_resources' |
reviewbot | |
'shutil' imported but unused |
reviewbot | |
Col: 4 E701 multiple statements on one line (colon) |
reviewbot | |
Col: 19 E701 multiple statements on one line (colon) |
reviewbot | |
'shutil' imported but unused |
reviewbot | |
Col: 1 W391 blank line at end of file |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 5 E301 expected 1 blank line, found 0 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 13 E122 continuation line missing indentation or outdented |
reviewbot | |
undefined name 'pkg_resources' |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 80 E501 line too long (87 > 79 characters) |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 1 E302 expected 2 blank lines, found 1 |
reviewbot | |
Col: 9 E128 continuation line under-indented for visual indent |
reviewbot |
-
When I ran easy_install -U setuptools, it grabbed 1.1.6. Thinking we should just grab the ez_setup.py from that.
It'll be important to grab that instead of patching due to the checksums.
- Change Summary:
-
I think this is the authoritative ez_setup.py:
http://peak.telecommunity.com/dist/ez_setup.py
And that's what I've dropped in. Better?
- Diff:
-
Revision 2 (+20 -8)
- Change Summary:
-
So apparently, telecommunity's page hasn't been updated since 2007. Ownership of setuptools moved elsewhere, and I think this links to the authoritative ez_setup.py.
- Diff:
-
Revision 3 (+329 -231)
-
This is a review from Review Bot.
Tool: PEP8 Style Checker
Processed Files:
ez_setup.py
Ignored Files: -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-