alenia-nerve

LOW
maintainer Dominiquini 1 votes scanned 2026-09-02 01:49:31.609352
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
3pkgauthor="Kaia-Alenia"
4pkgname="alenia-nerve"
5pkgver=1.6.3
6pkgrel=1
7pkgdesc="Ultra-fast local communication engine based on Unix Domain Sockets for sovereign creators"
8
9_pypi_package=${pkgname}
10_pypi_version=${pkgver}
11
12license=('GPL-3.0')
13arch=('any')
14
15_url_pypi="https://pypi.org/project/${pkgname}/"
16_url_github="https://github.com/${pkgauthor}/${pkgname}"
17url="${_url_github}"
18
19provides=("${_pypi_package#alenia-}")
20
21makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer')
22depends=('python' 'python-cryptography' 'python-websockets' 'python-argon2-cffi')
23
24source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
25# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${pkgver}.tar.gz")
26sha256sums=('e1a40e146a351352d1fc251373718881996e236a0f82639b34c38406d756fc1e')
27
28build() {
29 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/" || exit
30
31 python -m build --wheel --no-isolation
32}
33
34package() {
35 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/" || exit
36
37 python -m installer --destdir="${pkgdir}" dist/*.whl
38
39 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 01:49:31 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