9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-bFIojasGklfMgxhG0V1IEzUiRV1Gd+5pqXgfEdvv2BU=";
25 propagatedBuildInputs = [
29 # Test suite is difficult to emulate in sandbox due to shell manipulation
32 pythonImportsCheck = [
37 description = "Cross-platform tool for adding locations to the user PATH";
38 mainProgram = "userpath";
39 homepage = "https://github.com/ofek/userpath";
40 changelog = "https://github.com/ofek/userpath/releases/tag/v${version}";
41 license = with licenses; [ asl20 mit ];
42 maintainers = with maintainers; [ yshym ];