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