pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46480: textproc/py-cElementTree fails to patch using lang/python27/patches/
The following reply was made to PR pkg/46480; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/46480: textproc/py-cElementTree fails to patch using
lang/python27/patches/
Date: Mon, 28 May 2012 21:16:37 +0900
On Thu, 24 May 2012 18:40:05 +0900, Sergey Litvinov
<slitvinov%gmail.com@localhost> wrote:
> It can be related to
> http://bugs.python.org/issue11171
> http://hg.python.org/cpython/rev/9afd3d54c3cb
It should not relevant for python 2.7.3.
> It seems the sysconfig.py part of the patch is not in
> pkgsrc/lang/python27/work/Python-2.7.3/Lib/distutils/sysconfig.py
113 if prefix is None:
114 prefix = plat_specific and EXEC_PREFIX or PREFIX
115
116 if os.name == "posix":
117 libpython = os.path.join(prefix,
118 "lib", "python" +
get_python_version())
119 if standard_lib:
120 return libpython
121 else:
122 return os.path.join(libpython, "site-packages")
I cannot find the "64" after "lib" (line 118).
--
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index