e2e-cli
LOW
maintainer matricaldefunkt
0 votes
scanned 2026-08-24 07:22:23.267746
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
3
pkgname=e2e-cli
4
pkgver=0.9.30
5
pkgrel=1
6
pkgdesc="Unified command line interface to manage E2E Networks cloud services"
7
arch=('any')
8
url="https://pypi.org/project/e2e-cli/"
9
license=('LicenseRef-Unknown')
10
depends=(
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
)
21
makedepends=('python-build' 'python-installer' 'python-wheel')
22
source=("https://files.pythonhosted.org/packages/source/${_pypiname:0:1}/$_pypiname/$_pypiname-$pkgver.tar.gz"
23
"LICENSE-NOTICE")
24
sha256sums=('3465450d78d70d310e3354f21f1aa436fbdc42c68096d66eb7a5da1d0c5eb6ce'
25
'a9343bba59d9a3cabd1bf4f2d4d2c1faaaff316844343986f1b1d68ed6092af4')
26
27
build() {
28
cd "$_pypiname-$pkgver"
29
python -m build --wheel --no-isolation
30
}
31
32
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-24 07:22:23 | Low | 1 |