[issue3992] removed custom log from distutils

2009-03-07 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: I updated the patch. Mine only changes log.py. -- nosy: +akitada Added file: http://bugs.python.org/file13260/remove-custom-log-revised.diff ___ Python tracker rep...@bugs.python.org http

[issue4459] bdist_rpm should enable --fix-python by default

2009-03-03 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- title: bdist_rpm assumes python - bdist_rpm should enable --fix-python by default ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4459

[issue4480] bdist_msi and bdist_wininst are missing an uninstaller icon

2009-03-01 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4480

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2009-03-01 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4918

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-03-01 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- components: +Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5235 ___ ___ Python-bugs-list

[issue5394] Distutils in trunk does not work with old Python (2.3 - 2.5)

2009-02-28 Thread Akira Kitada
New submission from Akira Kitada akit...@gmail.com: As written in its README, Distutils must remain compatible with 2.3, but it isn't. Attached patch fixes this. -- assignee: tarek components: Distutils files: python23_compat.diff keywords: patch messages: 82920 nosy: akitada, tarek

[issue1294959] Problems with /usr/lib64 builds.

2009-02-28 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: 3rd party C modules are put in site-packages, so just having importer of 64-bit python look at lib64-dynload is not enough for solving this. To work around this problem, I did some hacks on my local Python to look at lib and lib64. It worked

[issue2698] Extension module build fails for MinGW: missing vcvarsall.bat

2009-02-28 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2698

[issue2941] Propagate define to resurce mingw32 compile

2009-02-28 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2941

[issue2200] find_executable fails to find .bat files on win32

2009-02-28 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2200

[issue4010] configure options don't trickle down to distutils

2009-02-28 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: Removed file: http://bugs.python.org/file12954/issue4010.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4010

[issue4010] configure options don't trickle down to distutils

2009-02-28 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Updated issue4010 to honor os.environ['CPPFLAGS']. Added file: http://bugs.python.org/file13212/issue4010.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4010

[issue4459] bdist_rpm assumes python

2009-02-28 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: There are two options for that in bdist_rpm. --python path to Python interpreter to hard-code in the .spec file (default: python) --fix-python hard-code the exact path to the current Python

[issue4214] no extension debug info with msvc9compiler.py

2009-02-28 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4214

[issue4843] make distutils use shutil

2009-02-28 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: 'ignore' was introduced in Python 2.6 but distutils has to keep Python 2.3 compatible. See: http://bugs.python.org/issue5052 So I guess you have to wait some more years before dropping distutils.dir_util and distutils.file_util

[issue1355826] shutil.move() does not preserve ownership

2009-02-28 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- type: - feature request versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1355826

[issue804543] invalid use of setlocale

2009-02-27 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: If I'm not mistaken, this bug seems to be fre-introduced in release30-maint/Modules/python.c. It could be fixed in just as it was before. -- components: +Interpreter Core -None nosy: +akitada type: - behavior versions: +Python 2.6

[issue1285] setp.py error The process cannot access the file ...

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- components: +Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1285 ___ ___ Python-bugs-list

[issue436259] [Windows] exec*/spawn* problem with spaces in args

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek nosy: +tarek versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue436259

[issue1692592] Stripping debugging symbols from compiled C extensions

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1692592

[issue1682403] docutils clarification request for rest

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1682403

[issue1254718] GCC detection for runtime_library_dirs when ccache is used

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1254718 ___ ___ Python-bugs-list mailing

[issue1887] distutils doesn't support out-of-source builds

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Build nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1887

[issue919238] Recursive variable definition causes sysconfig infinite loop

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.7, Python 3.1 -Python 2.3, Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue919238

[issue1035576] Add New RPM-friendly record option to setup.py

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1035576 ___ ___ Python-bugs-list mailing

[issue818201] distutils: clean -b ignored; set_undefined_options doesn't

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue818201 ___ ___ Python-bugs-list mailing

[issue755286] Generate rpm filelist including directories

