pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  2 22:06:15 UTC 2019

Modified Files:
        pkgsrc/lang/python: extension.mk

Log Message:
python: Remove reference to python-3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/python/extension.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python/extension.mk
diff -u pkgsrc/lang/python/extension.mk:1.55 pkgsrc/lang/python/extension.mk:1.56
--- pkgsrc/lang/python/extension.mk:1.55        Fri Dec 14 13:09:10 2018
+++ pkgsrc/lang/python/extension.mk     Thu May  2 22:06:15 2019
@@ -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 @@ PYSETUP?=             setup.py
 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