e2e-cli

LOW
maintainer matricaldefunkt 0 votes scanned 2026-08-24 07:22:23.267746
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: MatricalDefunkt <dev <at> matricaldefunkt <dot> me>
2_pypiname=e2e_cli
3pkgname=e2e-cli
4pkgver=0.9.30
5pkgrel=1
6pkgdesc="Unified command line interface to manage E2E Networks cloud services"
7arch=('any')
8url="https://pypi.org/project/e2e-cli/"
9license=('LicenseRef-Unknown')
10depends=(
11 'python'
12 'python-prettytable'
13 'python-requests'
14 'python-setuptools'
15 'python-chardet'
16 'python-bidict'
17 'python-yaml'
18 'python-jsonschema'
19 'python-colorama'
20)
21makedepends=('python-build' 'python-installer' 'python-wheel')
22source=("https://files.pythonhosted.org/packages/source/${_pypiname:0:1}/$_pypiname/$_pypiname-$pkgver.tar.gz"
23 "LICENSE-NOTICE")
24sha256sums=('3465450d78d70d310e3354f21f1aa436fbdc42c68096d66eb7a5da1d0c5eb6ce'
25 'a9343bba59d9a3cabd1bf4f2d4d2c1faaaff316844343986f1b1d68ed6092af4')
26
27build() {
28 cd "$_pypiname-$pkgver"
29 python -m build --wheel --no-isolation
30}
31
32package() {
33 cd "$_pypiname-$pkgver"
34 python -m installer --destdir="$pkgdir" dist/*.whl
35 install -Dm644 e2e_cli/docs/e2e_cli.1 "$pkgdir/usr/share/man/man1/e2e_cli.1"
36 install -Dm644 "$srcdir/LICENSE-NOTICE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-NOTICE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 07:22:23 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