2009-02-10 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Duplicate of issue1035576 -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue755286

[issue1035576] Add New RPM-friendly record option to setup.py

2009-02-10 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: duplicate of issue755286 -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1035576

[issue1169193] Handle ungzipped man pages in rpm builds correctly

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1169193

[issue809846] distutils/bdistwin32 doesn't clean up RO files properly

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue809846 ___ ___ Python-bugs-list mailing

[issue1169193] Handle ungzipped man pages in rpm builds correctly

2009-02-10 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Duplicate of issue644744 -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1169193

[issue644744] bdist_rpm fails when installing man pages

2009-02-10 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Duplicate of issue1169193 -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue644744

[issue1382562] --install-base not honored on win32

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1382562

[issue957381] bdist_rpm fails on redhat9, fc1, fc2

2009-02-10 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Is this problem already closed? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue957381

[issue1289136] distutils extension library path bug on cygwin

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1289136 ___ ___ Python

[issue1274324] 'setup.py install' fail on linux from read-only storage

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1274324 ___ ___ Python

[issue1028432] Specify a source baseurl for bdist_rpm.

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1028432

[issue1051216] make distutils.core.run_setup re-entrant

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1051216

[issue1635363] Add command line help to windows unistall binary

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - tarek components: +Windows nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1635363

[issue969718] BASECFLAGS are not passed to module build line

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue969718

[issue1648890] HP-UX: ld -Wl,+b...

2009-02-10 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1648890

[issue1083299] Distutils doesn't pick up all the files it should.

2009-02-09 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: I don't think that's not depends keyword is used for. I assume explanation on issue5158 is the way that depends is supposed to be used. -- nosy: +akitada, tarek ___ Python tracker rep

[issue1222585] C++ compilation support for distutils

2009-02-09 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1222585 ___ ___ Python-bugs-list mailing

[issue1589266] bdist_sunpkg distutils command

2009-02-09 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1589266

[issue3686] PKG-INFO file should differentiate between authors and maintainers

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Maintainer field is not specified in PEP 241, PEP 314 and even PEP 345. Can we add this field to PEP 345? -- nosy: +akitada, tarek type: - feature request ___ Python tracker rep...@bugs.python.org

[issue1294032] Distutils writes keywords comma-separated

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: s/PEP341/PEP345/? -- nosy: +akitada, tarek type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1294032

[issue1294032] Distutils writes keywords comma-separated

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: I think it still need to be clarified in PEP that Keywords field accept comma-or-space-separated values. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1294032

[issue1092365] Distutils needs a way *not* to install files

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: I don't understand the use case of that option. -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1092365

[issue1326113] Letting build_ext --libraries take more than one lib

2009-02-08 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1326113

[issue2624] swig support in distutils should use the build and temp dirs

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Same with issue1016626? -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2624

[issue828336] Allow set swig include dirs in setup.py

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: seems this is already fixed in issue1046644. -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue828336

[issue1016626] distutils support for swig is under par

2009-02-08 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Same with issue2624? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1016626

[issue1004696] translate Windows cr-lf when installing scripts on Linux

2009-02-08 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1004696 ___ ___ Python-bugs-list mailing

[issue1718574] build_clib --build-clib/--build-temp option bugs

2009-02-08 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1718574 ___ ___ Python-bugs-list mailing

[issue4010] configure options don't trickle down to distutils

2009-02-06 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: Removed file: http://bugs.python.org/file12868/issue4010.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4010

[issue4010] configure options don't trickle down to distutils

2009-02-06 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: s/get_config_vars/get_config_var/ -- versions: +Python 3.1 Added file: http://bugs.python.org/file12954/issue4010.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4010

[issue5158] Document distutils 'depends' option for extensions

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - georg.brandl components: +Documentation nosy: +georg.brandl, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5158

[issue1371826] distutils is silent about multiple -I/-L/-R

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - feature request versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1371826

[issue1481347] parse_makefile doesn't handle $$ correctly

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1481347

[issue1032] Improve the hackish runtime_library_dirs support for gcc

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: compile error - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1032

[issue793069] Add --remove-source option

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek versions: +Python 2.7, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue793069

[issue763043] unable to specify another compiler

2009-02-05 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek versions: +Python 2.7, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763043

[issue962772] when both maintainer and author provided, author discarded

2009-02-04 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: from distutils.core import setup setup(name=foo, author=bar, maintainer=baz) gives me Metadata-Version: 1.0 Name: foo Version: 0.0.0 Summary: UNKNOWN Home-page: UNKNOWN Author: baz Author-email: UNKNOWN License: UNKNOWN Description: UNKNOWN

[issue1019715] distutils ignores configure's --includedir

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1019715 ___ ___ Python-bugs-list

[issue808129] Change --changelog to accept files

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- type: - feature request versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue808129

[issue809163] Can't add files with spaces

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue809163

[issue828336] Allow set swig include dirs in setup.py

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - feature request versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue828336

[issue901727] extra_path kwarg to setup() undocumented

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - georg.brandl components: +Documentation nosy: +georg.brandl, tarek versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4577] distutils: -3 warnings (apply)

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4577

[issue1520877] Distutils bugfix: Read $AR from the environment/Makefile.

2009-02-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1520877

[issue1276768] dirutils.mkpath (verbose option does not work)

2009-02-04 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Still present in 2.6/3.0 -- nosy: +akitada, tarek type: feature request - behavior versions: +Python 2.7, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue2236] Distutils' mkpath implementation ignoring the mode parameter

2009-02-04 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Still present in 2.6/3.0 -- nosy: +akitada, tarek type: resource usage - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue976869] Stripping script extensions with distutils

2009-02-03 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: I doubt strip-extensions has to be in distutils. Isn't a simple script like below enough for this? $ for i in *.py; do mv $i ${i%.py}; done -- nosy: +akitada, tarek ___ Python tracker rep

[issue1294959] Problems with /usr/lib64 builds.

2009-02-03 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Similar problem report: http://bugs.python.org/issue1019715 -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1294959

[issue1076233] distutils.core.setup() with unicode arguments broken

2009-02-03 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: It seems this problem was fixed already. Can we close this? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1076233

[issue977470] Deleted files are reinstalled

2009-02-03 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Tarek, I think this is not a bug and would be safe to close. What do you think? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue977470

[issue1019715] distutils ignores configure's --includedir

2009-02-03 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: I'm having the same problem. This is a real headache, especially on systems that run both 32-bit and 64-bit apps, where I often see lib64, include64 and bin64. In my opinion, lib, include and bin shouldn't be hard-coded in anywhere. Note

[issue1835] Update version number in __init__.py

2009-02-02 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: It seems the version number has been bumped now. Was it okay? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1835

[issue1815] Distutils add ability to skip build [Feature Request]

2009-02-02 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Python 3.0 has --skip-build, too. Can we close this ticket? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1815

[issue1052827] filelist.findall should use os.lstat

2009-02-02 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: This is reproducible, but I'm not sure why this could be a problem... Is there any use cases that you think it could be better than failing? -- nosy: +akitada, tarek ___ Python tracker rep

[issue831643] Set option for subprocess in setup.py

2009-02-02 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Sorry, but I don't understand this report. Is reported problem fixed already? -- nosy: +akitada, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue831643

[issue1109659] distutils argument parsing is bogus

2009-02-02 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Here's the usage of setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help and '--dry-run' is a global

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-01-27 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Any update? Is this patch going to be included in 2.6.x/3.0.x in near future? -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1180

[issue4010] configure options don't trickle down to distutils

2009-01-26 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Attached patch changes distutils to pass CPPFLAGS to compiler. -- nosy: +tarek Added file: http://bugs.python.org/file12868/issue4010.diff ___ Python tracker rep...@bugs.python.org http

