Wed Dec 18 04:49:47 2019 UTC ()
devel/py-line_profiler: Fix build with python38

Regenerate .c files with recent Cython.


(minskim)
diff -r1.6 -r1.7 pkgsrc/devel/py-line_profiler/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-line_profiler/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-line_profiler/Makefile 2019/05/02 09:27:09 1.6
+++ pkgsrc/devel/py-line_profiler/Makefile 2019/12/18 04:49:47 1.7
@@ -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 @@
 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"