python-typed-ffmpeg-v9

LOW
maintainer TheFeelTrain 0 votes scanned 2026-09-15 15:19:57.334228
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: TheFeelTrain <the@feeltra.in>
2
3pkgname=python-typed-ffmpeg-v9
4_origpkgname=typed_ffmpeg_v9
5pkgver=4.5
6pkgrel=1
7pkgdesc="Typed FFmpeg bindings for FFmpeg 9.x."
8arch=("x86_64")
9url='https://pypi.org/project/typed-ffmpeg-v9'
10license=("MIT")
11depends=(
12 "ffmpeg>=9"
13 "python-ffmpeg-core"
14)
15makedepends=(
16 "python-build"
17 "python-installer"
18 "python-wheel"
19 "python-setuptools"
20 "python-setuptools-scm"
21 "python-hatchling"
22)
23conflicts=(
24 "python-typed-ffmpeg-v8"
25)
26source=("https://files.pythonhosted.org/packages/source/t/${_origpkgname}/${_origpkgname}-${pkgver}.tar.gz")
27sha256sums=('38e0a5af7b2fe0aebd0eeae3ddb1c8b16b89bf007ccfa4452ee0ea14aa31a5fa')
28
29package() {
30 cd "${_origpkgname}-${pkgver}" || exit
31 python -m build --wheel --no-isolation
32 python -m installer --destdir="$pkgdir" dist/*.whl
33}

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 15:19:57 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