pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 21 12:13:12 UTC 2016

Modified Files:
        pkgsrc/devel/py-ipython: Makefile

Log Message:
Add missing dependency for 'ipython notebook'.

>From K.I.A.Derouiche in PR 51351.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-ipython/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-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.15 pkgsrc/devel/py-ipython/Makefile:1.16
--- pkgsrc/devel/py-ipython/Makefile:1.15       Wed Jun  8 17:43:25 2016
+++ pkgsrc/devel/py-ipython/Makefile    Thu Jul 21 12:13:12 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 17:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/21 12:13:12 wiz Exp $
 
 DISTNAME=      ipython-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -11,6 +12,7 @@ COMMENT=      Interactive computing environme
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline



Home | Main Index | Thread Index | Old Index