10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
20 hash = "sha256-yu4BNvYai3iBVNyOfAOsLd5XrcFw8cR4arRyFJHKbpk=";
23 propagatedBuildInputs = [
27 # There are no tests in pylnk3.
30 pythonImportsCheck = [ "pylnk3" ];
33 description = "Python library for reading and writing Windows shortcut files (.lnk)";
34 mainProgram = "pylnk3";
35 homepage = "https://github.com/strayge/pylnk";
36 license = with licenses; [ lgpl3Only ];
37 maintainers = with maintainers; [ fedx-sudo ];