blob: ea779f809d034ae0f6d0a9121900937c3ee046b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-face_recognition
pkgdesc = The world's simplest facial recognition api for Python and the command line
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/ageitgey/face_recognition
arch = any
license = MIT
makedepends = python-setuptools
depends = python-click
depends = python-dlib
depends = python-face_recognition_models
depends = python-numpy
depends = python-pillow
depends = python-scipy
source = https://files.pythonhosted.org/packages/source/f/face_recognition/face_recognition-1.3.0.tar.gz
md5sums = 4e54f245f8fe4751a9f0ef5301a7cd40
pkgname = python-face_recognition
|