pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-line_profiler devel/py-line_profiler: Fix bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31ef6a252c03
branches:  trunk
changeset: 419428:31ef6a252c03
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Dec 18 04:49:47 2019 +0000

description:
devel/py-line_profiler: Fix build with python38

Regenerate .c files with recent Cython.

diffstat:

 devel/py-line_profiler/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1eba880663ea -r 31ef6a252c03 devel/py-line_profiler/Makefile
--- a/devel/py-line_profiler/Makefile   Wed Dec 18 01:34:39 2019 +0000
+++ b/devel/py-line_profiler/Makefile   Wed Dec 18 04:49:47 2019 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index