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

Check if a package is already downloaded #10

Closed
xr09 opened this issue Jun 25, 2013 · 2 comments
Closed

Check if a package is already downloaded #10

xr09 opened this issue Jun 25, 2013 · 2 comments

Comments

@xr09
Copy link

xr09 commented Jun 25, 2013

If both packages A and B depends on C, then C will be downloaded twice.

pip2tgz pipdir/ requests
requests-1.2.3.tar.gz on pipdir

pip2tgz pipdir/ cachecontrol
dependency requests-1.2.3.tar.gz downloaded twice..

@wolever
Copy link
Owner

wolever commented Jun 25, 2013

Unfortunately all the work of determining dependencies and downloading packages by pip bundle, and it's not obvious to me how to control/customize that. If you've got some ideas, though, I'd love to improve that!

@xr09
Copy link
Author

xr09 commented Jun 26, 2013

I see, this is an issue for pip itself not for pip2pi. Thanks anyway @wolever, great work.

@xr09 xr09 closed this as completed Jun 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants