[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r24647 - in branches/ctypes-python-bindings: . csvn/core wraptypes

From: David James <james_at_cs.toronto.edu>
Date: 2007-04-20 06:28:40 CEST

On 4/19/07, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> On 4/18/07, djames@tigris.org <djames@tigris.org> wrote:
>
> > * wraptypes: New directory. Contains an improved version of the wraptypes
> > generator from Pyglet, which is licensed under the LGPL.
>
> Uhh, excuse me? I'm not a fan of adding more dependencies on LGPL
> code, I'm even less a fan of importing it, and I'm especially not a
> fan of doing either without any discussion at all.

wraptypes is a ctypes code generator for Python, much like ctypeslib.
It's useful for automatically generating Python bindings for
Subversion. It is licensed under the LGPL but it is only used by the
build system to generate code, and is entirely separate from the
ctypes Python bindings.

Before we merge the ctypes Python bindings to trunk, we will need to
find a home for my patched version of wraptypes. Perhaps we can
consult with the pyglet folks and see if they would be interested in
collaborating on this, and creating a project specifically for
wraptypes.

For now, I am just following pyglet's example: I've imported wraptypes
as a subdirectory in our repository. This works great for now, but it
might not be the best long term solution -- it's likely that wraptypes
would receive more attention if we created a separate project for it.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 20 06:28:50 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.