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