From owner-svn-ports-head@freebsd.org Sat Nov 28 21:50:35 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB52446BA72; Sat, 28 Nov 2020 21:50:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck4tM4zbyz4njx; Sat, 28 Nov 2020 21:50:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E0202DBDB; Sat, 28 Nov 2020 21:50:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ASLoZtw063183; Sat, 28 Nov 2020 21:50:35 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ASLoYgV063179; Sat, 28 Nov 2020 21:50:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011282150.0ASLoYgV063179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 28 Nov 2020 21:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556532 - in head/devel/py-numba: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/py-numba: . files X-SVN-Commit-Revision: 556532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 21:50:35 -0000 Author: yuri Date: Sat Nov 28 21:50:34 2020 New Revision: 556532 URL: https://svnweb.freebsd.org/changeset/ports/556532 Log: devel/py-numba: Update 0.47.0 -> 0.51.2 PR: 250937 Approved by: dave@dal.ca (maintainer's timeout 21 days) Added: head/devel/py-numba/files/patch-numba_np_ufunc_workqueue.c - copied, changed from r556531, head/devel/py-numba/files/patch-numba_npyufunc_workqueue.c Deleted: head/devel/py-numba/files/patch-numba_npyufunc_workqueue.c Modified: head/devel/py-numba/Makefile head/devel/py-numba/distinfo head/devel/py-numba/pkg-descr Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Sat Nov 28 21:48:42 2020 (r556531) +++ head/devel/py-numba/Makefile Sat Nov 28 21:50:34 2020 (r556532) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= numba -DISTVERSION= 0.47.0 -PORTREVISION= 3 +DISTVERSION= 0.51.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-numba/distinfo ============================================================================== --- head/devel/py-numba/distinfo Sat Nov 28 21:48:42 2020 (r556531) +++ head/devel/py-numba/distinfo Sat Nov 28 21:50:34 2020 (r556532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578995274 -SHA256 (numba-0.47.0.tar.gz) = c0703df0a0ea2e29fbef7937d9849cc4734253066cb5820c5d6e0851876e3b0a -SIZE (numba-0.47.0.tar.gz) = 1935290 +TIMESTAMP = 1604791415 +SHA256 (numba-0.51.2.tar.gz) = 16bd59572114adbf5f600ea383880d7b2071ae45477e84a24994e089ea390768 +SIZE (numba-0.51.2.tar.gz) = 2059680 Copied and modified: head/devel/py-numba/files/patch-numba_np_ufunc_workqueue.c (from r556531, head/devel/py-numba/files/patch-numba_npyufunc_workqueue.c) ============================================================================== --- head/devel/py-numba/files/patch-numba_npyufunc_workqueue.c Sat Nov 28 21:48:42 2020 (r556531, copy source) +++ head/devel/py-numba/files/patch-numba_np_ufunc_workqueue.c Sat Nov 28 21:50:34 2020 (r556532) @@ -1,14 +1,15 @@ ---- numba/npyufunc/workqueue.c.orig 2018-11-14 22:14:35 UTC -+++ numba/npyufunc/workqueue.c -@@ -19,7 +19,11 @@ race condition. +--- numba/np/ufunc/workqueue.c.orig 2020-11-07 23:26:52 UTC ++++ numba/np/ufunc/workqueue.c +@@ -27,7 +27,11 @@ race conditions. /* PThread */ #include #include +-#include +#if defined(__FreeBSD__) -+#include ++# include +#else - #include ++# include +#endif - #define NUMBA_PTHREAD - #endif - + #include + #include + #include Modified: head/devel/py-numba/pkg-descr ============================================================================== --- head/devel/py-numba/pkg-descr Sat Nov 28 21:48:42 2020 (r556531) +++ head/devel/py-numba/pkg-descr Sat Nov 28 21:50:34 2020 (r556532) @@ -1,7 +1,7 @@ -Numba gives you the power to speed up your applications with high performance -functions written directly in Python. With a few annotations, array-oriented -and math-heavy Python code can be just-in-time compiled to native machine -instructions, similar in performance to C, C++ and Fortran, without having to +Numba gives you the power to speed up your applications with high performance +functions written directly in Python. With a few annotations, array-oriented +and math-heavy Python code can be just-in-time compiled to native machine +instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters. WWW: https://numba.pydata.org/