python-mock on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S python-mock

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

$ yay -Rns python-mock

2. Manually Install "python-mock" via AUR

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

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

b. Clone python-mock's git locally

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

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

$ cd ~/python-mock $ makepkg -si

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

ID: 1428750
Name: python-mock
PackageBaseID: 203506
PackageBase: python-mock
Version: 5.1.0-1
Description: Mocking and Patching Library for Testing
URL: https://mock.readthedocs.io/en/latest/
NumVotes: 2
Popularity: 1.997476
OutOfDate:
Maintainer: nicolarevelant
Submitter: jelly
FirstSubmitted: 1709998473
LastModified: 1710629280
URLPath: /cgit/aur.git/snapshot/python-mock.tar.gz