Re: interpreter / stdlib split

2010-03-29 Thread Barry Warsaw
On Mar 29, 2010, at 08:39 AM, C.J. Adams-Collier wrote: >I'm pretty new to packaging python. Apologies in advance if I'm making >bad assumptions. I recently packaged IronPython. It can optionally use >the libraries from the standard python library. It doesn't seem that >these libs are distribu

interpreter / stdlib split

2010-03-29 Thread C.J. Adams-Collier
Hey folks, I'm pretty new to packaging python. Apologies in advance if I'm making bad assumptions. I recently packaged IronPython. It can optionally use the libraries from the standard python library. It doesn't seem that these libs are distributed separately from the cpython interpreter. Woul

Advice needed on howto take care about scikits.*

2010-03-29 Thread Yaroslav Halchenko
Hi, Simple question, just asking so later on there would be no conflict if anyone else provides packaging for some other scikits- subproject (there is none atm though). I want to provide packages for few scikits.* projects from http://projects.scipy.org/scikits e.g. python-scikits-learn, python-

Advice needed on splitting a package

2010-03-29 Thread Jason Heeris
Hi all, I'd appreciate some advice (where to start, what docs to read, etc) on building separate binary packages for RabbitVCS. Previously we just separated the upstream tarball itself, but that ended in tears. Now we have a single tarball and I'd like to split out the binary packages. You can ch