Skip to content

Commit a4dc4fd

Browse files
author
Matthew Danielson
committed
py-distributed: 2022.4.0
A library for distributed computation in Python. Also the distributed scheduler for Dask.
1 parent a31514f commit a4dc4fd

File tree

4 files changed

+511
-0
lines changed

4 files changed

+511
-0
lines changed

py-distributed/DESCR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dask is a flexible parallel computing library for analytics

py-distributed/Makefile

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# $NetBSD$
2+
3+
DISTNAME= distributed-2022.4.0
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
CATEGORIES= math python
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=d/distributed/}
7+
8+
9+
MAINTAINER= [email protected]
10+
HOMEPAGE= https://github.com/dask/distributed/
11+
COMMENT= Distributed is the parallel scheduler for dask
12+
LICENSE= modified-bsd
13+
14+
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15+
TEST_DEPENDS+= ${PYPKGPREFIX}-dask-[0-9]*:../../wip/py-dask
16+
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.0.1:../../devel/py-sortedcontainers
17+
DEPENDS+= ${PYPKGPREFIX}-cloudpickle>=1.5.0:../../wip/py-cloudpickle
18+
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
19+
DEPENDS+= ${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
20+
DEPENDS+= ${PYPKGPREFIX}-psutil>=5.0:../../sysutils/py-psutil
21+
DEPENDS+= ${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
22+
DEPENDS+= ${PYPKGPREFIX}-tornado>=6.0.3:../../www/py-tornado
23+
DEPENDS+= ${PYPKGPREFIX}-tblib>=1.7.0:../../wip/py-tblib
24+
25+
USE_LANGUAGES= # none
26+
27+
.include "../../lang/python/egg.mk"
28+
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)