7 buildPythonPackage rec {
8 pname = "types-futures";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "6fe8ccc2c2af7ef2fdd9bf73eab6d617074f09f30ad7d373510b4043d39c42de";
18 description = "Typing stubs for futures";
19 homepage = "https://github.com/python/typeshed";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ andersk ];