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:   adam
Date:           Thu Jan 25 09:28:15 UTC 2018

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

Log Message:
py-ipython: also DEPEND on py-sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/devel/py-ipython/Makefile:1.26
--- pkgsrc/devel/py-ipython/Makefile:1.25       Wed Dec 13 08:58:03 2017
+++ pkgsrc/devel/py-ipython/Makefile    Thu Jan 25 09:28:15 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2017/12/13 08:58:03 adam Exp $
+# $NetBSD: Makefile,v 1.26 2018/01/25 09:28:15 adam Exp $
 
 DISTNAME=      ipython-6.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -19,6 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-prompt_toolkit>
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose>=0.10.1:../../devel/py-nose
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath



Home | Main Index | Thread Index | Old Index