python-aws-error-utils

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-error-utils
3_pyname=aws-error-utils
4pkgver=2.7.0 # renovate: datasource=pypi depName=aws-error-utils
5pkgrel=1
6pkgdesc="Error-handling functions for boto3 and botocore"
7arch=('any')
8url="https://github.com/benkehoe/aws-error-utils"
9license=('Apache-2.0')
10depends=(
11 'python'
12 'python-botocore'
13)
14makedepends=(
15 'python-build'
16 'python-installer'
17 'python-poetry-core'
18 'python-wheel'
19)
20source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname//-/_}-${pkgver}.tar.gz")
21sha256sums=('07107af2a2c26706cd9525b7ffbed43f2d07b50d27e39f9e9156c11b2e993c97')
22
23build() {
24 cd "${srcdir}/${_pyname//-/_}-${pkgver}"
25 python -m build --wheel --no-isolation
26}
27
28package() {
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)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