From owner-freebsd-python@FreeBSD.ORG Sun Jun 21 02:54:30 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 84A59786; Sun, 21 Jun 2015 02:54:30 +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 6C8FE948; Sun, 21 Jun 2015 02:54:29 +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=cStKrfJlhtzpGt9/WU6+dKbTMvIDCVR+cGYs+6/o+2b4KcIh42vIx8TLtW7iHPDAmi58GOFvdYnj YI74wrBvPW/rauBNdvLy3AfJSv8LzIfD4EQ5AVt2VKLoa3Bxd6Z+ Received: from [192.168.11.5] (46.229.54.117 [46.229.54.117]) by mx.zohomail.com with SMTPS id 1434855267266613.7177986034136; Sat, 20 Jun 2015 19:54:27 -0700 (PDT) Message-ID: <1434855256.60552.22.camel@zoho.com> Subject: Re: new numpy From: clutton To: python Cc: kwm@FreeBSD.org Date: Sun, 21 Jun 2015 05:54:16 +0300 In-Reply-To: <1434852755.60552.9.camel@zoho.com> References: <1434852755.60552.9.camel@zoho.com> X-Mailer: Evolution 3.12.11 FreeBSD GNOME Team Port Mime-Version: 1.0 X-Zoho-Virus-Status: 1 X-ZohoMail: Ss SS_10 UW UB UW UB SF_TD_EXT SGR3_1_28055_325 X-ZohoMail-Owner: <1434855256.60552.22.camel@zoho.com>+zmo_0_ X-ZohoMail-Sender: 46.229.54.117 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 02:54:30 -0000 On Sun, 2015-06-21 at 05:12 +0300, clutton wrote: > Hi list. Hi python fellows. > > I need new numpy, since old one doesn't work nice with python3. > I was porting pitivi and it requires third python, so I'm here. > > I'm not a big fun of python, and numpy is a big thing, with a lot of > people relying on it, can I update it by myself? > To be honest I'm lazy and prefer not to :), but my needs of pitivi could > beat my laziness. > > Include me in the answer, since I'm not subscribed to this list. > https://olivier-freebsd-ports.googlecode.com/hg/Mk I've found new pitivi port here (I checked only bugtracker before starting...), too late for me, because everything is almost done. Anyway, I have a courage to edit few things. 1: numpy is a run dependency 2: scimath isn't needed, we need to update numpy and it would work well without this. 3: USUS = python:3+[,build] I think build is not needed, because it needs python to run the whole thing, and it require at least 3.0 python, so, it would be nicer not to bind it here and use everything available. I'd like to help in any possible way to make it pass through sooner.