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 py-line_profiler: mark as not f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ce33d51466a
branches:  trunk
changeset: 454423:8ce33d51466a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 11 07:11:27 2021 +0000

description:
py-line_profiler: mark as not for Python 3.6

diffstat:

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

diffs (18 lines):

diff -r 05edb47e2930 -r 8ce33d51466a devel/py-line_profiler/Makefile
--- a/devel/py-line_profiler/Makefile   Fri Jun 11 05:24:26 2021 +0000
+++ b/devel/py-line_profiler/Makefile   Fri Jun 11 07:11:27 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/12/18 04:49:47 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2021/06/11 07:11:27 adam Exp $
 
 DISTNAME=      line_profiler-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} kernprof kernprof${PYVERSSUFFIX} || ${TRUE}
 
+PYTHON_VERSIONS_INCOMPATIBLE=  36
+
 PYTHON_VERSIONED_DEPENDENCIES= ipython
 
 .include "../../lang/python/pyversion.mk"



Home | Main Index | Thread Index | Old Index