17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-An5RzK0nnRaBI6JEUl5shLrA22RgWzEbC9NJiRvgxT4=";
29 build-system = [ setuptools ];
45 pythonImportsCheck = [ "hickle" ];
48 description = "Serialize Python data to HDF5";
49 homepage = "https://github.com/telegraphic/hickle";
50 changelog = "https://github.com/telegraphic/hickle/releases/tag/v${version}";
51 license = licenses.mit;
52 maintainers = with maintainers; [ bcdarwin ];