pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-rlp py-rlp: switch to ipython5
details: https://anonhg.NetBSD.org/pkgsrc/rev/196da96ff521
branches: trunk
changeset: 440331:196da96ff521
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 06 10:50:23 2020 +0000
description:
py-rlp: switch to ipython5
ipython does not support python 3.6
Alternatively, we could mark this (and its dependencies) as not for
python 3.6.
diffstat:
devel/py-rlp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c5e57ea9640c -r 196da96ff521 devel/py-rlp/Makefile
--- a/devel/py-rlp/Makefile Tue Oct 06 10:47:34 2020 +0000
+++ b/devel/py-rlp/Makefile Tue Oct 06 10:50:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/29 19:33:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/06 10:50:23 wiz Exp $
DISTNAME= pyrlp-1.2.0
PKGNAME= ${PYPKGPREFIX}-rlp-1.2.0
@@ -19,7 +19,7 @@
#BUILD_DEPENDS+= # TODO: pytest-xdist>=0
#BUILD_DEPENDS+= # TODO: pytest-watch>=4.1.0,<5
BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
+BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython5
BUILD_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
#BUILD_DEPENDS+= # TODO: pytest==3.3.2>=0
BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
Home |
Main Index |
Thread Index |
Old Index