9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-qbv9ngwIt94H6G72TmnLlqKcIQWkO/gyzYsWL6HiL0Q=";
24 pythonImportsCheck = [
29 description = "Explicitly typed attributes for Python";
30 homepage = "https://pypi.python.org/pypi/traits";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ ];