python-tuitorial

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=python-tuitorial
5_pkgname=tuitorial
6pkgver=0.16.0
7pkgrel=1
8pkgdesc="A tutorial presentation tool using Textual, with syntax highlighting"
9arch=('any')
10url="https://github.com/basnijholt/tuitorial"
11license=('MIT')
12depends=('python' 'python-chardet' 'python-pyfiglet' 'python-yaml' 'python-rich' 'python-textual' 'python-watchfiles')
13makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling' 'python-versioningit' 'git')
14_tag="v0.16.0"
15source=("$_pkgname::git+https://github.com/basnijholt/tuitorial.git#tag=$_tag")
16sha256sums=('a4db23840d3b1853b2b3914cb8b9f1a27da3151ca2c229ca6ffc08f7645259c5')
17
18build() {
19 cd "$_pkgname"
20 rm -rf dist
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd "$_pkgname"
26 python -m installer --destdir="$pkgdir" dist/*.whl
27 if [ -f LICENSE ]; then
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
29 fi
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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