- Update MASTER_SITE_CHEESESHOP: remove http:// because it always redirects to https://
% fetch -v http://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.tar.gz looking up pypi.python.org connecting to pypi.python.org:80 requesting http://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.tar.gz 301 redirect to https://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.tar.gz
This commit is contained in:
parent
8846a95836
commit
f43ad0fe27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405016
1 changed files with 1 additions and 2 deletions
|
@ -111,8 +111,7 @@ MASTER_SITE_BERLIOS+= \
|
|||
# Removal of the PyPI Mirror Auto Discovery and Naming Scheme
|
||||
# Reference: https://www.python.org/dev/peps/pep-0449/
|
||||
MASTER_SITE_CHEESESHOP+= \
|
||||
https://pypi.python.org/packages/%SUBDIR%/ \
|
||||
http://pypi.python.org/packages/%SUBDIR%/
|
||||
https://pypi.python.org/packages/%SUBDIR%/
|
||||
.endif
|
||||
|
||||
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)
|
||||
|
|
Loading…
Reference in a new issue