6 buildPythonPackage rec {
7 pname = "types-appdirs";
11 inherit pname version;
12 sha256 = "sha256-gyaNpkWFNhv6KR+PUGogknYhKgSXvTfwUSqTmz1p/xQ=";
16 description = "This is a PEP 561 type stub package for the appdirs package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses appdirs. ";
17 homepage = "https://pypi.org/project/types-appdirss";
18 license = lib.licenses.asl20;
19 maintainers = with lib.maintainers; [ ];