summaryrefslogtreecommitdiff
path: root/math/py-astropy/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /math/py-astropy/Makefile
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'math/py-astropy/Makefile')
-rw-r--r--math/py-astropy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-astropy/Makefile b/math/py-astropy/Makefile
index 8ae4c7647bb..f055ad5a48f 100644
--- a/math/py-astropy/Makefile
+++ b/math/py-astropy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/19 14:17:39 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/30 13:05:36 adam Exp $
DISTNAME= astropy-4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,7 @@ HOMEPAGE= https://www.astropy.org/
COMMENT= Python module for astronomical calculations and data analysis
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= libxml2>=2.9.10:../../textproc/libxml2
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.17.0:../../math/py-numpy