7 buildPythonPackage rec {
8 pname = "types-enum34";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0421lr89vv3fpg77kkj5nmzd7z3nmhw4vh8ibsjp6vfh86b7d73g";
17 pythonImportsCheck = [ "enum-python2-stubs" ];
20 description = "Typing stubs for enum34";
21 homepage = "https://github.com/python/typeshed";
22 license = licenses.asl20;
23 maintainers = with maintainers; [ jpetrucciani ];