docker-library / pypy

Docker Official Image packaging for pypy
http://pypy.org/
MIT License
69 stars 46 forks source link

Scrape PIP and setuptools versions directly from "ensurepip" #63

Closed tianon closed 2 years ago

tianon commented 2 years ago

This is essentially https://github.com/docker-library/python/pull/647, but pulling directly from the ensurepip module instead of scraping it in versions.sh.

The only bit I'm not sure about is whether we need a newer get-pip.py commit that matches the version of PIP being used.

This is a replacement for #61, and closes #62.