19 buildPythonPackage rec {
20 pname = "portalocker";
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-7xv4ROh4qwiu5+QBhBVuEVHyKPEDqlxr0HJMwzCWD48=";
32 sed -i "/--cov/d" pytest.ini
40 propagatedBuildInputs = [ redis ];
47 pythonImportsCheck = [ "portalocker" ];
50 changelog = "https://github.com/wolph/portalocker/releases/tag/v${version}";
51 description = "Library to provide an easy API to file locking";
52 homepage = "https://github.com/WoLpH/portalocker";
53 license = licenses.psfl;