pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-meson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 31 05:00:16 UTC 2017

Modified Files:
        pkgsrc/devel/py-meson: build.mk

Log Message:
Meson is python-3.x only, mark it in build.mk as well.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-meson/build.mk

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/build.mk
diff -u pkgsrc/devel/py-meson/build.mk:1.1 pkgsrc/devel/py-meson/build.mk:1.2
--- pkgsrc/devel/py-meson/build.mk:1.1  Mon Aug 14 21:14:10 2017
+++ pkgsrc/devel/py-meson/build.mk      Thu Aug 31 05:00:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.1 2017/08/14 21:14:10 wiz Exp $
+# $NetBSD: build.mk,v 1.2 2017/08/31 05:00:16 wiz Exp $
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-meson-[0-9]*:../../devel/py-meson
 
@@ -16,4 +16,6 @@ do-install: meson-install
 meson-install:
        cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ninja -C output install
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index