python-insightface1
LOW
maintainer xiretza
0 votes
scanned 2026-09-20 11:33:17.711215
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: xiretza <aur@xiretza.xyz>
2
# Contributor: devome <evinedeng@hotmail.com>
3
4
_pkgname=insightface
5
_pipname="${_pkgname//-/_}"
6
pkgname="python-${_pkgname}1"
7
pkgver=1.0.1
8
pkgrel=1
9
pkgdesc="InsightFace Python Library (version 1.0)"
10
conflicts=("python-${_pkgname}")
11
provides=("python-${_pkgname}=$pkgver")
12
arch=("i686" "x86_64" "aarch64" "armv7h")
13
url="https://github.com/deepinsight/${_pkgname}"
14
license=('MIT')
15
depends=(python-numpy python-onnx python-onnxruntime python-opencv python-requests python-scikit-image python-scipy python-tqdm)
16
makedepends=('cython' 'python-build' 'python-installer' 'python-numpy' 'python-setuptools' 'python-wheel')
17
optdepends=("pyside6: for GUI"
18
"python-reportlab: for GUI"
19
"cython: for face3D"
20
"python-albumentations: for face3D")
21
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz")
22
sha256sums=('27af24891bbba470cb3573b366a0fcca8989fc8503c9f8f281e8cba6fd716075')
23
24
build() {
25
cd "${_pipname}-${pkgver}"
26
python -m build --wheel --no-isolation
27
}
28
29
package() {
30
cd "${_pipname}-${pkgver}"
31
python -m installer --destdir="${pkgdir}" dist/*.whl
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 11:33:17 | Low | 1 |