6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41";
17 description = "A python module for determining appropriate platform-specific dirs";
18 homepage = "https://github.com/ActiveState/appdirs";
19 license = lib.licenses.mit;