blob: 77445d73d1da18284a220ca4333b73d1019d4e1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-cocoapi-git
pkgdesc = COCO is a large image dataset designed for object detection, segmentation, person keypoints detection, stuff segmentation, and caption generation.
pkgver = r195.aca78bc
pkgrel = 1
url = https://github.com/cocodataset/cocoapi
arch = x86_64
license = BSD
makedepends = git
makedepends = python
makedepends = python2
source = cocoapi::git+https://github.com/cocodataset/cocoapi.git
md5sums = SKIP
pkgname = python-cocoapi-git
depends = python
provides = python-cocoapi
conflicts = python-cocoapi
pkgname = python2-cocoapi-git
depends = python2
provides = python2-cocoapi
conflicts = python2-cocoapi
|