python-docformatter on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S python-docformatter

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

$ yay -Rns python-docformatter

2. Manually Install "python-docformatter" via AUR

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

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

b. Clone python-docformatter's git locally

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

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

$ cd ~/python-docformatter $ makepkg -si

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

ID: 1421189
Name: python-docformatter
PackageBaseID: 165623
PackageBase: python-docformatter
Version: 1.7.5-1
Description: Format docstrings to follow PEP257
URL: https://github.com/myint/docformatter
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: thrasibule
Submitter: thrasibule
FirstSubmitted: 1618453728
LastModified: 1709648683
URLPath: /cgit/aur.git/snapshot/python-docformatter.tar.gz