pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-line_profiler



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Dec 18 04:49:47 UTC 2019

Modified Files:
        pkgsrc/devel/py-line_profiler: Makefile

Log Message:
devel/py-line_profiler: Fix build with python38

Regenerate .c files with recent Cython.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-line_profiler/Makefile

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

Modified files:

Index: pkgsrc/devel/py-line_profiler/Makefile
diff -u pkgsrc/devel/py-line_profiler/Makefile:1.6 pkgsrc/devel/py-line_profiler/Makefile:1.7
--- pkgsrc/devel/py-line_profiler/Makefile:1.6  Thu May  2 09:27:09 2019
+++ pkgsrc/devel/py-line_profiler/Makefile      Wed Dec 18 04:49:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/05/02 09:27:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/12/18 04:49:47 minskim Exp $
 
 DISTNAME=      line_profiler-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ post-install:
 PYTHON_VERSIONED_DEPENDENCIES= ipython
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 37
+.if ${_PYTHON_VERSION} >= 37
 # Regenerate _line_profiler.c with recent cython
 BUILDLINK_DEPMETHOD.py-cython= build
 .include "../../devel/py-cython/buildlink3.mk"



Home | Main Index | Thread Index | Old Index