From 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 30 Dec 2021 13:05:27 +0000 Subject: Forget about Python 3.6 --- math/py-astropy/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/py-astropy/Makefile') 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 -- cgit v1.2.3