pipelex-tools

LOW
maintainer Dominiquini 1 votes scanned 2026-08-25 03:25:42.010142
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
3pkgname="pipelex-tools"
4pkgver=0.8.0
5pkgrel=1
6pkgdesc="MTHDS/TOML formatter, linter, and LSP"
7
8arch=('any')
9license=('MIT')
10url='https://github.com/Pipelex/pipelex'
11
12_pypi_package=${pkgname}
13_pypi_version=${pkgver}
14
15makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-hatchling' 'python-maturin' 'cargo')
16optdepends=('python-pipelex-tools')
17depends=('glibc' 'libgcc')
18provides=("plxt")
19
20source=("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")
22sha256sums=('10df1f2f41bee45dbe91e546deca52e1a9e9774159f72edcf53405b148dbf9f0')
23
24build() {
25 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
26
27 python -m build --wheel --no-isolation
28}
29
30package() {
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)SeverityRules
2026-08-25 03:25: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