pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rlp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  6 10:50:23 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-rlp/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-rlp/Makefile
diff -u pkgsrc/devel/py-rlp/Makefile:1.2 pkgsrc/devel/py-rlp/Makefile:1.3
--- pkgsrc/devel/py-rlp/Makefile:1.2    Tue Sep 29 19:33:15 2020
+++ pkgsrc/devel/py-rlp/Makefile        Tue Oct  6 10:50:23 2020
@@ -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+=       ${PYPKGPREFIX}-setuptool
 #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