python-aws-sso-lib

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=python-aws-sso-lib
3_pyname=aws-sso-lib
4pkgver=1.14.0 # renovate: datasource=pypi depName=aws-sso-lib
5pkgrel=1
6pkgdesc="Library for programmatic interaction with AWS IAM Identity Center"
7arch=('any')
8url="https://github.com/61418/aws-sso-util"
9license=('Apache-2.0')
10depends=(
11 'python'
12 'python-aws-error-utils'
13 'python-boto3'
14)
15makedepends=(
16 'python-build'
17 'python-installer'
18 'python-poetry-core'
19 'python-wheel'
20)
21source=(
22 "https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname//-/_}-${pkgver}.tar.gz"
23 "LICENSE::https://raw.githubusercontent.com/61418/aws-sso-util/lib-v${pkgver%.*}/LICENSE"
24)
25sha256sums=(
26 'b0203a64ccb66ba78f99ef3d0eb669affe7bc323f6ab9caac97f35c21a03cea5'
27 'f63f11a8ef1b3c5aa7e1ab83a16a5e82cb0c1414a5af0e761284403b83c9c8e0'
28)
29
30build() {
31 cd "${srcdir}/${_pyname//-/_}-${pkgver}"
32 python -m build --wheel --no-isolation
33}
34
35package() {
36 cd "${srcdir}/${_pyname//-/_}-${pkgver}"
37 python -m installer --destdir="${pkgdir}" dist/*.whl
38 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
39 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40}

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