python-paragrep

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-paragrep
5_pkgname=paragrep
6pkgver=3.3.0
7pkgrel=1
8pkgdesc="grep-like tool that searches for and displays entire paragraphs matching a pattern"
9arch=('any')
10url="https://github.com/bmc/paragrep"
11license=('BSD-3-Clause')
12depends=('python')
13makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
14_tag="release-$pkgver"
15_srcdir="paragrep-$_tag"
16source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/bmc/paragrep/tar.gz/refs/tags/$_tag")
17sha256sums=('86f7cfac16ee737546c6800871746b574427e1f1730a49d510fca825715bf961')
18
19build() {
20 cd "$_srcdir"
21 rm -rf dist
22 python -m build --wheel --no-isolation
23}
24
25package() {
26 cd "$_srcdir"
27 python -m installer --destdir="$pkgdir" dist/*.whl
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
29 install -Dm644 man/paragrep.1 "$pkgdir/usr/share/man/man1/paragrep.1"
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