python-insightface1

LOW
maintainer xiretza 0 votes scanned 2026-09-20 11:33:17.711215
View on AUR
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//-/_}"
6pkgname="python-${_pkgname}1"
7pkgver=1.0.1
8pkgrel=1
9pkgdesc="InsightFace Python Library (version 1.0)"
10conflicts=("python-${_pkgname}")
11provides=("python-${_pkgname}=$pkgver")
12arch=("i686" "x86_64" "aarch64" "armv7h")
13url="https://github.com/deepinsight/${_pkgname}"
14license=('MIT')
15depends=(python-numpy python-onnx python-onnxruntime python-opencv python-requests python-scikit-image python-scipy python-tqdm)
16makedepends=('cython' 'python-build' 'python-installer' 'python-numpy' 'python-setuptools' 'python-wheel')
17optdepends=("pyside6: for GUI"
18 "python-reportlab: for GUI"
19 "cython: for face3D"
20 "python-albumentations: for face3D")
21source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz")
22sha256sums=('27af24891bbba470cb3573b366a0fcca8989fc8503c9f8f281e8cba6fd716075')
23
24build() {
25 cd "${_pipname}-${pkgver}"
26 python -m build --wheel --no-isolation
27}
28
29package() {
30 cd "${_pipname}-${pkgver}"
31 python -m installer --destdir="${pkgdir}" dist/*.whl
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 11:33:17 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion