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:           Tue Aug 29 07:04:04 UTC 2017

Modified Files:
        pkgsrc/devel/py-meson: Makefile

Log Message:
Mark as only for python-3.x.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-meson/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/Makefile
diff -u pkgsrc/devel/py-meson/Makefile:1.2 pkgsrc/devel/py-meson/Makefile:1.3
--- pkgsrc/devel/py-meson/Makefile:1.2  Fri Aug 25 18:53:53 2017
+++ pkgsrc/devel/py-meson/Makefile      Tue Aug 29 07:04:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/08/25 18:53:53 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/29 07:04:04 wiz Exp $
 
 DISTNAME=      meson-0.42.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ninja-build-[0-9]*:../../devel/ninja-build
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # c++ for tests
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index