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: adam
Date: Fri Jun 11 07:11:27 UTC 2021
Modified Files:
pkgsrc/devel/py-line_profiler: Makefile
Log Message:
py-line_profiler: mark as not for Python 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/py-line_profiler/Makefile:1.8
--- pkgsrc/devel/py-line_profiler/Makefile:1.7 Wed Dec 18 04:49:47 2019
+++ pkgsrc/devel/py-line_profiler/Makefile Fri Jun 11 07:11:27 2021
@@ -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 @@ post-install:
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