12 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-TEj3j2KrWWxnkIYITQ3RMlSuTz1scqg//fXr3vjyZaQ=";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [ six ];
33 pythonImportsCheck = [ "pyrsistent" ];
36 homepage = "https://github.com/tobgu/pyrsistent/";
37 description = "Persistent/Functional/Immutable data structures";
38 license = licenses.mit;
39 maintainers = with maintainers; [ desiderius ];