manual eggs downloads?

H

Harry George

"eggs" are wonderful for no-hassle get-all-the-dependencies. However,
they can trigger hands-off downloads from various sites. This is Bad
News for corporate environments in which every download is carefully
pre-approved.

A tarball with a subdirectory of "third_party" packages is ok. A web
page simple listing the third party sites and the recommended
downloads is ok. Automatically downloading is not ok.

Is there some way in the eggs mechanism to just get a list of the
proposed downloads, and let the user take the actions manually?
 
J

Jorge Vargas

"eggs" are wonderful for no-hassle get-all-the-dependencies. However,
they can trigger hands-off downloads from various sites. This is Bad
News for corporate environments in which every download is carefully
pre-approved.

A tarball with a subdirectory of "third_party" packages is ok. A web
page simple listing the third party sites and the recommended
downloads is ok. Automatically downloading is not ok.

Is there some way in the eggs mechanism to just get a list of the
proposed downloads, and let the user take the actions manually?
that is not implemented yet, also you may want to take this to the
distutils-sig list.

what you can do is read the egg's setup.py for it's dependencies, but
this can turn into something like red hat's dep hell.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top