15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
23 inherit pname version;
24 hash = "sha256-1FQGF2SMtfiVcw8a2MgqZfLa0BZvV7dfPKVHWcTWeoU=";
29 sed -i "/addopts/d" tox.ini
32 nativeBuildInputs = [ flit-core ];
34 propagatedBuildInputs = [
46 # ParserError: Could not parse timezone expression "America/Nuuk"
47 disabledTests = [ "test_parse_tz_name_zzz" ];
49 pythonImportsCheck = [ "arrow" ];
52 description = "Python library for date manipulation";
53 homepage = "https://github.com/crsmithdev/arrow";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ thoughtpolice ];