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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251626

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=3D=20=20
${PYTHON_PKGNAMEPREFIX}numpy>=3D1.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+=3D=20=20=20=20=20=20=20
-DPython_ADDITIONAL_VERSIONS=3D${PYTHON_VER}

 # Python 3rd-party modules
 PYGAME=3D=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMPY=3D=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}numpy>=3D1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}
+PYNUMPY=3D=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}numpy>=3D1.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

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



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