7 buildPythonPackage rec {
8 pname = "types-docopt";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-mRpkwVaTEMIkCuc0/SwQYnq7ikr6875axvTv+aYB8xo=";
20 pythonImportsCheck = [ "docopt-stubs" ];
23 description = "Typing stubs for docopt";
24 homepage = "https://pypi.org/project/types-docopt/";
25 license = with licenses; [ asl20 ];
26 maintainers = with maintainers; [ fab ];