From owner-freebsd-python@freebsd.org Tue Oct 20 02:15:33 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565BEA1A236 for ; Tue, 20 Oct 2015 02:15:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 296381954 for ; Tue, 20 Oct 2015 02:15:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabrc13 with SMTP id rc13so4836062pab.0 for ; Mon, 19 Oct 2015 19:15:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=LwJBohMfBq044uELyM7B8DG1KN+g3u8ySeUB8BFzR6g=; b=mbry4V63Tm+rkmqLR8/okjFDLdpphnmFphlwR1aRS/Tc1YD9iWQgYsZA/uYD5p1xgm keoY/odwnucKaqy3zUFX+8J5u/3X1Qpw1XOWI3XXW76i87p0EioskM+D5rzp2ioN/gDJ lqNhpTmAmO2RhDzRL/k4uJ65D+EwGG2gk0yLymSHRCnqlXpxJDEjSzVdp+joEjHHZ9mK 8tq9sP/+fgy4okrpegvLKW5zhZuSnR6oWtc4Af1Z/CP9ODrT4KPOozdYd/M88HRFl5dZ JEYLMRpOOEdtzWF7cZQksBUW/QxLcngqQXhViFJLL7CIgs2F2cJ2y6yR3Wq+2GfV91SW sj/A== X-Received: by 10.68.105.193 with SMTP id go1mr804872pbb.59.1445307332074; Mon, 19 Oct 2015 19:15:32 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by smtp.gmail.com with ESMTPSA id fk8sm481881pab.33.2015.10.19.19.15.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Oct 2015 19:15:31 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: security/py-cryptography fails to fetch References: <56253B44.4030400@b1t.name> To: Volodymyr Kostyrko , freebsd-python@freebsd.org From: Kubilay Kocak Message-ID: <5625A3BC.2080905@FreeBSD.org> Date: Tue, 20 Oct 2015 13:15:24 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <56253B44.4030400@b1t.name> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 02:15:33 -0000 On 20/10/2015 5:49 AM, Volodymyr Kostyrko wrote: > Hi anyone? > > ===> Cleaning for py27-cryptography-1.0.2 > ===> License APACHE20 accepted by the user > ===> py27-cryptography-1.0.2 depends on file: /usr/local/sbin/pkg - found > => cryptography-1.0.2.tar.gz doesn't seem to exist in > /usr/ports/distfiles//. > => Attempting to fetch > http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz > > fetch: > http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz: > Not Found > => Attempting to fetch > http://pypi.crate.io/packages/source/c/cryptography/cryptography-1.0.2.tar.gz > > fetch: > http://pypi.crate.io/packages/source/c/cryptography/cryptography-1.0.2.tar.gz: > Service Unavailable > => Attempting to fetch > http://pypi.python.jp/cryptography/cryptography-1.0.2.tar.gz > fetch: http://pypi.python.jp/cryptography/cryptography-1.0.2.tar.gz: Not > Found > => Attempting to fetch > http://distcache.FreeBSD.org/ports-distfiles/cryptography-1.0.2.tar.gz > fetch: > http://distcache.FreeBSD.org/ports-distfiles/cryptography-1.0.2.tar.gz: > Not Found > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles// and try again. > *** Error code 1 > > Latest package update is trivial, maybe pypi fetching changed a little? > This appears to work for me: => Attempting to fetch http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz cryptography-1.0.2.tar.gz 100% of 325 kB 1606 kBps 00m00s Perhaps the PyPI CDN mirrors (fastly edge nodes) hadn't been updated yet or were slow in updating. Regarding the other mirrors (.jp, crate.io) it could be that these are no longer synchronizing. I'll have a look at our Python mirror list in bsd.sites.mk and compare it with what upstream says, to make sure. ./koobs