pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython devel/py-ipython: Needs py-typing whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c426ba54b06
branches:  trunk
changeset: 371667:5c426ba54b06
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Nov 16 18:50:53 2017 +0000

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

Bump PKGREVISION.

diffstat:

 devel/py-ipython/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 2bf7764a2fe0 -r 5c426ba54b06 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Nov 16 16:49:40 2017 +0000
+++ b/devel/py-ipython/Makefile Thu Nov 16 18:50:53 2017 +0000
@@ -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 @@
 
 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