rossengeorgiev / gevent-eventemitter

EventEmitter using gevent
7 stars 1 forks source link

Arch User Repository packages #1

Open vanyasem opened 6 years ago

vanyasem commented 6 years ago

I packaged python-gevent-eventemitter for Arch GNU/Linux in AUR:

Packages: python2-gevent-eventemitter-git, python-gevent-eventemitter-git

Packages prefixed with python- are built for Python 3.x, and prefixed with python2- are built for Python 2.x

You can install them using any AUR helper (the recommended one is pacaur):

pacaur -S python-gevent-eventemitter-git

You can also install them manually:

git clone https://aur.archlinux.org/python-gevent-eventemitter-git.git
cd python-gevent-eventemitter-git
makepkg -sic

It would be great if you added them to your readme

vanyasem commented 5 years ago

Updated the packages to match the latest version. Also made versioned packages: python2-gevent-eventemitter, python-gevent-eventemitter