8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799";
17 buildInputs = [ pbr ];
18 checkInputs = [ nose ];
25 homepage = "https://launchpad.net/pylockfile";
26 description = "Platform-independent advisory file locking capability for Python applications";
27 license = licenses.asl20;