8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
17 sha256 = "sha256-Xk/IfW1zuNbGdYAxXTNL9kL+ZW1bWruZ21KFV9+lv/E=";
24 pythonImportsCheck = [ "eth_typing" ];
27 description = "Common type annotations for Ethereum Python packages";
28 homepage = "https://github.com/ethereum/eth-typing";
29 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [ SuperSandro2000 ];