12 buildPythonPackage rec {
13 pname = "platformdirs";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-Ytilbs29oxuwLfoKTXNQxlh8qBF39F2ZRK8imd57A1w=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
39 pythonImportsCheck = [
44 description = "Module for determining appropriate platform-specific directories";
45 homepage = "https://platformdirs.readthedocs.io/";
46 changelog = "https://github.com/platformdirs/platformdirs/releases/tag/${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];