mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove or update bitbucket links (GH-101963)
Since Mercurial removal from bitbucket.org, some links are broken. They are replaced by github.com or webarchive.org links if available. Otherwise, they are removed. Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
parent
1f557f94c2
commit
7d801f245e
6 changed files with 6 additions and 10 deletions
|
@ -478,7 +478,7 @@ subclass which installs setuptools and pip into a created virtual environment::
|
|||
:param context: The information for the virtual environment
|
||||
creation request being processed.
|
||||
"""
|
||||
url = 'https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py'
|
||||
url = "https://bootstrap.pypa.io/ez_setup.py"
|
||||
self.install_script(context, 'setuptools', url)
|
||||
# clear up the setuptools archive which gets downloaded
|
||||
pred = lambda o: o.startswith('setuptools-') and o.endswith('.tar.gz')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue