pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/py-ipyparallel py-ipyparallel: add a missing ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfa123bb81f4
branches:  trunk
changeset: 373819:dfa123bb81f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 13 09:56:03 2022 +0000

description:
py-ipyparallel: add a missing dependency

Remove some dependencies that are not requested explicitly and pulled in
anyway.

diffstat:

 parallel/py-ipyparallel/Makefile |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 84f5faf7ab3a -r dfa123bb81f4 parallel/py-ipyparallel/Makefile
--- a/parallel/py-ipyparallel/Makefile  Sun Feb 13 09:44:10 2022 +0000
+++ b/parallel/py-ipyparallel/Makefile  Sun Feb 13 09:56:03 2022 +0000
@@ -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 @@
 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