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 May  4 20:24:06 UTC 2017

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

Log Message:
Python 2.7 requires py-scandir


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/devel/py-ipython/Makefile:1.20
--- pkgsrc/devel/py-ipython/Makefile:1.19       Sun Apr 23 04:50:51 2017
+++ pkgsrc/devel/py-ipython/Makefile    Thu May  4 20:24:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/04/23 04:50:51 markd Exp $
+# $NetBSD: Makefile,v 1.20 2017/05/04 20:24:06 adam Exp $
 
 DISTNAME=      ipython-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,7 @@ LICENSE=      modified-bsd
 .if ${PYPKGPREFIX} == py27
 DEPENDS+=      ${PYPKGPREFIX}-backports.shutil_get_terminal_size-[0-9]*:../../devel/py-backports.shutil_get_terminal_size
 DEPENDS+=      ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+DEPENDS+=      ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
 .endif
 
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator



Home | Main Index | Thread Index | Old Index