Subject: Re: nicotine wants py23-gtk2, but gets py24-gtk2
To: Hubert Feyrer <hubert@feyrer.de>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-users
Date: 01/25/2007 11:08:09
> Trying to install pkgsrc/net/nicotine, it blows up because py24-gtk2 is
> installed, but the nicotine Makefile says it wants python2.3:
> 
> PYTHON_VERSIONS_ACCEPTED=       23
> 
> Something doesn't fit here - any know how to fix this?

I don't know nicotine (and I don't know if it will work with python 2.4), 
but maybe try adding 24 first, like:

PYTHON_VERSIONS_ACCEPTED=	24 23

It was proposed (and maybe implemented) to change this "ACCEPTED" list to 
instead have variable to list the incompatible and then assume any python 
will work (so we don't have to update frequently).

  Jeremy C. Reed