python-litprinter

LOW
maintainer Felixoid 0 votes scanned 2026-09-14 11:16:56.753038
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: Mikhaul f. Shiryaev <mr dot felixoid at gmail dot com>
2
3_name=litprinter
4pkgname=python-${_name}
5pkgver=0.3.3
6pkgrel=1
7pkgdesc="IceCream + Rich = LitPrinter — The ultimate debug printing library for Python"
8arch=(any)
9url="https://github.com/OEvortex/llm4free"
10license=('MIT')
11depends=('python'
12 'python-asttokens'
13 'python-colorama'
14 'python-executing'
15 'python-pygments'
16 )
17makedepends=('python-setuptools' 'python-wheel')
18source=(
19 "${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/ea/78/817f92c5ed28c6d9b3e27821596dee2795bad2668091beac7d8a1e441771/litprinter-0.3.3.tar.gz"
20 # Patch to fix trio dependency issue from https://github.com/OEvortex/Webscout/pull/82
21)
22sha256sums=(
23 ccb3238ab5cc1f132b6f9c05382f326d66f4fe9567ca02ae5180750d3ed246c3
24)
25
26build() {
27 cd "${_name}-${pkgver}"
28 python -m build --wheel --no-isolation
29}
30
31package() {
32 cd "${_name}-${pkgver}"
33 python -m installer --destdir="${pkgdir}" "dist/${_name}-${pkgver}-py3-none-any.whl"
34}
35
36# vim:set ts=2 sw=2 et:
37
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 11:16:56 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