Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pimp needs to do download itself #38285

Closed
jackjansen opened this issue Apr 10, 2003 · 4 comments
Closed

pimp needs to do download itself #38285

jackjansen opened this issue Apr 10, 2003 · 4 comments
Assignees
Labels

Comments

@jackjansen
Copy link
Member

BPO 719300
Nosy @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jackjansen'
closed_at = <Date 2004-06-03.13:09:32.000>
created_at = <Date 2003-04-10.21:35:36.000>
labels = ['OS-mac']
title = 'pimp needs to do download itself'
updated_at = <Date 2004-06-03.13:09:32.000>
user = 'https://github.com/jackjansen'

bugs.python.org fields:

activity = <Date 2004-06-03.13:09:32.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-04-10.21:35:36.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 719300
keywords = []
message_count = 4.0
messages = ['15424', '15425', '15426', '15427']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue719300'
versions = []

@jackjansen
Copy link
Member Author

Pimp currently uses the OSX programs curl and tar to download distributions and unpack them. There is absolutely no reason not to use the urllib and tarfile modules for this.

@jackjansen jackjansen self-assigned this Apr 10, 2003
@jackjansen jackjansen self-assigned this Apr 10, 2003
@jackjansen
Copy link
Member Author

Logged In: YES
user_id=45365

There is actually a very good reason to use at least the tarfile module: if we
use that in stead of unix tar we can fiddle pathnames while we unpack.
Thereby we can do per-user installs of packages even if the tarfile was
created for a system-wide installation. (That is, once the details of where
per-user packages are going to be stored have been worked out).

@jackjansen
Copy link
Member Author

Logged In: YES
user_id=45365

Unpack has been implemented, downloading isn't that important, leaving
that for later.

@jackjansen
Copy link
Member Author

Logged In: YES
user_id=45365

urllib2-based downloading has been implemented in pimp.py rev. 1.31
and 1.27.4.2, thanks to code donated by Kevin Ollivier.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant