6 buildPythonPackage rec {
7 pname = "types-enum34";
12 inherit pname version;
13 sha256 = "0421lr89vv3fpg77kkj5nmzd7z3nmhw4vh8ibsjp6vfh86b7d73g";
16 pythonImportsCheck = [
21 description = "Typing stubs for enum34";
22 homepage = "https://github.com/python/typeshed";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ jpetrucciani ];