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="pipelex-tools"
4
pkgver=0.8.0
5
pkgrel=1
6
pkgdesc="MTHDS/TOML formatter, linter, and LSP"
7
8
arch=('any')
9
license=('MIT')
10
url='https://github.com/Pipelex/pipelex'
11
12
_pypi_package=${pkgname}
13
_pypi_version=${pkgver}
14
15
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-hatchling' 'python-maturin' 'cargo')
16
optdepends=('python-pipelex-tools')
17
depends=('glibc' 'libgcc')
18
provides=("plxt")
19
20
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
21
# source=("${_pypi_package}-${_pypi_version}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
22
sha256sums=('10df1f2f41bee45dbe91e546deca52e1a9e9774159f72edcf53405b148dbf9f0')
23
24
build() {
25
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
26
27
python -m build --wheel --no-isolation
28
}
29
30
package() {
31
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
32
33
python -m installer --destdir="${pkgdir}" dist/*.whl
34
35
install -Dm644 "docs/pipelex/PYPI_README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
36
37
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 03:25:42 | Low | 1 |