pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pyerfa py-pyerfa: document why Python 3.7 is n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d91359198af
branches:  trunk
changeset: 376659:0d91359198af
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Apr 10 22:17:40 2022 +0000

description:
py-pyerfa: document why Python 3.7 is now incompatible

diffstat:

 math/py-pyerfa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 46863836b09e -r 0d91359198af math/py-pyerfa/Makefile
--- a/math/py-pyerfa/Makefile   Sun Apr 10 22:15:56 2022 +0000
+++ b/math/py-pyerfa/Makefile   Sun Apr 10 22:17:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/10 18:12:15 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/10 22:17:40 gutteridge Exp $
 
 DISTNAME=      pyerfa-1.7.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-numpy
 
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17.0:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.3:../../textproc/py-jinja2



Home | Main Index | Thread Index | Old Index