7 buildPythonPackage rec {
8 pname = "types-appdirs";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-gyaNpkWFNhv6KR+PUGogknYhKgSXvTfwUSqTmz1p/xQ=";
18 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.";
19 homepage = "https://pypi.org/project/types-appdirs";
20 license = lib.licenses.asl20;