Skip to content

Commit

Permalink
py-distributed: 2022.4.0
Browse files Browse the repository at this point in the history
A library for distributed computation in Python.  Also the distributed
scheduler for Dask.
  • Loading branch information
Matthew Danielson committed Apr 4, 2022
1 parent a31514f commit a4dc4fd
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-distributed/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dask is a flexible parallel computing library for analytics
28 changes: 28 additions & 0 deletions py-distributed/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# $NetBSD$

DISTNAME= distributed-2022.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/distributed/}


MAINTAINER= [email protected]
HOMEPAGE= https://github.com/dask/distributed/
COMMENT= Distributed is the parallel scheduler for dask
LICENSE= modified-bsd

TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-dask-[0-9]*:../../wip/py-dask
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.0.1:../../devel/py-sortedcontainers
DEPENDS+= ${PYPKGPREFIX}-cloudpickle>=1.5.0:../../wip/py-cloudpickle
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
DEPENDS+= ${PYPKGPREFIX}-psutil>=5.0:../../sysutils/py-psutil
DEPENDS+= ${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
DEPENDS+= ${PYPKGPREFIX}-tornado>=6.0.3:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-tblib>=1.7.0:../../wip/py-tblib

USE_LANGUAGES= # none

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit a4dc4fd

Please sign in to comment.