Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 11:37:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 251626] math/py-numpy: update to 1.19.4 (compatible with Python 3.9)
Message-ID:  <bug-251626-21822-JHqg3ugeVv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251626-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251626-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251626

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #22 from Thierry Thomas <thierry@FreeBSD.org> ---
(In reply to Antoine Brodin from comment #21)

Indeed, Mk/Uses/python.mk must be adapted:
PYNUMPY=  
${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}

@python team, what about this patch?

diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index fcaf479d8076..5e2682d8efd6 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -640,7 +640,7 @@ CMAKE_ARGS+=       
-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}

 # Python 3rd-party modules
 PYGAME=               
${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMPY=      
${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}
+PYNUMPY=      
${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.21,1:math/py-numpy@${PY_FLAVOR}

 # Common Python modules that can be needed but only for some versions of
Python.
 .if ${PYTHON_REL} < 30500

-- 
You are receiving this mail because:
You are on the CC list for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251626-21822-JHqg3ugeVv>