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