python-backoff on AUR (Arch User Repository)

Last updated: June 16,2024

1. Install "python-backoff" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-backoff on Arch using YAY

$ yay -S python-backoff

* (Optional) Uninstall python-backoff on Arch using YAY

$ yay -Rns python-backoff

2. Manually Install "python-backoff" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-backoff's git locally

$ git clone https://aur.archlinux.org/python-backoff.git ~/python-backoff

c. Go to ~/python-backoff folder and install it

$ cd ~/python-backoff $ makepkg -si

3. Information about the python-backoff package on Arch User Repository (AUR)

ID: 1395005
Name: python-backoff
PackageBaseID: 142942
PackageBase: python-backoff
Version: 2.2.1-2
Description: Python library providing function decorators for configurable backoff and retry
URL: https://github.com/litl/backoff
NumVotes: 5
Popularity: 0.438168
OutOfDate:
Maintainer: fryfrog
Submitter: fryfrog
FirstSubmitted: 1561178401
LastModified: 1706541329
URLPath: /cgit/aur.git/snapshot/python-backoff.tar.gz