10 buildPythonPackage rec {
11 pname = "portalocker";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-lk9oMPtCp0tdMrzpntN9gwjB19RN3xjz3Yn0aA3pezk=";
22 propagatedBuildInputs = [
32 "test_combined" # no longer compatible with setuptools>=58
35 pythonImportsCheck = [
40 description = "A library to provide an easy API to file locking";
41 homepage = "https://github.com/WoLpH/portalocker";
42 license = licenses.psfl;
43 maintainers = with maintainers; [ jonringer ];
44 platforms = platforms.unix; # Windows has a dependency on pypiwin32