summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-10 22:17:40 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-10 22:17:40 +0000
commit49d72c846dad1195e29a3fc13a4064c30e92c62d (patch)
tree9d0197c467062433c80cfd83d90ebc07e3b9619b /math
parent03c6be0a486ce88baa12c1f4842ce5e6e22f2606 (diff)
downloadpkgsrc-49d72c846dad1195e29a3fc13a4064c30e92c62d.tar.gz
py-pyerfa: document why Python 3.7 is now incompatible
Diffstat (limited to 'math')
-rw-r--r--math/py-pyerfa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pyerfa/Makefile b/math/py-pyerfa/Makefile
index c4c745ccf0b..a93f71bda05 100644
--- a/math/py-pyerfa/Makefile
+++ b/math/py-pyerfa/Makefile
@@ -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 @@ MAKE_ENV+= PYERFA_USE_SYSTEM_LIBERFA=1
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