18 buildPythonPackage rec {
19 pname = "portalocker";
23 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-KwNap4KORsWOmzE5DuHxabmOEGarELmmqGH+fiXuTzM=";
31 sed -i "/--cov/d" pytest.ini
39 propagatedBuildInputs = [
48 pythonImportsCheck = [
53 changelog = "https://github.com/wolph/portalocker/releases/tag/v${version}";
54 description = "A library to provide an easy API to file locking";
55 homepage = "https://github.com/WoLpH/portalocker";
56 license = licenses.psfl;
57 maintainers = with maintainers; [ jonringer ];