A zc.buildout extension to befriend mr.developer and Cython.
Project description
mr.cython
Problem
Buildout and mr.developer play nice together, until Cython join the party. There are no unified way to detect/use Cython, some of them (gevent) just use cython command from PATH or from CYTHON environment variable, others just try to import Cython modules directly from setup.py.
Solution
Add mr.cython to the extensions entry in your [buildout] section:
[buildout] extensions = mr.cython
If you use mr.developer, add mr.cython right after them:
[buildout] extensions = mr.developer mr.cython
This implicitly install cython into your bin/ directory, and allow setup.py from subsequent developed packages find cython in path, and allow import Cython.* namespace from them. Only eggs from develop line of [buildout] are affected, including eggs pulled by mr.developer.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mr.cython-1.0.tar.gz
.
File metadata
- Download URL: mr.cython-1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03a0ae3c53e63a82d2955b6cbd54338169030affd88fe0f500764242d066fa07 |
|
MD5 | 960dd5ff816ec0dd5b6299558bf75ac9 |
|
BLAKE2b-256 | 751c5af040ef9968ded73e8e219a9b86da9c6d4821e9b6277468938318ff744b |