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:   minskim
Date:           Thu Nov 16 18:50:53 UTC 2017

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

Log Message:
devel/py-ipython: Needs py-typing when used with python34

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/devel/py-ipython/Makefile:1.23
--- pkgsrc/devel/py-ipython/Makefile:1.22       Mon Oct 16 18:03:49 2017
+++ pkgsrc/devel/py-ipython/Makefile    Thu Nov 16 18:50:53 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2017/10/16 18:03:49 adam Exp $
+# $NetBSD: Makefile,v 1.23 2017/11/16 18:50:53 minskim Exp $
 
 DISTNAME=      ipython-6.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -26,6 +27,11 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+.include "../../lang/python/pyversion.mk"
+.if "${PYPKGPREFIX}" == "34"
+DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
+.endif
+
 post-install:
        cd ${DESTDIR}${PREFIX} && \
        ${MV} bin/iptest bin/iptest${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index