16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-ntBXnTUCyUtLNzKsEgN1zalvkjEUUihH3ks7uYuWtrc=";
28 nativeBuildInputs = [ hatchling ];
37 # https://github.com/ipython/traitlets/issues/902
38 "test_complete_custom_completers"
42 # requires mypy-testing
43 "tests/test_typing.py"
47 changelog = "https://github.com/ipython/traitlets/blob/v${version}/CHANGELOG.md";
48 description = "Traitlets Python config system";
49 homepage = "https://github.com/ipython/traitlets";
50 license = lib.licenses.bsd3;