py-photutils: does not support python 3.11 because of py-scikit-image
This commit is contained in:
parent
721279dce6
commit
654fce2a7a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
DISTNAME= photutils-1.0.1
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
|
@ -11,14 +11,15 @@ HOMEPAGE= https://photutils.readthedocs.io/en/stable/
|
||||||
COMMENT= Astropy coordinated module for astronomical photometry
|
COMMENT= Astropy coordinated module for astronomical photometry
|
||||||
LICENSE= modified-bsd
|
LICENSE= modified-bsd
|
||||||
|
|
||||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scikit
|
|
||||||
|
|
||||||
DEPENDS+= ${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
|
DEPENDS+= ${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
|
||||||
DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
|
DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
|
||||||
DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
|
DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
|
||||||
DEPENDS+= ${PYPKGPREFIX}-extension-helpers>=0.1:../../devel/py-extension-helpers
|
DEPENDS+= ${PYPKGPREFIX}-extension-helpers>=0.1:../../devel/py-extension-helpers
|
||||||
DEPENDS+= ${PYPKGPREFIX}-gwcs>=0.12:../../math/py-gwcs
|
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 "../../lang/python/egg.mk"
|
||||||
.include "../../math/py-numpy/buildlink3.mk"
|
.include "../../math/py-numpy/buildlink3.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
Loading…
Reference in a new issue