pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter_client Removed ipython from BUILD_DEP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25a550d28274
branches:  trunk
changeset: 370506:25a550d28274
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 17 18:19:07 2017 +0000

description:
Removed ipython from BUILD_DEPENDS: it is needed for testing, but will cause circular dependencies

diffstat:

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

diffs (23 lines):

diff -r 5b659a6ca814 -r 25a550d28274 devel/py-jupyter_client/Makefile
--- a/devel/py-jupyter_client/Makefile  Tue Oct 17 18:18:13 2017 +0000
+++ b/devel/py-jupyter_client/Makefile  Tue Oct 17 18:19:07 2017 +0000
@@ -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}-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 @@
        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