10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-ceoHHEX44DrVgatV2EIS6gT9oVZkAx6OTFMZG/x4q64=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
50 description = "General simulation data file format";
51 homepage = "https://github.com/glotzerlab/gsd";
52 changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst";
53 license = licenses.bsd2;
54 maintainers = with maintainers; [ ];