11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-nqMeKg11F88k1UaxQUbe+SkmOZk6YWzKYbh173lrSys=";
28 propagatedBuildInputs = [
37 # test fails with numpy 1.24
41 pythonImportsCheck = [
46 description = "Quantities is designed to handle arithmetic and conversions of physical quantities";
47 homepage = "https://python-quantities.readthedocs.io/";
48 changelog = "https://github.com/python-quantities/python-quantities/blob/v${version}/CHANGES.txt";
49 license = licenses.bsd2;
50 maintainers = with maintainers; [ ];