py-photutils: does not support python 3.11 because of py-scikit-image

This commit is contained in:
wiz 2022-11-14 22:18:36 +00:00
parent 721279dce6
commit 654fce2a7a

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2022/04/10 14:42:18 nia Exp $
# $NetBSD: Makefile,v 1.5 2022/11/14 22:18:36 wiz Exp $
DISTNAME= photutils-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -11,14 +11,15 @@ HOMEPAGE= https://photutils.readthedocs.io/en/stable/
COMMENT= Astropy coordinated module for astronomical photometry
LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scikit
DEPENDS+= ${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
DEPENDS+= ${PYPKGPREFIX}-extension-helpers>=0.1:../../devel/py-extension-helpers
DEPENDS+= ${PYPKGPREFIX}-gwcs>=0.12:../../math/py-gwcs
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scikit
PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-scikit-image
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"