12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 hash = "sha256-oqbo/aQ5L1nQO8BvXH6/8PBPiWcv2m/LUjwow8+J90w=";
26 propagatedBuildInputs = [
38 substituteInPlace pytest.ini \
39 --replace " --cov=mizani --cov-report=xml" ""
42 pythonImportsCheck = [
47 description = "Scales for Python";
48 homepage = "https://github.com/has2k1/mizani";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ samuela ];