pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-meson_python



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.

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



Home | Main Index | Thread Index | Old Index