19 buildPythonPackage rec {
24 src = fetchFromGitHub {
28 hash = "sha256-3eEOkrF3Sn5ZETnxgc5spwHlbJAiDhkJkd5LwMl0QEY=";
31 build-system = [ setuptools-scm ];
40 nativeCheckInputs = [ pytestCheckHook ];
43 substituteInPlace pyproject.toml \
44 --replace " --cov=mizani --cov-report=xml" ""
47 pythonImportsCheck = [ "mizani" ];
50 description = "Scales for Python";
51 homepage = "https://github.com/has2k1/mizani";
52 changelog = "https://github.com/has2k1/mizani/releases/tag/v${version}";
53 license = lib.licenses.bsd3;
54 maintainers = with lib.maintainers; [ samuela ];