cythonizer on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S cythonizer

* (Optional) Uninstall cythonizer on Arch using YAY

$ yay -Rns cythonizer

2. Manually Install "cythonizer" via AUR

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

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

b. Clone cythonizer's git locally

$ git clone https://aur.archlinux.org/cythonizer.git ~/cythonizer

c. Go to ~/cythonizer folder and install it

$ cd ~/cythonizer $ makepkg -si

3. Information about the cythonizer package on Arch User Repository (AUR)

ID: 1293010
Name: cythonizer
PackageBaseID: 161141
PackageBase: cythonizer
Version: 1.2.0b3-1
Description: Cythonizer is a script that will attempt to automatically convert one or more .py and .pyx files into the corresponding compiled .pyd or .so binary modules files.
URL: https://pypi.org/project/cythonizer/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: rizwan486
Submitter: rizwan486
FirstSubmitted: 1608570132
LastModified: 1690087789
URLPath: /cgit/aur.git/snapshot/cythonizer.tar.gz