pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-photutils
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 22:18:36 UTC 2022
Modified Files:
pkgsrc/math/py-photutils: Makefile
Log Message:
py-photutils: does not support python 3.11 because of py-scikit-image
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-photutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-photutils/Makefile
diff -u pkgsrc/math/py-photutils/Makefile:1.4 pkgsrc/math/py-photutils/Makefile:1.5
--- pkgsrc/math/py-photutils/Makefile:1.4 Sun Apr 10 14:42:18 2022
+++ pkgsrc/math/py-photutils/Makefile Mon Nov 14 22:18:36 2022
@@ -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.
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"
Home |
Main Index |
Thread Index |
Old Index