10 oldest-supported-numpy,
32 buildPythonPackage rec {
37 src = fetchFromGitHub {
39 repo = "python-blosc2";
40 rev = "refs/tags/v${version}";
41 hash = "sha256-yBgnNJU1q+FktIkpQn74LuRP19Ta/fNC60Z8TxzlWPk=";
45 substituteInPlace requirements-runtime.txt \
53 oldest-supported-numpy
60 buildInputs = [ c-blosc2 ];
62 dontUseCmakeConfigure = true;
63 env.CMAKE_ARGS = "-DUSE_SYSTEM_BLOSC2:BOOL=YES";
65 propagatedBuildInputs = [
79 passthru.c-blosc2 = c-blosc2;
82 description = "Python wrapper for the extremely fast Blosc2 compression library";
83 homepage = "https://github.com/Blosc/python-blosc2";
84 changelog = "https://github.com/Blosc/python-blosc2/releases/tag/v${version}";
85 license = licenses.bsd3;
86 maintainers = with maintainers; [ ris ];