From 0be83d098d7171066b25e9f14b2451befefad951 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 25 Apr 2016 00:25:04 +0200 Subject: [PATCH] xbps-src: switch PYPI_SITE to Warehouse (pypi.io) --- common/environment/setup/misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index db81c577af6..b90049ee621 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -13,7 +13,7 @@ GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" KERNEL_SITE="http://www.kernel.org/pub/linux" #KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux" CPAN_SITE="http://cpan.perl.org/modules/by-module" -PYPI_SITE="http://pypi.python.org/packages/source" +PYPI_SITE="https://pypi.io/packages/source" MOZILLA_SITE="http://ftp.mozilla.org/pub" GNU_SITE="http://ftp.gnu.org/gnu" FREEDESKTOP_SITE="http://freedesktop.org/software"