[Distutils] The problem with Setuptools on Python 3.

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 21 07:19:50 CEST 2009


Lennart Regebro wrote:

> We need a plan. Somebody please make a plan

Whatever plan you come up with, I'd like to see the
basic architecture built around a dependency graph,
at least for the parts concerned with building
extension modules from sources.

My use case for handling Pyrex sources. I'd like
to be able to plug in a module that knows how
to turn .pyx files into .c files, without requiring
arcane internal knowledge and without interfering
with any other extensions I might want to use at
the same time.

-- 
Greg


More information about the Distutils-SIG mailing list