diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
commit | 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch) | |
tree | ba4b2b7073fa0770abcbf886b141067686318df9 /math/py-gwcs | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'math/py-gwcs')
-rw-r--r-- | math/py-gwcs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-gwcs/Makefile b/math/py-gwcs/Makefile index e1a9f761298..ab3f89514b3 100644 --- a/math/py-gwcs/Makefile +++ b/math/py-gwcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/12/19 14:54:00 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/30 13:05:36 adam Exp $ DISTNAME= gwcs-0.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,7 @@ HOMEPAGE= https://gwcs.readthedocs.io/en/latest/ COMMENT= Generalized World Coordinate System LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE+= 27 -PYTHON_VERSIONS_INCOMPATIBLE+= 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 DEPENDS+= ${PYPKGPREFIX}-scipy>=1.1:../../math/py-scipy DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy |