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