Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69DE984EF1 for ; Thu, 29 Jun 2023 21:51:20 +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 qYLD8Dye8REc for ; Thu, 29 Jun 2023 21:51:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BEEDA84D36 for ; Thu, 29 Jun 2023 21:51:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2937FA89; Thu, 29 Jun 2023 21:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688075479279640" MIME-Version: 1.0 Date: Thu, 29 Jun 2023 21:51:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-meson_python To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230629215119.B2937FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688075479279640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 29 21:51:19 UTC 2023 Modified Files: pkgsrc/devel/py-meson_python: Makefile Log Message: py-meson_python: not for python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-meson_python/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688075479279640 Content-Disposition: inline Content-Length: 782 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-meson_python/Makefile diff -u pkgsrc/devel/py-meson_python/Makefile:1.1 pkgsrc/devel/py-meson_python/Makefile:1.2 --- pkgsrc/devel/py-meson_python/Makefile:1.1 Thu Jun 29 09:43:53 2023 +++ pkgsrc/devel/py-meson_python/Makefile Thu Jun 29 21:51:19 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/06/29 09:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2023/06/29 21:51:19 wiz Exp $ DISTNAME= meson_python-0.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,6 +17,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock- TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/pyversion.mk" .if ${PYTHON_VERSION} < 311 --_----------=_1688075479279640--