8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-klN38pIQ9ZOFV7dzXNvylPGfifR8pXRLTJ3VE579AY0=";
26 pythonImportsCheck = [
31 description = "Common type annotations for Ethereum Python packages";
32 homepage = "https://github.com/ethereum/eth-typing";
33 changelog = "https://github.com/ethereum/eth-typing/blob/v${version}/docs/release_notes.rst";
34 license = licenses.mit;
35 maintainers = with maintainers; [ ];