python-proboscis on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S python-proboscis

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

$ yay -Rns python-proboscis

2. Manually Install "python-proboscis" via AUR

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

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

b. Clone python-proboscis's git locally

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

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

$ cd ~/python-proboscis $ makepkg -si

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

ID: 455400
Name: python-proboscis
PackageBaseID: 97574
PackageBase: python-proboscis
Version: 1.2.6.0-2
Description: Proboscis is a Python test framework that extends Python’s built-in unittest module and Nose with features from TestNG.
URL: https://pypi.python.org/pypi/proboscis/
NumVotes: 13
Popularity: 0
OutOfDate:
Maintainer: sodora
FirstSubmitted: 1439537876
LastModified: 1509071722
URLPath: /cgit/aur.git/snapshot/python-proboscis.tar.gz