8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-2ot4FRlu6/Ctq/Z/zEWRJsvGSYu8arH9FEw3FGXYaHk=";
18 propagatedBuildInputs = [
23 pythonImportsCheck = [
25 "pycocotools.cocoeval"
32 description = "Official APIs for the MS-COCO dataset";
33 homepage = "https://github.com/cocodataset/cocoapi/tree/master/PythonAPI";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ piegames ];