python-typed-ffmpeg-compatible3
LOW
maintainer TheFeelTrain
0 votes
scanned 2026-09-15 17:20:16.402287
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-compatible3
4
_origpkgname=typed_ffmpeg_compatible
5
pkgver=3.11
6
pkgrel=1
7
pkgdesc="Modern Python FFmpeg wrappers offer comprehensive support for complex filters (Version 3)"
8
arch=("x86_64")
9
url='https://pypi.org/project/typed-ffmpeg-compatible/'
10
license=("MIT")
11
depends=("ffmpeg")
12
makedepends=(
13
"python-build"
14
"python-installer"
15
"python-wheel"
16
"python-setuptools"
17
"python-setuptools-scm"
18
"python-hatchling"
19
)
20
conflicts=("python-typed-ffmpeg-compatible")
21
provides=("python-typed-ffmpeg-compatible")
22
source=("https://files.pythonhosted.org/packages/source/t/${_origpkgname}/${_origpkgname}-${pkgver}.tar.gz")
23
sha256sums=('c7c9b82f35e1c2c6808161da6d4a922ca06a2c2ac01b0449b1f2727989ed109e')
24
25
package() {
26
cd "${_origpkgname}-${pkgver}" || exit
27
python -m build --wheel --no-isolation
28
python -m installer --destdir="$pkgdir" dist/*.whl
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 1 |