8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "hatch-v${version}";
17 sha256 = "sha256-ftT86HX5CVbiHe5yzXT2gNl8Rx+f+fmiAJRnOuDpvYI=";
20 propagatedBuildInputs = with python3.pkgs; [
35 checkInputs = with python3.pkgs; [
42 export HOME=$(mktemp -d);
46 # AssertionError: assert (1980, 1, 2, 0, 0, 0) == (2020, 2, 2, 0, 0, 0)
49 "test_default_auto_detection"
50 "test_editable_default"
51 "test_editable_default_extra_dependencies"
52 "test_editable_default_force_include"
53 "test_editable_default_force_include_option"
55 "test_editable_exact_extra_dependencies"
56 "test_editable_exact_force_include"
57 "test_editable_exact_force_include_build_data_precedence"
59 # AssertionError: assert len(extract_installed_requirements(output.splitlines())) > 0
60 "test_creation_allow_system_packages"
64 description = "Modern, extensible Python project manager";
65 homepage = "https://hatch.pypa.io/latest/";
66 license = licenses.mit;
67 maintainers = with maintainers; [ onny ];