pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-photutils py-photutils: does not support pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba9bee4e2da3
branches:  trunk
changeset: 388205:ba9bee4e2da3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 22:18:36 2022 +0000

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

diffstat:

 math/py-photutils/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c2f63b373484 -r ba9bee4e2da3 math/py-photutils/Makefile
--- a/math/py-photutils/Makefile        Mon Nov 14 22:06:02 2022 +0000
+++ b/math/py-photutils/Makefile        Mon Nov 14 22:18:36 2022 +0000
@@ -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 @@
 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