python-muxtools-git
MEDIUM
maintainer TheFeelTrain
0 votes
scanned 2026-08-30 19:44:01.063593
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Josh Holmer <jholmer.in@gmail.com>
2
3
_plug=muxtools
4
pkgname=python-${_plug}-git
5
pkgver=0.4.0.21.gc5d0e90
6
pkgrel=1
7
pkgdesc="Python Package: ${_plug} (GIT version)"
8
arch=('any')
9
url='https://github.com/Jaded-Encoding-Thaumaturgy/muxtools'
10
license=('MIT')
11
depends=(
12
'python-ass'
13
'python-fontcollector'
14
'python-langcodes'
15
'python-mkvinfo'
16
'python-py7zr'
17
'python-pydantic'
18
'python-pymediainfo'
19
'python-pyparsebluray-git'
20
'python-requests'
21
'python-rich'
22
'python-typed-ffmpeg-compatible'
23
'python-videotimestamps'
24
'python-wget'
25
)
26
makedepends=(
27
'git'
28
'python-build'
29
'python-wheel'
30
'python-installer'
31
'python-setuptools'
32
'python-versioningit'
33
)
34
provides=("python-${_plug}")
35
conflicts=("python-${_plug}")
36
source=("${_plug}::git+https://github.com/Jaded-Encoding-Thaumaturgy/muxtools.git")
37
sha256sums=('SKIP')
38
39
pkgver() {
40
cd "${_plug}"
41
echo "$(git describe --long --tags | tr - . | tr -d v)"
42
}
43
44
build() {
45
cd "${_plug}"
46
python -m build --wheel --no-isolation
47
}
48
49
package() {
50
cd "${_plug}"
51
python -m installer --destdir="${pkgdir}" dist/*.whl
52
53
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
54
}
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |