On Tue, July 12, 2016 23:11, Joerg Jung wrote:
> On Mon, Jul 04, 2016 at 03:09:12PM +0100, Stuart Henderson wrote:
>> On 2016/07/04 15:31, Joerg Jung wrote:
>> > > I don't see much point in providing both py27 and py3 flavours
>> > > for an end-user program rather than a python library, I think I would
>> > > just hardcode it to py3.
>> >
>> > Stupid question: how to hardcode py3 somehow via MODULE variable I guess?
>> > Do you have an example port who does this? Others I use (e.g. beets,
>> ansible)
>> > are all py2 it seems.
>>
>> yes, graphics/py3-cairo is one:
>>
>> MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
>>
>> I think there may have been some others in some GNOME-ish things
>> but I'm not sure.
>
> Thanks for the hint! Attached a new version of the port for python3.
> OKs? This is for post-ports-lock of course.
>
Hi!
You need to switch RDEPS to their python3 FLAVORS. Other than this it looks
good and works for me.
ok kirby@ for fixed version.