Date: Fri, 6 May 2016 09:12:02 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414688 - head/Mk Message-ID: <201605060912.u469C2Ev089934@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Fri May 6 09:12:02 2016 New Revision: 414688 URL: https://svnweb.freebsd.org/changeset/ports/414688 Log: - Add pypi.io to MASTER_SITE_CHEESESHOP, which supports redirection for package-version-based URL scheme. This eases python ports updating. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri May 6 09:03:28 2016 (r414687) +++ head/Mk/bsd.sites.mk Fri May 6 09:12:02 2016 (r414688) @@ -105,7 +105,8 @@ 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%/ + https://pypi.python.org/packages/%SUBDIR%/ \ + https://pypi.io/packages/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605060912.u469C2Ev089934>