Issue 8371: Add options to distutils2.install and pysetup install to only download (original) (raw)
Issue8371
Created on 2010-04-11 16:50 by eric.araujo, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg102853 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2010-04-11 16:50 |
Distutils2 should have a command responsible for downloading distributions. This would factor it out of other code in one clear location and allow users to download for later installation. If setup.cfg files grow options for extras, test-requires, build-requires and such specific kinds of dependencies, matching options would appear on the download (or get) command. Side note: Is it okay to post this as a bug or should I rather mail distutils-sig first? Or mail them now? Regards | ||
msg102937 - (view) | Author: Tarek Ziadé (tarek) * ![]() |
Date: 2010-04-12 11:47 |
What would this command do precisely ? Are you thinking about a command that scans PyPI ? why this would be a command btw ? downloading a distribution is not a final goal, imho. Wouldn't it be simpler to have a simple function that provides this feature ? > Is it okay to post this as a bug or should I rather mail distutils-sig first? Or mail them now? A feature request on the distutils2 component is fine. Although for topics that needs discussion, a round in the Mailing list is probably better to start. | ||
msg103416 - (view) | Author: anatoly techtonik (techtonik) | Date: 2010-04-17 18:08 |
There is a ready-to-use public domain code with a progress bar if you'll need it. http://pypi.python.org/pypi/wget/ | ||
msg163832 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2012-06-24 19:54 |
> downloading a distribution is not a final goal, imho. > Wouldn't it be simpler to have a simple function that provides this feature ? The reasoning behind my request was that providing a way to do steps from the command-line is good. pysetup install figures dependencies + downloads + builds and installs; I think it’s good to let user do each step at a time, or at separate time. Packaging systems and installers like pip support this usage. (I was mistaken in suggesting a command though; commands work in a project directory.) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:59 | admin | set | github: 52618 |
2014-03-13 00:58:53 | eric.araujo | set | status: open -> closedresolution: out of datestage: resolved |
2012-06-24 19:54:32 | eric.araujo | set | title: Add a command to download distributions -> Add options to distutils2.install and pysetup install to only downloadmessages: + versions: + 3rd party, Python 3.4, - Python 3.3 |
2011-06-09 22:29:13 | michael.mulich | set | nosy: + michael.mulich |
2010-08-12 18:24:25 | eric.araujo | set | nosy: + alexis |
2010-04-17 18:08:01 | techtonik | set | nosy: + techtonikmessages: + |
2010-04-12 11:47:44 | tarek | set | messages: + |
2010-04-11 16:50:29 | eric.araujo | create |