pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python python: Remove reference to python-3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a252a4a47efe
branches:  trunk
changeset: 323056:a252a4a47efe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 02 22:06:15 2019 +0000

description:
python: Remove reference to python-3.4.

diffstat:

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

diffs (18 lines):

diff -r 843bea171d68 -r a252a4a47efe lang/python/extension.mk
--- a/lang/python/extension.mk  Thu May 02 20:29:45 2019 +0000
+++ b/lang/python/extension.mk  Thu May 02 22:06:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.55 2018/12/14 13:09:10 adam Exp $
+# $NetBSD: extension.mk,v 1.56 2019/05/02 22:06:15 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} != 27 && ${_PYTHON_VERSION} != 34
+.  if defined(MAKE_JOBS) && ${_PYTHON_VERSION} != 27
 .    if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO])
 PYSETUPBUILDARGS+=     -j${MAKE_JOBS}
 .    endif



Home | Main Index | Thread Index | Old Index