Bug 35164
| Summary: | autoinstall: should support gzipped tar archives | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Jerdonek <cjerdonek> |
| Component: | Tools / Tests | Assignee: | Chris Jerdonek <cjerdonek> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth, cjerdonek, eikeon, eric, hamaji, levin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Chris Jerdonek
Autoinstall currently supports autoinstalling .zip files but not .gz files.
pep8.py (necessary for bug 33639) is available for from pypi as a gzipped tar archive:
http://pypi.python.org/pypi/pep8/
http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz
Adding support for unzipping and extracting a tar file prior to importing is related to the following report:
https://bugs.webkit.org/show_bug.cgi?id=35163
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
We should let the Autoinstall guy (Daniel Krech) know:
http://code.google.com/p/pyautoinstall/
Eric Seidel (no email)
Autoinstall leans on python to do the actual "zip" reading. There is a ZipImporter which knows how to import modules from zip files. I don't think there is similar for gzip.
If pep8 is available as raw source or as an .egg file that would work too.
Eric Seidel (no email)
CCing the author of autoinstall.py
Chris Jerdonek
Marking as a duplicate since the patch for bug 35163 also takes care of this.
*** This bug has been marked as a duplicate of bug 35163 ***