12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-j2n3gXolRalMyOB6jsWXN1z4biwb0OWD7nU9bzH4UGA=";
22 propagatedBuildInputs = [ click pip setuptools wheel ];
24 pythonImportsCheck = [ "shiv" ];
26 nativeCheckInputs = [ pytestCheckHook ];
31 "test_extend_pythonpath"
32 "test_multiple_site_packages"
34 "test_results_are_binary_identical_with_env_and_build_id"
36 "test_preamble_no_pip"
38 "test_alternate_root_environment_variable"
42 description = "Command line utility for building fully self contained Python zipapps";
43 homepage = "https://github.com/linkedin/shiv";
44 license = licenses.bsd2;
45 maintainers = with maintainers; [ prusnak ];