Dag Sverre Seljebotn wrote:
> I've started to use SCons for building Cython (a lovely experience 
> compared to distutils .. I'll upload the necesarry files and write some 
> docs some happy day). It has excellent support for plugging in 
> dependency tracking of pyx files (i.e. get list of cimported pxd files, 
> include pxi files and cdef extern-ed h files).

Sounds nice.

There's also a descendent of setuptools that sounds interesting:

http://pypi.python.org/pypi/distribute


> Is there a dependency finder for Cython sources somewhere?

I don't remember where exactly that's generated, but at least Main.py reads
the dependency files from the last compiler run in read_dependency_file().
I think it's collected somewhere in the parser.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to