notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-dask Parallel PyData with Task Scheduling
2025.12.0 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2025.12.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-02-02 10:56:47
Last Update: 2025-12-19 11:11:57
Commit Hash: 9bd575c
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://dask.org/
https://github.com/dask/dask
Description:
Dask is a flexible library for parallel computing in Python. Dask is composed of two parts: - Dynamic task scheduling optimized for computation. This is similar to Airflow, Luigi, Celery, or Make, but optimized for interactive computational workloads. - "Big Data" collections like parallel arrays, dataframes, and lists that extend common interfaces like NumPy, Pandas, or Python iterators to larger-than-memory or distributed environments. These parallel collections run on top of dynamic task schedulers.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dask>0:devel/py-dask@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-dask/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-dask
  • pkg install py311-dask
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-dask listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dask
Package flavors (<flavor>: <package>)
  • py311: py311-dask
distinfo:
TIMESTAMP = 1766036397 SHA256 (dask-2025.12.0.tar.gz) = 8d478f2aabd025e2453cf733ad64559de90cf328c20209e4574e9543707c3e1b SIZE (dask-2025.12.0.tar.gz) = 10995316

Packages (timestamps in pop-ups are UTC):
py37-dask
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.30.0--n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py39-dask
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--2023.6.0--n/an/an/a
FreeBSD:14:latest--2022.11.1--2023.5.1-2023.5.1
FreeBSD:14:quarterly-----2023.12.12023.12.12023.12.1
FreeBSD:15:latest--n/a-n/an/a2023.12.12024.2.0
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-dask
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2025.12.02025.12.0---n/an/an/a
FreeBSD:13:quarterly2025.5.12025.12.0-2025.5.1-n/an/an/a
FreeBSD:14:latest2025.12.02025.12.0-2025.5.1----
FreeBSD:14:quarterly2025.12.02025.12.0-2025.5.1----
FreeBSD:15:latest2025.12.02025.12.0n/a2025.5.1n/an/a--
FreeBSD:15:quarterly2025.12.02025.12.0n/a-n/an/a--
FreeBSD:16:latest2025.12.02025.12.0n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=62.6 : devel/py-setuptools@py311
  2. py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pandas>=0,1 : math/py-pandas@py311
  2. py311-pre-commit>=0 : devel/py-pre-commit@py311
  3. py311-pytest-rerunfailures>=0 : devel/py-pytest-rerunfailures@py311
  4. py311-pytest-timeout>=0 : devel/py-pytest-timeout@py311
  5. py311-pytest-xdist>=0 : devel/py-pytest-xdist@py311
  6. py311-pytest>=7,1 : devel/py-pytest@py311
  7. python3.11 : lang/python311
Runtime dependencies:
  1. py311-click>=8.1 : devel/py-click@py311
  2. py311-cloudpickle>=3.0.0 : devel/py-cloudpickle@py311
  3. py311-fsspec>=2021.09.0 : filesystems/py-fsspec@py311
  4. py311-packaging>=20.0 : devel/py-packaging@py311
  5. py311-partd>=1.4.0 : databases/py-partd@py311
  6. py311-pyyaml>=5.3.1 : devel/py-pyyaml@py311
  7. py311-toolz>=0.12.0 : devel/py-toolz@py311
  8. py311-numpy>=1.24,1 : math/py-numpy@py311
  9. py311-pandas>=2.0,1 : math/py-pandas@py311
  10. py311-pyarrow>=14.0.1 : databases/py-pyarrow@py311
  11. python3.11 : lang/python311
  12. py311-importlib-metadata>=4.13.0 : devel/py-importlib-metadata@py311
This port is required by:
for Build
  1. math/py-pyFFTW
  2. science/py-thewalrus
  3. science/py-xbout
for Run
  1. devel/py-dask-awkward
  2. devel/py-dask-expr
  3. devel/py-dask-histogram
  4. devel/py-distributed
  5. devel/py-xarray-simlab
  6. math/py-pyFFTW
  7. misc/py-napari
