[Distutils] Egg name computation

Chris Barker chris.barker at noaa.gov
Thu Oct 31 16:41:42 CET 2013


On Mon, Oct 28, 2013 at 3:50 PM, PJ Eby <pje at telecommunity.com> wrote:

> You could include a dummy extension that does nothing, I suppose.  Or
> which controls the building of your actual extensions.  Setuptools has
> long supported Pyrex and I think that Cython might also work, i.e.,
> that you could just specify your cython modules as extensions in
> setup.py to start with.
>

Indeed -- recent versions of setuptools do support Cython. You also may
want to use Cython's "cythonize" on your Extension objects to make it a bit
"smarter".

-Chris




-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131031/99fc3ee5/attachment.html>


More information about the Distutils-SIG mailing list