Package Details: awsume 4.5.3-1

Git Clone URL: https://aur.archlinux.org/awsume.git (read-only, click to copy)
Package Base: awsume
Description: A convenient way to manage AWS session tokens and assume role credentials
Upstream URL: https://awsu.me/
Licenses: MIT
Submitter: ainola
Maintainer: SpoonJr
Last Packager: ainola
Votes: 2
Popularity: 0.000237
First Submitted: 2021-02-16 22:54 (UTC)
Last Updated: 2021-09-12 17:59 (UTC)

Latest Comments

0xR commented on 2025-03-08 11:04 (UTC) (edited on 2025-03-08 11:06 (UTC) by 0xR)

The issue is caused by the deprecated tests_require in setuptools.

I fixed this by removing the check section from the PKGBUILD file:

run:

git clone https://aur.archlinux.org/awsume.git
cd awsume

make the edit

# check() {
#   cd "$srcdir/$pkgname-$pkgver"
#   python setup.py ptr
# }

and run:

$ makepkg -si

MessedUpHare commented on 2025-01-22 15:49 (UTC)

This package isn't building for me anymore, It's reporting: ==> Starting check()... usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

error: invalid command 'pytest' ==> ERROR: A failure occurred in check(). Aborting... -> error making: awsume-exit status 4 -> Failed to install the following packages. Manual intervention is required: awsume - exit status 4