9 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-JT/2bCPYFSRNt3V7QnHSAJR7HrZ1JpRKdU7gQpoYIn0=";
31 pythonImportsCheck = [
36 description = "Common type annotations for Ethereum Python packages";
37 homepage = "https://github.com/ethereum/eth-typing";
38 changelog = "https://github.com/ethereum/eth-typing/blob/v${version}/docs/release_notes.rst";
39 license = licenses.mit;
40 maintainers = with maintainers; [ ];