8 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-5Y/9ndYsbUMuhoK/oZbJDKw+XB4/JNrjuJ1ggihV14g=";
17 buildInputs = [ mock ];
18 propagatedBuildInputs = [ zope_testing ];
21 description = "Inter-process locks";
22 homepage = "https://www.python.org/pypi/zc.lockfile";
23 license = licenses.zpl20;
24 maintainers = with maintainers; [ goibhniu ];