7 buildPythonPackage rec {
12 inherit pname version;
13 sha256="sha256-3NZsX6mxo8EjYvMJu7W8eZK6yK+G0XtOaxpLFmoRxD8=";
16 propagatedBuildInputs = [ click ];
18 # test suite is difficult to emulate in sandbox due to shell manipulation
21 pythonImportsCheck = [ "click" "userpath" ];
24 description = "Cross-platform tool for adding locations to the user PATH";
25 homepage = "https://github.com/ofek/userpath";
26 license = [ licenses.asl20 licenses.mit ];
27 maintainers = with maintainers; [ yshym ];