https://github.com/fancycode/buildout.python_libevent
Buildout recipe for python-libevent
https://github.com/fancycode/buildout.python_libevent
Last synced: about 1 month ago
JSON representation
Buildout recipe for python-libevent
- Host: GitHub
- URL: https://github.com/fancycode/buildout.python_libevent
- Owner: fancycode
- Created: 2011-07-29T08:37:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-29T08:57:45.000Z (over 14 years ago)
- Last Synced: 2024-10-19T03:20:52.752Z (about 1 year ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/buildout.python_libevent/
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Buildout recipe for python-libevent
========================================================================
This buildout recipe can be used to build the python-libevent module and
link libevent itself statically.
Add the following section to your buildout script::
[python-libevent]
recipe = buildout.python_libevent
eggs = python-libevent
libevent = http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.13-stable.tar.gz
"libevent" points to a released tarball of libevent which will be downloaded
and compiled using the regular "configure && make" and will be used to build
python-libevent.