pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipykernel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 17 18:28:53 UTC 2017

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

Log Message:
Make ipython versioned dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ipykernel/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-ipykernel/Makefile
diff -u pkgsrc/devel/py-ipykernel/Makefile:1.3 pkgsrc/devel/py-ipykernel/Makefile:1.4
--- pkgsrc/devel/py-ipykernel/Makefile:1.3      Mon Oct 16 12:11:56 2017
+++ pkgsrc/devel/py-ipykernel/Makefile  Tue Oct 17 18:28:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/10/16 12:11:56 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/17 18:28:53 adam Exp $
 
 DISTNAME=      ipykernel-4.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,10 +12,12 @@ LICENSE=    modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
-DEPENDS+=      ${PYPKGPREFIX}-ipython>=4.0.0:../../devel/py-ipython
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONED_DEPENDENCIES= ipython
+
 .include "../../lang/python/distutils.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index