| Port details |
- py-dask Parallel PyData with Task Scheduling
- 2025.12.0 devel
=2 2025.12.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - 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.
 ¦ ¦ ¦ ¦ 
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=62.6 : devel/py-setuptools@py311
- py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pandas>=0,1 : math/py-pandas@py311
- py311-pre-commit>=0 : devel/py-pre-commit@py311
- py311-pytest-rerunfailures>=0 : devel/py-pytest-rerunfailures@py311
- py311-pytest-timeout>=0 : devel/py-pytest-timeout@py311
- py311-pytest-xdist>=0 : devel/py-pytest-xdist@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=8.1 : devel/py-click@py311
- py311-cloudpickle>=3.0.0 : devel/py-cloudpickle@py311
- py311-fsspec>=2021.09.0 : filesystems/py-fsspec@py311
- py311-packaging>=20.0 : devel/py-packaging@py311
- py311-partd>=1.4.0 : databases/py-partd@py311
- py311-pyyaml>=5.3.1 : devel/py-pyyaml@py311
- py311-toolz>=0.12.0 : devel/py-toolz@py311
- py311-numpy>=1.24,1 : math/py-numpy@py311
- py311-pandas>=2.0,1 : math/py-pandas@py311
- py311-pyarrow>=14.0.1 : databases/py-pyarrow@py311
- python3.11 : lang/python311
- py311-importlib-metadata>=4.13.0 : devel/py-importlib-metadata@py311
- This port is required by:
- for Build
-
- math/py-pyFFTW
- science/py-thewalrus
- science/py-xbout
- for Run
-
- devel/py-dask-awkward
- devel/py-dask-expr
- devel/py-dask-histogram
- devel/py-distributed
- devel/py-xarray-simlab
- math/py-pyFFTW
- misc/py-napari
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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2021.4.1 29 Apr 2021 14:23:48
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2021.2.0 03 Mar 2021 18:08:57
  |
sunpoet  |
Remove PYNUMPY |
2021.2.0 17 Feb 2021 18:06:12
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
2.30.0 10 Oct 2020 18:16:51
  |
sunpoet  |
Fix r551950
PY_PANDAS is not ready. |
2.30.0 10 Oct 2020 17:55:52
  |
sunpoet  |
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
  |
sunpoet  |
Update to 2.29.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.28.0 29 Sep 2020 18:17:59
  |
sunpoet  |
Update to 2.28.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.27.0 20 Sep 2020 18:57:22
  |
sunpoet  |
Update to 2.27.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.26.0 13 Sep 2020 19:43:41
  |
sunpoet  |
Update to 2.26.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.25.0 05 Sep 2020 21:30:26
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
2.25.0 30 Aug 2020 20:20:50
  |
sunpoet  |
Update to 2.25.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.24.0 23 Aug 2020 19:36:07
  |
sunpoet  |
Update to 2.24.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.23.0 19 Aug 2020 16:20:15
  |
sunpoet  |
Update to 2.23.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.22.0 08 Aug 2020 10:19:11
  |
sunpoet  |
Update to 2.22.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.21.0 24 Jul 2020 07:11:46
  |
sunpoet  |
Update to 2.21.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.20.0 08 Jul 2020 18:57:51
  |
sunpoet  |
Update to 2.20.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.19.0 22 Jun 2020 19:35:36
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
Add ARRAY, BAG, DATAFRAME, DELAYED and DIAGNOSTICS options |
2.13.0 31 Mar 2020 23:02:20
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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
  |
sunpoet  |
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 |