Loading pkgs/development/python-modules/dask-awkward/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , buildPythonPackage , dask , fetchFromGitHub , fetchpatch , hatch-vcs , hatchling , pyarrow Loading @@ -25,6 +26,14 @@ buildPythonPackage rec { hash = "sha256-sSsd35Psf3VEydkNxtd9mSBzV23S7fRM/jhbC9T62kY="; }; patches = [ (fetchpatch { name = "dask-awkward-pyarrow13-test-fixes.patch"; url = "https://github.com/dask-contrib/dask-awkward/commit/abe7f4504b4f926232e4d0dfa5c601d265773d85.patch"; hash = "sha256-IYlKTV6YasuKIJutB4cCmHeglGWUwBcvFgx1MZw4hjU="; }) ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; pythonRelaxDeps = [ Loading Loading
pkgs/development/python-modules/dask-awkward/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , buildPythonPackage , dask , fetchFromGitHub , fetchpatch , hatch-vcs , hatchling , pyarrow Loading @@ -25,6 +26,14 @@ buildPythonPackage rec { hash = "sha256-sSsd35Psf3VEydkNxtd9mSBzV23S7fRM/jhbC9T62kY="; }; patches = [ (fetchpatch { name = "dask-awkward-pyarrow13-test-fixes.patch"; url = "https://github.com/dask-contrib/dask-awkward/commit/abe7f4504b4f926232e4d0dfa5c601d265773d85.patch"; hash = "sha256-IYlKTV6YasuKIJutB4cCmHeglGWUwBcvFgx1MZw4hjU="; }) ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; pythonRelaxDeps = [ Loading