python-aws-sso-lib
LOW
maintainer sproott
0 votes
scanned 2026-09-03 15:53:41.931206
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>
2
pkgname=python-aws-sso-lib
3
_pyname=aws-sso-lib
4
pkgver=1.14.0 # renovate: datasource=pypi depName=aws-sso-lib
5
pkgrel=1
6
pkgdesc="Library for programmatic interaction with AWS IAM Identity Center"
7
arch=('any')
8
url="https://github.com/61418/aws-sso-util"
9
license=('Apache-2.0')
10
depends=(
11
'python'
12
'python-aws-error-utils'
13
'python-boto3'
14
)
15
makedepends=(
16
'python-build'
17
'python-installer'
18
'python-poetry-core'
19
'python-wheel'
20
)
21
source=(
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
)
25
sha256sums=(
26
'b0203a64ccb66ba78f99ef3d0eb669affe7bc323f6ab9caac97f35c21a03cea5'
27
'f63f11a8ef1b3c5aa7e1ab83a16a5e82cb0c1414a5af0e761284403b83c9c8e0'
28
)
29
30
build() {
31
cd "${srcdir}/${_pyname//-/_}-${pkgver}"
32
python -m build --wheel --no-isolation
33
}
34
35
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-03 15:53:41 | Low | 1 |