-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
511 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Dask is a flexible parallel computing library for analytics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.