Subject: Re: x11/py-gtk2 - plist conflict py23/py24 ?
To: Greg Troxel <gdt@ir.bbn.com>
From: Martin S. Weber <Ephaeton@gmx.net>
List: pkgsrc-users
Date: 10/16/2006 21:41:23
Hoi,

On Mon, Oct 16, 2006 at 12:14:35PM -0400, Greg Troxel wrote:
> The problem is probably not the 2.0, which I think means for gtk 2,
> but that pygtk isn't py23gtk and py24gtk.  See
> lang/python/extension.mk and lang/python/pyversion.mk and
> ${PYVERSSUFFIX}.

py-gtk2 has 
PYTHON_VERSIONS_ACCEPTED=       24 23

which iiuc means that py-gtk2 can be both py23-gtk2 and py24-gtk2 which
kind of agrees with what I have on my machine:

 $ pkg_info -c py23-gtk2 py24-gtk2
 Information for py23-gtk2-2.8.6:

 Comment:
 Python bindings for GTK+2


 Information for py24-gtk2-2.8.6:

 Comment:
 Python bindings for GTK+2

I think it's obvious from the checksum clashes that the PYVERSSUFFIX is *not*
used. Was I a make wizard spit I out the right incantations to fix, but I'm
not. But through the tomatoes on my eyes I clearly see two clashing packages.

Regards,

-Martin