Expand this list (9 items / 2 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. science/py-thewalrus
  3. science/py-xbout
  4. Collapse this list.

Configuration Options:
===> The following configuration options are available for py311-dask-2025.12.0: ARRAY=on: Subset of the NumPy ndarray interface DATAFRAME=on: Composed of many smaller Pandas DataFrames DIAGNOSTICS=off: Profile and inspect parallel codes ===> Use 'make config' to modify these settings
Options name:
devel_py-dask
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/dask/
  2. https://pypi.org/packages/source/d/dask/
Collapse this list.

Number of commits found: 134 (showing only 34 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2021.4.1
29 Apr 2021 14:23:48
commit hash: c9ce4d338478c757a1eac64aef9b6e64b53112e0commit hash: c9ce4d338478c757a1eac64aef9b6e64b53112e0commit hash: c9ce4d338478c757a1eac64aef9b6e64b53112e0commit hash: c9ce4d338478c757a1eac64aef9b6e64b53112e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dask: Update to 2021.4.1

Changes:	https://github.com/dask/dask/blob/main/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2021.4.0
25 Apr 2021 20:35:23
commit hash: 66dd4486cdd3920bed0bb21e146ef8f2e5c1c6f5commit hash: 66dd4486cdd3920bed0bb21e146ef8f2e5c1c6f5commit hash: 66dd4486cdd3920bed0bb21e146ef8f2e5c1c6f5commit hash: 66dd4486cdd3920bed0bb21e146ef8f2e5c1c6f5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dask: Update to 2021.4.0

- Remove BAG and DELAYED options: the dependencies are unconditional now

Changes:	https://github.com/dask/dask/blob/main/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2021.3.0
18 Apr 2021 05:43:10
commit hash: c18243cfbe86a0897bff19c3d7e65c500b09e158commit hash: c18243cfbe86a0897bff19c3d7e65c500b09e158commit hash: c18243cfbe86a0897bff19c3d7e65c500b09e158commit hash: c18243cfbe86a0897bff19c3d7e65c500b09e158 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dask: Update to 2021.3.0

Changes:	https://github.com/dask/dask/blob/master/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2021.2.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2021.2.0
03 Mar 2021 18:08:57
Revision:567139Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove PYNUMPY
2021.2.0
17 Feb 2021 18:06:12
Revision:565591Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2021.2.0

Changes:	https://github.com/dask/dask/blob/master/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2021.1.1
01 Feb 2021 19:26:18
Revision:563636Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2021.1.1

Changes:	https://github.com/dask/dask/blob/master/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2.30.0
30 Jan 2021 13:29:58
Revision:563407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

PR:		250103
2.30.0
10 Oct 2020 18:16:51
Revision:552014Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix r551950

PY_PANDAS is not ready.
2.30.0
10 Oct 2020 17:55:52
Revision:551950Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.30.0

Changes:	https://github.com/dask/dask/blob/master/docs/source/changelog.rst
		https://docs.dask.org/en/latest/changelog.html
2.29.0
03 Oct 2020 09:50:30
Revision:551280Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.29.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.28.0
29 Sep 2020 18:17:59
Revision:550566Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.28.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.27.0
20 Sep 2020 18:57:22
Revision:549131Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.27.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.26.0
13 Sep 2020 19:43:41
Revision:548526Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.26.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.25.0
05 Sep 2020 21:30:26
Revision:547709Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
2.25.0
30 Aug 2020 20:20:50
Revision:547093Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.25.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.24.0
23 Aug 2020 19:36:07
Revision:545854Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.24.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.23.0
19 Aug 2020 16:20:15
Revision:545368Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.23.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.22.0
08 Aug 2020 10:19:11
Revision:544408Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.22.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.21.0
24 Jul 2020 07:11:46
Revision:543051Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.21.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.20.0
08 Jul 2020 18:57:51
Revision:541543Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.20.0

Changes:	https://docs.dask.org/en/latest/changelog.html
2.19.0
22 Jun 2020 19:35:36
Revision:539914Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.19.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.18.1
17 Jun 2020 18:00:41
Revision:539447Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.18.1

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.18.0
15 Jun 2020 18:47:33
Revision:538979Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.18.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.17.2
31 May 2020 18:17:17
Revision:537183Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.17.2

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.17.0
28 May 2020 19:13:14
Revision:536787Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.17.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.16.0
11 May 2020 20:23:11
Revision:534940Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.16.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.15.0
26 Apr 2020 11:57:47
Revision:533033Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.15.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.14.0
04 Apr 2020 14:46:00
Revision:530671Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.14.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.13.0
02 Apr 2020 21:29:58
Revision:530417Original commit files touched by this commit
sunpoet search for other commits by this committer
Add ARRAY, BAG, DATAFRAME, DELAYED and DIAGNOSTICS options
2.13.0
31 Mar 2020 23:02:20
Revision:530055Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.13.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.12.0
28 Mar 2020 12:51:53
Revision:529390Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.12.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.11.0
21 Feb 2020 20:23:51
Revision:526700Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.0

Changes:	https://docs.dask.org/en/latest/changelog.html
		https://github.com/dask/dask/commits/master
2.10.1
02 Feb 2020 10:54:27
Revision:524840Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-dask 2.10.1

Dask is a flexible library for parallel computing in Python.

Dask is composed of two parts:
- Dynamic task scheduling optimized for computation. This is similar to Airflow,
  Luigi, Celery, or Make, but optimized for interactive computational workloads.
- "Big Data" collections like parallel arrays, dataframes, and lists that extend
  common interfaces like NumPy, Pandas, or Python iterators to
  larger-than-memory or distributed environments. These parallel collections run
  on top of dynamic task schedulers.

WWW: https://dask.org/
WWW: https://github.com/dask/dask

Number of commits found: 134 (showing only 34 on this page)

«  1 | 2