python-libtwlpy

LOW
maintainer Harryhaha 0 votes scanned 2026-08-25 09:25:51.619243
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: Harryhaha <harry_haha@foxmail.com>
2
3pkgname=python-libtwlpy
4_name=libtwlpy
5pkgver=0.1.0
6pkgrel=1
7pkgdesc='A modern Python library for handling files and formats used by the DSi.'
8url='https://github.com/NinjaCheetah/libTWLPy'
9license=('MIT')
10arch=('any')
11provides=("python-${_name}")
12conflicts=("python-${_name}")
13makedepends=('python-build' 'python-installer' 'python-wheel' 'python-pycryptodome' 'python-requests')
14
15source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name//-/_}/${_name//-/_}-$pkgver.tar.gz")
16
17sha256sums=('da81d542520b099a8cccd6fb0af13b221d5cc2f99878dfe5b23591df20e16a96')
18
19build() {
20 cd $_name-$pkgver
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 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 09:25: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