python-mpy-cross-v5

LOW
maintainer jskier 0 votes scanned 2026-09-21 19:35:51.541891
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: Jeremy MountainJohnson <jay@jskier.com>
2pkgname=python-mpy-cross-v5
3_name=mpy_cross_v5
4pkgver=1.1.2
5pkgrel=1
6pkgdesc="Python wrapper for the MicroPython mpy-cross compiler (MPY ABI v5), used by pybricksdev"
7arch=('x86_64' 'aarch64')
8url="https://github.com/pybricks/python-mpy-cross"
9license=('MIT')
10depends=('python' 'glibc')
11makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
12source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
13 "LICENSE-micropython::https://raw.githubusercontent.com/micropython/micropython/v1.22.0/LICENSE")
14sha256sums=('550c672e2fc08c84a491544f7e28af504ccaeeb7eda2f84f4ad6800b78d0ed22'
15 'd9e0e0395867c899090e150213bc2b417e970c17355a8d48300089875b3c8037')
16
17build() {
18 cd "$_name-$pkgver"
19 # upstream Makefile ignores LDFLAGS; pass hardening flags through its hook
20 export LDFLAGS_EXTRA="$LDFLAGS"
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd "$_name-$pkgver"
26 python -m installer --destdir="$pkgdir" dist/*.whl
27 install -Dm644 "$srcdir/LICENSE-micropython" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 19:35:51 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