12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-lHdX/iY4OuntoMV288uiRN+jcV7S9Jk1RLdYJF9xqxU=";
22 propagatedBuildInputs = [
29 pythonImportsCheck = [ "shiv" ];
31 nativeCheckInputs = [ pytestCheckHook ];
36 "test_extend_pythonpath"
37 "test_multiple_site_packages"
39 "test_results_are_binary_identical_with_env_and_build_id"
41 "test_preamble_no_pip"
43 "test_alternate_root_environment_variable"
47 description = "Command line utility for building fully self contained Python zipapps";
48 homepage = "https://github.com/linkedin/shiv";
49 license = licenses.bsd2;
50 maintainers = with maintainers; [ prusnak ];