Skip to content

Commit

Permalink
py-pyerfa: document why Python 3.7 is now incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgutteridge committed Apr 10, 2022
1 parent 03c6be0 commit 49d72c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/py-pyerfa/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 49d72c8

Please sign in to comment.