python-paragrep
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 07:59:42.017587
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
4
pkgname=python-paragrep
5
_pkgname=paragrep
6
pkgver=3.3.0
7
pkgrel=1
8
pkgdesc="grep-like tool that searches for and displays entire paragraphs matching a pattern"
9
arch=('any')
10
url="https://github.com/bmc/paragrep"
11
license=('BSD-3-Clause')
12
depends=('python')
13
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
14
_tag="release-$pkgver"
15
_srcdir="paragrep-$_tag"
16
source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/bmc/paragrep/tar.gz/refs/tags/$_tag")
17
sha256sums=('86f7cfac16ee737546c6800871746b574427e1f1730a49d510fca825715bf961')
18
19
build() {
20
cd "$_srcdir"
21
rm -rf dist
22
python -m build --wheel --no-isolation
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |