Stefano Rivera <[email protected]> wrote:
>Hi Scott (2013.02.23_00:17:30_+0200) >> >> >* you can ship extensions for more than one 3.x version in the >> >> >same private directory, thanks to tags >> >> Does dh_python3 support such setup? (I would be very surprised if >it >> >> did.) >> >You have a point. That'd be non-trivial to support. > >> What's not supported? > >Not all build systems append tags to the C extension file names, so if >you install to the same directory in a pyversion loop, you may >overwrite >C extensions from earlier python versions. > >Not a problem for distutils, though. So, maybe that's only a very minor >issue. dh_python3 does rewrite extension names with the tags. As an example, python-qt4 uses this. Scott K -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

