From owner-freebsd-python@FreeBSD.ORG Sun Jun 21 16:23:49 2015 Return-Path: Delivered-To: python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD06FD08 for ; Sun, 21 Jun 2015 16:23:49 +0000 (UTC) (envelope-from clutton@zoho.com) Received: from sender153-mail.zoho.com (sender153-mail.zoho.com [74.201.84.153]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95441D44 for ; Sun, 21 Jun 2015 16:23:49 +0000 (UTC) (envelope-from clutton@zoho.com) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=message-id:subject:from:to:cc:date:in-reply-to:references:content-type:mime-version; b=inbjRQhb0L6T9Cim6u16cYWeKLSfCwLpsO3PtefOQ87l8KCgX1xlVjD29bVDHaTtD/VF09c1ksyJ PvHUPLI/giMEYdeVZIo6v5P9pEUtFp5AT7V0q5rboOYCoNTgGtOp Received: from [192.168.11.5] (46.229.54.117 [46.229.54.117]) by mx.zohomail.com with SMTPS id 1434903825570335.1760933027267; Sun, 21 Jun 2015 09:23:45 -0700 (PDT) Message-ID: <1434903821.1359.6.camel@zoho.com> Subject: Re: new numpy From: clutton To: python Cc: Olivier Duchateau Date: Sun, 21 Jun 2015 19:23:41 +0300 In-Reply-To: <20150621083937.dc86fb8a48433232c4e5b666@gmail.com> References: <1434852755.60552.9.camel@zoho.com> <1434855256.60552.22.camel@zoho.com> <20150621083937.dc86fb8a48433232c4e5b666@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-ZohoMail: Ss SS_10 UW UB UW UB SF_TD_EXT SGR3_1_28055_440 X-ZohoMail-Owner: <1434903821.1359.6.camel@zoho.com>+zmo_0_ X-ZohoMail-Sender: 46.229.54.117 X-Zoho-Virus-Status: 2 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: Sun, 21 Jun 2015 16:23:49 -0000 On Sun, 2015-06-21 at 08:39 +0200, Olivier Duchateau wrote: > On Sun, 21 Jun 2015 05:54:16 +0300 > clutton wrote: > > > On Sun, 2015-06-21 at 05:12 +0300, clutton wrote: > > > Hi list. Hi python fellows. > > Hi, > > > > > > > I need new numpy, since old one doesn't work nice with python3. > > In ports tree math/py-numpy contains the latest release. I see, it really is, my mistake, I thought since it requires scimath which is terribly outdated it must be outdated to. Will try help with porting.