python-attr on AUR (Arch User Repository)

Last updated: May 19,2024

1. Install "python-attr" 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-attr on Arch using YAY

$ yay -S python-attr

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

$ yay -Rns python-attr

2. Manually Install "python-attr" via AUR

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

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

b. Clone python-attr's git locally

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

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

$ cd ~/python-attr $ makepkg -si

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

ID: 1243495
Name: python-attr
PackageBaseID: 192829
PackageBase: python-attr
Version: 0.3.2-1
Description: Simple decorator to set attributes of target function or class in a DRY way.
URL: https://github.com/denis-ryzhkov/attr
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: IngoMeyer
Submitter: IngoMeyer
FirstSubmitted: 1681908833
LastModified: 1681908833
URLPath: /cgit/aur.git/snapshot/python-attr.tar.gz