[issue5052] This module should be kept compatible with Python 2.1. in distutils code

2009-01-25 Thread Akira Kitada
New submission from Akira Kitada akit...@gmail.com: In distutils package, there are many files that saying This module should be kept compatible with Python 2.1. According to Tarek Ziadé, this is not valid statement anymore. -- components: Distutils messages: 80507 nosy: akitada

[issue5052] This module should be kept compatible with Python 2.1. in distutils code

2009-01-25 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: If PEP 291 is still valid, distutils needs only remain compatible with the version of Python it is distributed with. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5052

[issue5055] Distutils-SIG page needs to be updated

2009-01-25 Thread Akira Kitada
New submission from Akira Kitada akit...@gmail.com: Distutils-SIG page [1] and links there are considerably outdated. They need to be updated to reflect current situation. [1] http://www.python.org/community/sigs/current/distutils-sig/ -- assignee: georg.brandl components: Distutils

[issue5055] Distutils-SIG page needs to be updated

2009-01-25 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5055 ___ ___ Python-bugs-list mailing

[issue4137] update SIG web pages

2009-01-25 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- assignee: - georg.brandl components: +Documentation nosy: +akitada, georg.brandl, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4137

[issue5052] Mark distutils to stay compatible with 2.3

2009-01-25 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Is there any PEP describing we have to keep compatibility with 2.3 release? I'm not against the idea but just curious. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5052

[issue5055] Distutils-SIG page needs to be updated

2009-01-25 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Could you tell me where the right place to ask this kind of problems? I could not find any other trackers... ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5055

[issue1054967] bdist_deb - Debian packager

2009-01-20 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1054967 ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue4987] update distutils.README

2009-01-18 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: How about svn rm svn.python.org/projects/distutils/ to avoid confusion? -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4987

[issue4988] A link to What’s New in Python 2.0 on The Python Tutorial release 2.6

2009-01-18 Thread Akira Kitada
New submission from Akira Kitada akit...@gmail.com: It might be not a bug, but I think it's weird to see an ancient What's New link on the new Python tutorial page. http://docs.python.org/tutorial/ -- assignee: georg.brandl components: Documentation messages: 80109 nosy: akitada

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-01-04 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1180 ___ ___ Python-bugs-list mailing

[issue4811] invalid reST markup in several documents

2009-01-03 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Could you also fix the indentation of Queues example code at http://docs.python.org/library/multiprocessing.html#exchanging-objects-between-processes ? -- nosy: +akitada ___ Python tracker rep

[issue4010] configure options don't trickle down to distutils

2008-12-11 Thread Akira Kitada
Akira Kitada akit...@gmail.com added the comment: Is there anyone knowing the historical reason for this? In that case I will take this and submit a patch here soon. -- versions: +Python 2.5.3, Python 2.7 ___ Python tracker rep...@bugs.python.org

[issue4368] A bug in ncurses.h still exists in FreeBSD 4.9 - 4.11

2008-12-04 Thread Akira Kitada
Akira Kitada [EMAIL PROTECTED] added the comment: I think this patch is harmless and also deserve to be merged into 2.5.3 release. (As I mentioned earlier, this has been already merged into 3.0 and 2.6 branches) ___ Python tracker [EMAIL PROTECTED] http

[issue858809] Use directories from configure rather than hardcoded

2008-12-01 Thread Akira Kitada
Changes by Akira Kitada [EMAIL PROTECTED]: -- versions: +Python 2.5.3, Python 2.6, Python 2.7, Python 3.0 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue858809

[issue4370] warning: unknown conversion type character `z' in format

2008-11-30 Thread Akira Kitada
Akira Kitada [EMAIL PROTECTED] added the comment: Attached patch just leaves Py_GCC_ATTRIBUTE as it is now. Here is the highlight. /* * Hide GCC's format attribute from compilers if one of the following is true: * a) the compiler does not support it and not on RISC OS * b) the compiler does

<    1   2   3   4   5   >