10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-fV0BZ7KxuoIWR2Fq9Gp0nRxlN0DdDSQVEA/ibiev30E=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ unittestCheckHook ];
26 pythonImportsCheck = [ "appdirs" ];
29 description = "Python module for determining appropriate platform-specific dirs";
30 homepage = "https://github.com/ActiveState/appdirs";
31 changelog = "https://github.com/ActiveState/appdirs/releases/tag/${version}";
32 license = lib.licenses.mit;