pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/py-ipyparallel
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 13 09:56:03 UTC 2022
Modified Files:
pkgsrc/parallel/py-ipyparallel: Makefile
Log Message:
py-ipyparallel: add a missing dependency
Remove some dependencies that are not requested explicitly and pulled in
anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/py-ipyparallel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/py-ipyparallel/Makefile
diff -u pkgsrc/parallel/py-ipyparallel/Makefile:1.2 pkgsrc/parallel/py-ipyparallel/Makefile:1.3
--- pkgsrc/parallel/py-ipyparallel/Makefile:1.2 Mon Feb 7 17:07:22 2022
+++ pkgsrc/parallel/py-ipyparallel/Makefile Sun Feb 13 09:56:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/02/07 17:07:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/02/13 09:56:03 wiz Exp $
DISTNAME= ipyparallel-8.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,17 +10,15 @@ HOMEPAGE= https://ipython.org/
COMMENT= Interactive Parallel Computing with IPython
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+# not listed, but used
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-ipykernel>=4.4:../../devel/py-ipykernel
DEPENDS+= ${PYPKGPREFIX}-ipython>=4.0:../../devel/py-ipython
-DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-DEPENDS+= ${PYPKGPREFIX}-tornado>=5.1:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
-DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.3:../../devel/py-traitlets
-DEPENDS+= ${PYPKGPREFIX}-zmq>=18.0.0:../../net/py-zmq
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
Home |
Main Index |
Thread Index |
Old Index