Received: by mail.netbsd.org (Postfix, from userid 605) id D7EA784EBE; Thu, 15 Feb 2024 22:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708034543; bh=AZrOOWDvOkED7q30O/Z84p8NttUMl/B3giQ1d+Er4WQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lMa5DOj1j9T+hvr6r09OVK8Tjp9LMG33XtZB/Qdvc9Zcy34mTd8QqNCNbTYsAgNA9 v97z5yKoRRsnGYqEO6hGLtCmfMGs1O0mOf0kP4sNTCjf8W8w4xIjIBzoRASasURDQC 7IX3zubwcukRkWXN+//FAOyalTD59LtRJoPOpklc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C877684E76 for ; Thu, 15 Feb 2024 22:02:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id U35wq1Lpo1fs for ; Thu, 15 Feb 2024 22:02:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4810584D1B for ; Thu, 15 Feb 2024 22:02:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708034541; bh=AZrOOWDvOkED7q30O/Z84p8NttUMl/B3giQ1d+Er4WQ=; h=Date:From:Subject:To:Reply-To; b=ZMISkwGWH6DDGWVTI/lZVSvDz0nVRv+Dgtt2N1WhUVsQHeqQFZm36QcpbfZDgszdr 8nJ2Svw+STzxMhQPu2zjGvzht6c5lUN5opL6uhAPXLIKc7YlQamKBIZOTzG5q/SRTf /5a+31PeTy4AhcI/dfAPhT1GSm0HvtBbBLcNzT5g= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DA24F9F2; Thu, 15 Feb 2024 22:02:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17080345414450" MIME-Version: 1.0 Date: Thu, 15 Feb 2024 22:02:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240215220221.3DA24F9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17080345414450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 15 22:02:21 UTC 2024 Modified Files: pkgsrc/math/py-photutils: Makefile pkgsrc/math/py-scikit-image: Makefile Log Message: py-scikit-image: current version doesn't support Python 3.12 either To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-photutils/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/py-scikit-image/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17080345414450 Content-Disposition: inline Content-Length: 1660 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-photutils/Makefile diff -u pkgsrc/math/py-photutils/Makefile:1.7 pkgsrc/math/py-photutils/Makefile:1.8 --- pkgsrc/math/py-photutils/Makefile:1.7 Tue Aug 1 23:20:48 2023 +++ pkgsrc/math/py-photutils/Makefile Thu Feb 15 22:02:20 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/08/01 23:20:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2024/02/15 22:02:20 wiz Exp $ DISTNAME= photutils-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-gwcs>=0.12:../. PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scikit PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-scikit-learn -PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-scikit-image +PYTHON_VERSIONS_INCOMPATIBLE+= 311 312 # py-scikit-image .include "../../lang/python/egg.mk" .include "../../math/py-numpy/buildlink3.mk" Index: pkgsrc/math/py-scikit-image/Makefile diff -u pkgsrc/math/py-scikit-image/Makefile:1.19 pkgsrc/math/py-scikit-image/Makefile:1.20 --- pkgsrc/math/py-scikit-image/Makefile:1.19 Fri Jan 12 12:03:16 2024 +++ pkgsrc/math/py-scikit-image/Makefile Thu Feb 15 22:02:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2024/01/12 12:03:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2024/02/15 22:02:21 wiz Exp $ DISTNAME= scikit-image-0.19.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -28,7 +28,7 @@ USE_LANGUAGES= c c++ PYTHON_VERSIONS_INCOMPATIBLE= 27 38 # no python 3.11 support as of 0.19.3 # https://github.com/scikit-image/scikit-image/issues/6598 -PYTHON_VERSIONS_INCOMPATIBLE+= 311 +PYTHON_VERSIONS_INCOMPATIBLE+= 311 312 # Ensure python is fully buildlinked, py-pythran defaults to build only. PYTHON_FOR_BUILD_ONLY= no --_----------=_17080345414450--