pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python python: fix a pkglint warning



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6215a3911299
branches:  trunk
changeset: 312408:6215a3911299
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 02 21:53:03 2018 +0000

description:
python: fix a pkglint warning

diffstat:

 lang/python/extension.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6607f43fa99b -r 6215a3911299 lang/python/extension.mk
--- a/lang/python/extension.mk  Sun Sep 02 21:49:15 2018 +0000
+++ b/lang/python/extension.mk  Sun Sep 02 21:53:03 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.53 2018/03/29 17:58:26 adam Exp $
+# $NetBSD: extension.mk,v 1.54 2018/09/02 21:53:03 wiz Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -18,7 +18,7 @@
 PYSETUPBUILDTARGET?=   build
 PYSETUPBUILDARGS?=     #empty
 # Python 3.5+ supports parallel building
-.if defined(MAKE_JOBS) && ${_PYTHON_VERSION} > 34
+.if defined(MAKE_JOBS) && ${_PYTHON_VERSION} != 27 && ${_PYTHON_VERSION} != 34
 .  if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO])
 PYSETUPBUILDARGS+=     -j${MAKE_JOBS}
 .  endif



Home | Main Index | Thread Index | Old Index