7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-XA1MBSqLu/dQ4Fao5lzNMJCG9PDxii6sMGqN+kESpjI=";
19 # weird test requirements (spur.local>=0.3.7,<0.4)
22 pythonImportsCheck = [
27 description = "Library which provides a lock that can be used by multiple processes";
28 homepage = "https://github.com/mwilliamson/locket.py";
29 license = licenses.bsd2;
30 maintainers = with maintainers; [ teh ];