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