pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jupyter_client
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 17 18:19:07 UTC 2017
Modified Files:
pkgsrc/devel/py-jupyter_client: Makefile
Log Message:
Removed ipython from BUILD_DEPENDS: it is needed for testing, but will cause circular dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jupyter_client/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-jupyter_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.3 pkgsrc/devel/py-jupyter_client/Makefile:1.4
--- pkgsrc/devel/py-jupyter_client/Makefile:1.3 Sat Jun 24 08:17:00 2017
+++ pkgsrc/devel/py-jupyter_client/Makefile Tue Oct 17 18:19:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/06/24 08:17:00 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/17 18:19:07 adam Exp $
DISTNAME= jupyter_client-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.
DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
-BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
@@ -23,5 +22,4 @@ do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/distutils.mk"
-.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index