Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RYfvXK2b; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=O4TVbpep Received: by mail.netbsd.org (Postfix, from userid 605) id 2300E84F48; Thu, 16 May 2024 20:15:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715890518; bh=I+MljGiXOw/xrSZWiuF7O2bsM6iLNZAdZ0m+l1FtkAg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RYfvXK2bGWmy2sjCDaeEkgr3eAmSNTxq2dXIWc9t3jVF+5ho2rulhR3VCDmsDnhVf u+BzRDq2KdUlZnUagTXRiZfw6LmuApQIbQTt5gvPNKOQzbmcygL6g1+cyD8ngK1Ne0 g1nR8V65ULUJGSkTjoY4jtyZ1vMC9nOvDLhi7W9k= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1429A84EDB for ; Thu, 16 May 2024 20:15:17 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2SROV-0mRKSq for ; Thu, 16 May 2024 20:15:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B48384D2E for ; Thu, 16 May 2024 20:15:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715890516; bh=I+MljGiXOw/xrSZWiuF7O2bsM6iLNZAdZ0m+l1FtkAg=; h=Date:From:Subject:To:Reply-To; b=O4TVbpepbMiQkClt2hQR3nDEWOAQNjBT1yV9ag1FeaQl4HC+OpCC5LlAWIRxSvFDj q04z1CDGKhHNDtXJrX6zW8dhxhHSZO/eH3Tslkto9iGv0Sw9eMghEm58R+xPZKVg+K s+nPV/Vxs3OhpVsDAUmgE4jO+1zirdriplJ/NIOk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65AB5FA2C; Thu, 16 May 2024 20:15:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715890516204460" MIME-Version: 1.0 Date: Thu, 16 May 2024 20:15:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/py-colormath To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240516201516.65AB5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715890516204460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 16 20:15:16 UTC 2024 Modified Files: pkgsrc/math/py-colormath: Makefile Log Message: py-colormath: not for Python 38 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-colormath/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715890516204460 Content-Disposition: inline Content-Length: 697 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.5 pkgsrc/math/py-colormath/Makefile:1.6 --- pkgsrc/math/py-colormath/Makefile:1.5 Tue Aug 1 23:20:46 2023 +++ pkgsrc/math/py-colormath/Makefile Thu May 16 20:15:16 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:46 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2024/05/16 20:15:16 wiz Exp $ DISTNAME= colormath-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9.1 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1715890516204460--