10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-au0C3gPLok76vNYAswVAFAY0/AbPpgOCLVCNU2Hp95k=";
20 patches = [ ./fix-tests.patch ];
27 nativeCheckInputs = [ pytestCheckHook ];
30 homepage = "https://launchpad.net/pylockfile";
31 description = "Platform-independent advisory file locking capability for Python applications";
32 license = lib.licenses.asl20;