python-litprinter
LOW
maintainer Felixoid
0 votes
scanned 2026-09-14 11:16:56.753038
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
4
pkgname=python-${_name}
5
pkgver=0.3.3
6
pkgrel=1
7
pkgdesc="IceCream + Rich = LitPrinter — The ultimate debug printing library for Python"
8
arch=(any)
9
url="https://github.com/OEvortex/llm4free"
10
license=('MIT')
11
depends=('python'
12
'python-asttokens'
13
'python-colorama'
14
'python-executing'
15
'python-pygments'
16
)
17
makedepends=('python-setuptools' 'python-wheel')
18
source=(
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
)
22
sha256sums=(
23
ccb3238ab5cc1f132b6f9c05382f326d66f4fe9567ca02ae5180750d3ed246c3
24
)
25
26
build() {
27
cd "${_name}-${pkgver}"
28
python -m build --wheel --no-isolation
29
}
30
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-14 11:16:56 | Low | 1 |