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: Tue Oct 17 18:37:22 UTC 2017
Modified Files:
pkgsrc/devel/py-line_profiler: Makefile
Log Message:
Make ipython versioned dependency
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-line_profiler/Makefile:1.3
--- pkgsrc/devel/py-line_profiler/Makefile:1.2 Mon Oct 16 12:14:29 2017
+++ pkgsrc/devel/py-line_profiler/Makefile Tue Oct 17 18:37:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/10/16 12:14:29 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/17 18:37:22 adam Exp $
DISTNAME= line_profiler-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,13 +10,14 @@ HOMEPAGE= https://github.com/rkern/line_
COMMENT= Python line-by-line profiler
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-ipython>0.13:../../devel/py-ipython
-
USE_LANGUAGES= c
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} kernprof kernprof${PYVERSSUFFIX} || ${TRUE}
+PYTHON_VERSIONED_DEPENDENCIES= ipython
+
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index