22 buildPythonPackage rec {
27 disabled = pythonOlder "3.6";
32 hash = "sha256-4VCbkWBtvFJSfGAKTvdP+sEv/3Boiv8g6QckCTRuybQ=";
40 propagatedBuildInputs = [
58 export HOME=$(mktemp -d)
62 # https://github.com/hgrecco/pint/issues/1898
63 "test_load_definitions_stage_2"
65 "test_nonnumeric_magnitudes"
69 changelog = "https://github.com/hgrecco/pint/blob/${version}/CHANGES";
70 description = "Physical quantities module";
71 mainProgram = "pint-convert";
72 license = licenses.bsd3;
73 homepage = "https://github.com/hgrecco/pint/";
74 maintainers = with maintainers; [ doronbehar ];