10 buildPythonPackage rec {
11 pname = "mean-average-precision";
12 version = "2024.01.05.0";
15 src = fetchFromGitHub {
17 repo = "mean_average_precision";
19 hash = "sha256-qo160L+oJsHERVOV0qdiRIZPMjvSlUmMTrAzThfrQSs=";
31 pythonImportsCheck = [
32 "mean_average_precision"
39 description = "Mean Average Precision for Object Detection";
40 homepage = "https://github.com/bes-dev/mean_average_precision";
41 changelog = "https://github.com/bes-dev/mean_average_precision/blob/${version}/CHANGELOG.md";
42 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ drupol ];