aws-sso-util

LOW
maintainer sproott 0 votes scanned 2026-09-03 15:53:41.931206
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: David Hrabě <david.hrabe12@seznam.cz>
2pkgname=aws-sso-util
3pkgver=4.33.0 # renovate: datasource=github-releases depName=61418/aws-sso-util extractVersion=^cli-v(?<version>.*)$
4pkgrel=2
5pkgdesc="Utilities to make AWS IAM Identity Center easier"
6arch=('any')
7url="https://github.com/61418/aws-sso-util"
8license=('Apache-2.0')
9depends=(
10 'python'
11 'python-aws-error-utils'
12 'python-aws-sso-lib'
13 'python-boto3'
14 'python-click'
15 'python-dateutil'
16 'python-jsonschema'
17 'python-requests'
18 'python-yaml'
19)
20makedepends=(
21 'python-build'
22 'python-installer'
23 'python-poetry-core'
24 'python-wheel'
25)
26provides=('aws-sso-util')
27conflicts=('aws-sso-util')
28options=('!debug')
29source=(
30 "${url}/releases/download/cli-v${pkgver%.*}/aws_sso_util-${pkgver}.tar.gz"
31 "LICENSE::https://raw.githubusercontent.com/61418/aws-sso-util/cli-v${pkgver%.*}/LICENSE"
32)
33sha256sums=(
34 'e48d7f5911443450d28e1ac1613f81b9aa15babb1b2055b4531df87db43a09df'
35 'f63f11a8ef1b3c5aa7e1ab83a16a5e82cb0c1414a5af0e761284403b83c9c8e0'
36)
37
38build() {
39 cd "${srcdir}/aws_sso_util-${pkgver}"
40 python -m build --wheel --no-isolation
41}
42
43package() {
44 cd "${srcdir}/aws_sso_util-${pkgver}"
45 python -m installer --destdir="${pkgdir}" dist/*.whl
46
47 local _site_packages
48 _site_packages="$(python -c 'import site; print(site.getsitepackages()[0])')"
49
50 install -d "${pkgdir}/usr/share/bash-completion/completions"
51 PYTHONPATH="${pkgdir}${_site_packages}" \
52 _AWS_SSO_UTIL_COMPLETE=bash_source \
53 "${pkgdir}/usr/bin/aws-sso-util" \
54 > "${pkgdir}/usr/share/bash-completion/completions/aws-sso-util"
55
56 install -d "${pkgdir}/usr/share/zsh/site-functions"
57 PYTHONPATH="${pkgdir}${_site_packages}" \
58 _AWS_SSO_UTIL_COMPLETE=zsh_source \
59 "${pkgdir}/usr/bin/aws-sso-util" \
60 > "${pkgdir}/usr/share/zsh/site-functions/_aws-sso-util"
61
62 install -d "${pkgdir}/usr/share/fish/vendor_completions.d"
63 PYTHONPATH="${pkgdir}${_site_packages}" \
64 _AWS_SSO_UTIL_COMPLETE=fish_source \
65 "${pkgdir}/usr/bin/aws-sso-util" \
66 > "${pkgdir}/usr/share/fish/vendor_completions.d/aws-sso-util.fish"
67
68 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
69 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
70}

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 15:53:41 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