Update MASTER_SITE_CHEESESHOP

https://pypi.python.org/ redirects to https://pypi.org/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-17 19:14:58 +00:00
parent 0eeb0799ed
commit 1f996e1339
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467623

View file

@ -101,7 +101,7 @@ MASTER_SITE_BERLIOS+= \
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
MASTER_SITE_CHEESESHOP+= \
https://files.pythonhosted.org/packages/%SUBDIR%/ \
https://pypi.python.org/packages/%SUBDIR%/
https://pypi.org/packages/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)