Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: Gentoo Dev <gentoo-dev@l.g.o>, Gentoo Python Project <python@g.o>
Subject: [gentoo-dev] Re: [PATCH python-utils-r1 1/4] Use shell wrappers instead of symlinks for python{,-config}
Date: Sun, 26 Jul 2015 15:10:29
Message-Id: CAJ0EP42D61k4F6i78v4ZM7RjcA3FCGcZCW+dE23fOb8-1aVg0g@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH python-utils-r1 1/4] Use shell wrappers instead of symlinks for python{,-config} by "Michał Górny"
1 On Sat, Jul 25, 2015 at 6:37 AM, Michał Górny <mgorny@g.o> wrote:
2 > Use shell wrappers to spawn python & python-config instead of symlinks
3 > to fix magic applied by Python 3.4+ to symlinks.
4 >
5 > Fixes: https://bugs.gentoo.org/show_bug.cgi?id=555752
6
7 Looks ok to me.
8
9 The use of ${PYTHON} as a prefix for ${PYTHON}-config is somewhat
10 confusing at first glance, but the eclass seems to already use it that
11 way.