python-aws-error-utils
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-error-utils
3
_pyname=aws-error-utils
4
pkgver=2.7.0 # renovate: datasource=pypi depName=aws-error-utils
5
pkgrel=1
6
pkgdesc="Error-handling functions for boto3 and botocore"
7
arch=('any')
8
url="https://github.com/benkehoe/aws-error-utils"
9
license=('Apache-2.0')
10
depends=(
11
'python'
12
'python-botocore'
13
)
14
makedepends=(
15
'python-build'
16
'python-installer'
17
'python-poetry-core'
18
'python-wheel'
19
)
20
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname//-/_}-${pkgver}.tar.gz")
21
sha256sums=('07107af2a2c26706cd9525b7ffbed43f2d07b50d27e39f9e9156c11b2e993c97')
22
23
build() {
24
cd "${srcdir}/${_pyname//-/_}-${pkgver}"
25
python -m build --wheel --no-isolation
26
}
27
28
package() {
29
cd "${srcdir}/${_pyname//-/_}-${pkgver}"
30
python -m installer --destdir="${pkgdir}" dist/*.whl
31
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
33
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 15:53:41 | Low | 1 |