pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/step step: uses python3 during build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8118464c359c
branches:  trunk
changeset: 411394:8118464c359c
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Feb 11 20:52:54 2020 +0000

description:
step: uses python3 during build.

diffstat:

 misc/step/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 11b574da7844 -r 8118464c359c misc/step/Makefile
--- a/misc/step/Makefile        Tue Feb 11 20:40:51 2020 +0000
+++ b/misc/step/Makefile        Tue Feb 11 20:52:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/02/02 02:57:47 markd Exp $
+# $NetBSD: Makefile,v 1.46 2020/02/11 20:52:54 markd Exp $
 
 DISTNAME=      step-${KAPPSVER}
 CATEGORIES=    misc
@@ -23,6 +23,10 @@
 CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/step.knsrc \
                ${PKG_SYSCONFDIR}/xdg/step.knsrc
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_FOR_BUILD_ONLY=         yes
+.include "../../lang/python/tool.mk"
+
 .include "../../graphics/kplotting/buildlink3.mk"
 .include "../../math/eigen3/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index