python-pipelex-tools
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-25 03:25:42.010142
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
pkgname="python-pipelex-tools"
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc="Pipelex Tools as a Python library — MTHDS lint & format, importable as 'pipelex_tools'"
7
8
arch=('any')
9
license=('MIT')
10
url='https://pypi.org/project/pipelex-tools-py/'
11
12
_pypi_package=${pkgname#python-}-py
13
_pypi_version=${pkgver}
14
15
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-hatchling' 'python-maturin' 'cargo')
16
depends=('glibc' 'libgcc')
17
18
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
19
# source=("${_pypi_package}-${_pypi_version}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
20
sha256sums=('6977e8c860a23e4e11e53a7c6f3b2b7f98b819b7551c1b5cbf089280568f59bc')
21
22
build() {
23
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
24
25
python -m build --wheel --no-isolation
26
}
27
28
package() {
29
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
30
31
python -m installer --destdir="${pkgdir}" dist/*.whl
32
33
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 03:25:42 | Low | 1 |