python-beeprint

LOW
maintainer Dominiquini 0 votes scanned 2026-08-27 03:31:49.411297
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_appauthor="panyanyany"
4_appname="beeprint"
5
6pkgname="python-${_appname}"
7pkgver=2.4.11
8pkgrel=1
9pkgdesc="Make your debug printing more friendly"
10
11_pypi_package=${pkgname##python-}
12_pypi_version=${pkgver}
13
14license=('BSD')
15arch=('any')
16
17_url_pypi="https://pypi.org/project/${_pypi_package}/"
18_url_github="https://github.com/${_appauthor}/${_appname}"
19url="${_url_github}"
20
21makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-uv-build')
22depends=('python' 'python-urwid')
23
24source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
25# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${_pypi_version}.tar.gz")
26sha256sums=('a60a719c02befade140198ab94950746ec82097f795ed77f8edcc3b08296f575')
27
28
29build() {
30 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
31
32 python -m build --wheel --no-isolation
33}
34
35package() {
36 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
37
38 python -m installer --destdir="${pkgdir}" dist/*.whl
39
40 install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 03:31:49 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