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: prlw1
Date: Mon Sep 30 11:37:04 UTC 2019
Modified Files:
pkgsrc/devel/py-meson: build.mk
Log Message:
Python 3 using meson can build python 2 using packages, so remove
restriction, and just pick 3.7 out of a hat as the version for meson
as a build tool to use.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/devel/py-meson/build.mk:1.13
--- pkgsrc/devel/py-meson/build.mk:1.12 Fri Aug 23 15:42:55 2019
+++ pkgsrc/devel/py-meson/build.mk Mon Sep 30 11:37:04 2019
@@ -1,6 +1,6 @@
-# $NetBSD: build.mk,v 1.12 2019/08/23 15:42:55 nia Exp $
+# $NetBSD: build.mk,v 1.13 2019/09/30 11:37:04 prlw1 Exp $
-BUILD_DEPENDS+= ${PYPKGPREFIX}-meson-[0-9]*:../../devel/py-meson
+BUILD_DEPENDS+= py37-meson-[0-9]*:../../devel/py-meson
.PHONY: meson-configure meson-build meson-install
@@ -24,6 +24,4 @@ meson-install:
fi
cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} ninja -C output install
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index