From owner-freebsd-python@FreeBSD.ORG Mon May 20 07:26:48 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 151D2B7B for ; Mon, 20 May 2013 07:26:48 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 9345611F for ; Mon, 20 May 2013 07:26:47 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id fr10so6106056lab.17 for ; Mon, 20 May 2013 00:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=tAfo5oY0LWvLv2NL9kuDbq7/AWm/7LYRWbF+/4jnEz8=; b=P3z2GKHoXX9U+zXMdRbt6o6ZsCIRUi9Kz27RkbRoMetT9m24fRMD9fvjvbugxtiLwy s8KGLbhudoSmSW/Q+6QjHZYFdHrIILexef3vzzs8yMAKqCj0q4CiqxMERncSh+SYwmtD DiVF+fwKVRiGgtIqswGafGh6uee4QFGztI8vYK+nanoGYzABrmQvlbO7oDcMJY/PsF29 lcUZ7v+HF0TKblTCvpZR/slp2PbqwWNzwHya2KeV5JDtUD4GB6kA93Gvb6gopOYQJqgV AVfLXnZMot3W70EY+IJuGKUGsI0I9VAmhY+g8o6TzHDfm+31qUs7ZjTN/wdrLbMRYxBb cT8A== X-Received: by 10.152.21.225 with SMTP id y1mr22939522lae.28.1369034805817; Mon, 20 May 2013 00:26:45 -0700 (PDT) Received: from [10.0.1.20] (ip-95-221-122-128.bb.netbynet.ru. [95.221.122.128]) by mx.google.com with ESMTPSA id u4sm9289659lbq.2.2013.05.20.00.26.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 20 May 2013 00:26:44 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0. From: Dmitry Sivachenko In-Reply-To: <5199CE47.6090103@gwdg.de> Date: Mon, 20 May 2013 11:26:43 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <9C85A575-4EB7-4940-A438-C9455056BC17@FreeBSD.org> References: <201305200621.r4K6L7kx017066@freefall.freebsd.org> <5199CE47.6090103@gwdg.de> To: Rainer Hurling X-Mailer: Apple Mail (2.1503) Cc: rsmith@xs4all.nl, llwang@infor.org, freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 07:26:48 -0000 On 20.05.2013, at 11:18, Rainer Hurling wrote: > On 20.05.2013 08:21 (UTC+2), demon@FreeBSD.org wrote: >> Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to = 1.7.0. >>=20 >> State-Changed-From-To: feedback->closed >> State-Changed-By: demon >> State-Changed-When: Mon May 20 06:20:47 UTC 2013 >> State-Changed-Why:=20 >> Port updated, thanks! >>=20 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D178256 >=20 > Many thanks for the update. But I am afraid that there is a problem = with > the source files. This is on 10.0-CURRENT amd64 with clang. >=20 > For me, the patch doesn't built, because it complains about > numpy-ref-1.7.0.pdf and numpy-user-1.7.0.pdf, they were not found. > Looking into the official sources at > http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ there are = only > files named userguide.pdf and reference.pdf. I think, this files are = meant? >=20 Yes, I already noticed that, sorry. Fixed. > And BTW, is there any reason, why it updates to version 1.7.0 and not > 1.7.1 (from 2013-04-25)? >=20 Because it would require another maintainer approval :) I plan to work on it.