K 10 svn:author V 5 koobs K 8 svn:date V 27 2015-10-24T09:59:20.034973Z K 7 svn:log V 1081 MFH: r400105 Mk/bsd.sites.mk: Remove non-PEP449 Python mirrors [Part III] PEP-449 [1] describes the 'Removal of the PyPI Mirror Auto Discovery and Naming Scheme'. The main elements of this (Accepted) proposal are: Removal of [a-z].pypi.python.org DNS CNAMES Replacing individual mirrors with a single Geo-aware CDN service Previous revisions 365159, 347895, 342514 deprecated several individual mirrors and *.pypi.python.org aliases. The following changes (Part III) completes the (PEP-449 compatibility) transition: Remove pypi.crate.io (NXDOMAIN) Remove pypi.python.jp (Outdated, Broken for DISTNAMEs w/ hyphens Switch to TLS (HTTPS) MASTER_SITE by default Leave a non-TLS (HTTP) MASTER_SITE for fallback (proxy environments) This change is also likely to fix PyPI (CHEESESHOP) update detection in Portscout, at least until upcoming changes for the portscout port add a dedicated sitehandler for it (and GitHub). [1] https://www.python.org/dev/peps/pep-0449/ Differential Revision: https://reviews.freebsd.org/D3972 Approved by: portmgr (erwin) END