Gentoo Archives: gentoo-user

From: Tom Wijsman <TomWij@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to appoint python version for a package
Date: Wed, 02 Apr 2014 15:23:53
Message-Id: 20140402172311.56a868fe@gentoo.org
In Reply to: Re: [gentoo-user] How to appoint python version for a package by Wang Xuerui
1 On Wed, 2 Apr 2014 20:29:41 +0800
2 Wang Xuerui <idontknw.wang@×××××.com> wrote:
3
4 > 2014-04-02 20:26 GMT+08:00 Wang Xuerui <idontknw.wang@×××××.com>:
5 > > 2014-04-02 19:56 GMT+08:00 林守磊 <linxiulei@×××××.com>:
6 > >> return u'[%s-%s]' % (unichr(a), unichr(b))
7 > > [snip]
8 > > so the program will work in Python 3.3 but not 3.2
9 >
10 > Oops, there is also unichr. Seems the program is Python 2.x only, in
11 > which case you can try using package.env (google it) to override the
12 > PYTHON_TARGETS variable (or really, any variable in the build
13 > environment). Reporting to upstream is also welcomed, though.
14
15 Or he can provide the build log such that I can reproduce and fix it.
16
17 --
18 With kind regards,
19
20 Tom Wijsman (TomWij)
21 Gentoo Developer
22
23 E-mail address : TomWij@g.o
24 GPG Public Key : 6D34E57D
25 GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D

Replies

Subject Author
Re: [gentoo-user] How to appoint python version for a package "林守磊" <linxiulei@×××××.com>