[Python-Dev] Move ensurepip blobs to external place (original) (raw)
Wes Turner wes.turner at gmail.com
Thu Mar 29 18:31:54 EDT 2018
- Previous message (by thread): [Python-Dev] Move ensurepip blobs to external place
- Next message (by thread): [Python-Dev] Replacing self.__dict__ in __init__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
AFAIU, the objectives (with no particular ranking) are:
- minimize git clone time and bandwidth
- include latest pip with every python install
- run the full test suite with CI for every PR (buildbot)
- the full test suite requires pip
- run the test suite locally when developing a PR
- minimize PyPI bandwidth
What are the proposed solutions?
...
https://help.github.com/articles/about-storage-and-bandwidth-usage/
All personal and organization accounts using Git LFS receive 1 GB of free storage and 1 GB a month of free bandwidth. If the bandwidth and storage quotas are not enough, you can choose to purchase an additional quota for Git LFS.
Git LFS is available for every repository on GitHub, whether or not your account or organization has a paid plan.
On Thursday, March 29, 2018, Donald Stufft <donald at stufft.io> wrote:
From my POV I don’t care where they live, just document how to update them going forward.
Sent from my iPhone > On Mar 24, 2018, at 4:50 AM, Serhiy Storchaka <storchaka at gmail.com> wrote: > > Wouldn't be better to put them into a separate repository like Tcl/Tk and other external binaries for Windows, and download only the recent version?
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/ wes.turner%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180329/b2ee5fa9/attachment.html>
- Previous message (by thread): [Python-Dev] Move ensurepip blobs to external place
- Next message (by thread): [Python-Dev] Replacing self.__dict__ in __init__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]