pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/python



On Wed, 22 Feb 2012, Matthias Drochner wrote:

> > I was thinking of removing the python binding from omnoORB
> 
> There is no Python binding in omniORB. What you are seeing
> is probably the IDL compiler.

Thanks for pointing that out!

After being able to get back to py-omniORBpy.....

It turns out the the only files that actually conflict are
${PYSITELIB}/omniidl_be/__init__.py{,c} 

The __init__.py consisting of three lines in both packages:
#
# Empty file to convince Python that this is a module.
#

The PLIST conflicts could be fix by making those files installation and
PLIST entries conditional (i.e. don't install them if omniORB includes them).

So the problem is how to tell for which version of python should these files
not get installed?

-- 
Steven



Home | Main Index | Thread Index | Old Index