pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-meson Python 3 using meson can build python 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3ee147b4006
branches:  trunk
changeset: 340255:f3ee147b4006
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Sep 30 11:37:04 2019 +0000

description:
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.

diffstat:

 devel/py-meson/build.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r c5cc8a4a6f7c -r f3ee147b4006 devel/py-meson/build.mk
--- a/devel/py-meson/build.mk   Mon Sep 30 11:20:03 2019 +0000
+++ b/devel/py-meson/build.mk   Mon Sep 30 11:37:04 2019 +0000
@@ -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 @@
        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