Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BDBA84E67 for ; Fri, 21 Jul 2023 08:20:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TUN1LOEANMdy for ; Fri, 21 Jul 2023 08:20:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2B0584CEB for ; Fri, 21 Jul 2023 08:20:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBF4AFBDB; Fri, 21 Jul 2023 08:20:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689927653258250" MIME-Version: 1.0 Date: Fri, 21 Jul 2023 08:20:53 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/math/py-colormath To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230721082053.CBF4AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689927653258250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jul 21 08:20:53 UTC 2023 Modified Files: pkgsrc/math/py-colormath: Makefile Log Message: py-colormath: Fix PYTHON_VERSIONS_INCOMPATIBLE. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-colormath/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689927653258250 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-colormath/Makefile diff -u pkgsrc/math/py-colormath/Makefile:1.1 pkgsrc/math/py-colormath/Makefile:1.2 --- pkgsrc/math/py-colormath/Makefile:1.1 Thu Jul 20 14:16:23 2023 +++ pkgsrc/math/py-colormath/Makefile Fri Jul 21 08:20:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/07/20 14:16:23 bacon Exp $ +# $NetBSD: Makefile,v 1.2 2023/07/21 08:20:53 jperkin Exp $ DISTNAME= colormath-3.0.0 PKGNAME= ${PYPKGPREFIX}-colormath-3.0.0 @@ -12,6 +12,8 @@ LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 + .include "../../lang/python/egg.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1689927653258250--