pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython5



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 25 11:42:53 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ipython5/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-ipython5/Makefile
diff -u pkgsrc/devel/py-ipython5/Makefile:1.1 pkgsrc/devel/py-ipython5/Makefile:1.2
--- pkgsrc/devel/py-ipython5/Makefile:1.1       Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/Makefile   Thu Jan 25 11:42:53 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/10/16 18:10:41 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/25 11:42:53 adam Exp $
 
 DISTNAME=      ipython-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -25,6 +26,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