[issue1294032] Distutils writes keywords comma-separated

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Doc request forwarded to https://bitbucket.org/pypa/pypi-metadata-formats/issue/30/clarify-use-of-csv-for-keywords-field -- assignee: tarek - components: +Documentation -Distutils2 nosy: +ncoghlan resolution: - works for me stage: - committed/rejected

[issue5926] bdist_msi: add support for minimum Python version for pure Python projects

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg119372 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5926

[issue5926] bdist_msi: add support for minimum Python version for pure Python projects

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: #5311 gives more context for this feature request. The last messages hint that there already is a way to achieve this, in which case the documentation could be improved. -- assignee: eric.araujo - components: +Distutils -Distutils2 resolution: out

[issue15419] distutils: build should use a version-specific build directory

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: +Distutils -Distutils2 stage: - needs patch title: distutils2: build should use a version-specific build directory - distutils: build should use a version-specific build directory versions: +Python 3.5 -3rd party, Python 3.4

[issue6040] bdist_msi does not deal with pre-release version

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: The issue is that projects want to generate MSIs for pre- and post-release versions. As Martin said, there is an MSI limitation here (that should be documented in distutils doc). I see two issues with munging the version number: 1) Both Twisted 2.0+r42

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Another use case from #10530: deliberately broken modules for testing. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7918

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg122428 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7918

[issue10530] distutils2 should allow the installing of python files with invalid syntax

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: This doesn’t apply to distutils, see #7918. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10530 ___ ___ Python

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: This may have been done on purpose, to allow nearly-valid Python files to be packaged. In other bug reports we got some use cases: files used as templates; custom dialects converted by import hooks; 2.x and 3.x code in the same sdist. In that light, I think

[issue1635363] Add command line help to windows unistall binary

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Closing per Thomas’ and Martin’s replies. -- resolution: - rejected stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1635363

[issue17553] Note that distutils’ bdist_rpm command is not used to build a CPython rpm

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: On second thought, it seems to me that packagers already know that they should use their usual tool to create a CPython RPM, and I would not want to confuse Python developers with a note in the bdist_rpm doc. If someone thinks there really should be a note

[issue11122] bdist_rpm should use rpmbuild, not rpm

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Can someone test the attached patch for 2.7? I don’t know if the second use (rpm -q --qf etc) should be converted too. -- keywords: +patch stage: needs patch - patch review versions: +Python 3.4 -Python 3.2 Added file: http://bugs.python.org/file34407

[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: If you only had the latter exception all you would know is Python doesn't consider datetime a package but you wouldn't know why that is Well, I’d be satisfied with that. Looking at the doc or importing just datetime would let me know it’s a module

[issue6142] distutils2 clean command: Remove extension modules built in-place

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: distutils doc now warns about clean not removing extensions built in place. distutils2 is no more. Closing. -- assignee: - docs@python components: +Documentation -Distutils2 nosy: +docs@python resolution: - out of date stage: needs patch - committed

[issue19627] python open built-in function - updating is not defined

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Edited slightly and committed, thank you! -- assignee: docs@python - eric.araujo resolution: - fixed stage: needs patch - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19627

[issue20135] FAQ need list mutation answers

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I agree; if someone goes to the docs, “Programming FAQ” looks more enticing than “Design and History”. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20135

[issue20627] Add context manager support to xmlrpc.client.ServerProxy

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Looks good to me; left some comments on Rietveld. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20627

[issue809163] Can't add files with spaces

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Previous comment: “If there is a way to make rpm read one line at a time, we should use it.” If there isn’t such an option, and if sed is guaranteed to be installed on rpm-based systems, we can try the sed script

[issue19627] python open built-in function - updating is not defined

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19627 ___ ___ Python-bugs-list

[issue1222585] C++ compilation support for distutils

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Now that distutils2 development is stopped and that distutils is no longer under a feature freeze, this is a reasonable thing to add to 3.5. Thanks for your efforts Arfrever, and sorry you had to port and maintain this to so many different versions

[issue19549] PKG-INFO is created with CRLF on Windows

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: The docs and PEPs only define the PKG-INFO file as “a set of RFC 822-style headers”. Character encoding was defined later to be UTF-8; there is no mention of explicit choice of platform-consistent or cross-platform linefeeds. Are there tools out

[issue19394] distutils.core.Extension: empty strings in library_dirs and include_dirs should not be allowed

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. What fix do you suggest? Printing an error if empty strings are passed for include/library_dirs? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19394

[issue14270] Can't install a project in a specific directory

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: pysetup was replaced by pip as official installer. This issue may affect distlib. -- nosy: +vinay.sajip resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep

[issue4931] distutils does not show any error msg when can't build C module extensions due to a missing C compiler

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Happy to close this as fixed. -- resolution: accepted - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4931

[issue5342] packaging: add tests for old versions cleanup on update

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: packaging is not developped anymore. The issue described here may be relevant for projects like wheel, distlib or pip. -- resolution: - out of date stage: test needed - committed/rejected status: open - closed

[issue12944] Accept arbitrary files for packaging's upload command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- Removed message: http://bugs.python.org/msg193103 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12944

[issue12944] Accept arbitrary files for distutils' upload command

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: With the lift of the distutils feature freeze decided at PyCon 2013, this feature request could be done for 3.5. -- title: Accept arbitrary files for packaging's upload command - Accept arbitrary files for distutils' upload command versions: +Python 3.5

[issue17574] pysetup failing with OSError: [Errno 18] Invalid cross-device link.

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed type: crash - behavior versions: -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17574

[issue17640] from distutils.util import byte_compile hangs

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Can’t reproduce (linux 3.12). If someone on FreeBSD can reproduce the bug, please reopen this ticket. -- resolution: - works for me stage: - committed/rejected status: open - closed ___ Python tracker rep

[issue18045] get_python_version is not import in bdist_rpm.py

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patches. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18045

[issue18970] run_setup() behavior differs from cli invocation of setup.py

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: The principle of least surprise suggests that run_setup() should behave equivalently to a command line invocation of setup.py. That’s debatable: distutils.core.setup corresponds to a command-line invocation of setup.py, but run_setup is documented

[issue16326] distutils build_ext fails to set library_dirs in 2.7.2 on Linux

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: FTR a patch in #18976 is said to also fix this one. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16326

[issue14894] distutils.LooseVersion fails to compare number and a word

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I’m still torn between improving this as best as we can and waiting for clean new spec and code. Last PyCon Nick said he had a PEP in mind to specify how distutils would be updated to support new standards; I think we’ll revisit this issue when that policy

[issue14915] pysetup3.3 install is case insensitive, remove is case sensitive

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14915

[issue10530] distutils2 should allow the installing of python files with invalid syntax

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This is now irrelevant, unless it also applies to distutils (in which case, please reopen). -- assignee: tarek - eric.araujo resolution: - out of date stage: needs patch - committed/rejected status: open - closed

[issue13198] Remove duplicate definition of write_record_file

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: wheel/distlib/pip don’t have the same code, and if they had the same issue it would probably be found by a user. Closing. -- resolution: - out of date stage: patch review - committed/rejected status: open - closed

[issue13175] packaging uses wrong line endings in RECORD files on Windows

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This issue is now obsolete for distutils2. Other projects that write RECORD files are hopefully more robust in their code and tests. -- resolution: - out of date stage: - committed/rejected status: open - closed

[issue12703] Improve error reporting for packaging.util.resolve_name

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This is now obsolete. For a discussion about moving resolve_name to another part of the stdlib, see #12915. -- resolution: - out of date stage: patch review - committed/rejected status: open - closed ___ Python

[issue15231] update PyPI upload doc to say --no-raw passed to rst2html.py

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: There’s no more distutils2 to port to, so this is done. -- resolution: - fixed stage: commit review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15231

[issue15266] Perform the same checks as PyPI for Description field

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Reclassifying as distutils feature request. -- assignee: eric.araujo - components: +Distutils -Distutils2 versions: +Python 3.5 -3rd party ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15266

[issue14949] Documentation should state clearly the differences between pysetup run install_dist and pysetup install

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This is now obsolete. The new packaging guide will hopefully make a clear distinction between “setup.py install” and “pip install”, and future developments may altogether remove “setup.py install”. -- nosy: +ncoghlan resolution: - out of date stage

[issue14858] 'pysetup create' off-by-one when choosing classification maturity status interactively.

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: distutils2 is replaced by other projects. -- resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14858

[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13399

[issue14275] pysetup create doesn't handle install requirements

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14275

[issue1703178] link_objects in setup.cfg crashes build

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: -Distutils2 versions: +Python 3.4 -3rd party, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1703178

[issue13160] Rename install_dist to install

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13160

[issue13331] Packaging cannot install resource directory trees specified in setup.cfg

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This is an issue for d2to1 / pbr / a new wheel PEP. -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13331

[issue11637] Add cwd to sys.path for hooks

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: No more relevant for distutils2; to be kept in mind for metadata 2.x hooks implementations. -- nosy: +ncoghlan resolution: - out of date stage: commit review - committed/rejected status: open - closed ___ Python

[issue12377] Clean up use of packages_root/package_dir

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12377

[issue12375] Add packages_root to sys.path for hooks

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12375

[issue12933] Update or remove claims that distutils requires external programs

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- versions: +Python 3.4 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12933 ___ ___ Python

[issue7219] Unhelpful error message when a distutils package install fails due to a permissions error

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: The fix for #4931 may also fix this bug. The patch should be changed to remove the code changes and adapt the tests. -- components: -Distutils2 versions: +Python 3.4 -3rd party, Python 3.2 ___ Python tracker rep

[issue12900] Use universal newlines mode for setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12900

[issue9281] Race condition in distutils.dir_util.mkpath

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: +Distutils -Distutils2 resolution: accepted - fixed stage: needs patch - committed/rejected status: open - closed title: Race condition with mkdir/makedirs in distutils2 - Race condition in distutils.dir_util.mkpath versions

[issue14002] AttributeError in distutils2.pypi.wrapper

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14002

[issue14778] logging messages about bad version numbers should include the project name

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: distutils2 development has stopped. -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14778

[issue13178] Need tests for Unicode handling in install_distinfo and install_data

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13178

[issue12302] packaging test command needs access to .dist-info

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12302

[issue12344] Add **kwargs to reinitialize_command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12344

[issue11416] netrc module does not handle multiple entries for a single host

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This patch hasn’t been committed. The comment before yours says that it needs to be edited a bit. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11416

[issue4744] asynchat documentation needs to be more precise

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4744

[issue20627] Add context manager support to xmlrpc.client.ServerProxy

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This looks ready to me. Thanks Claudiu! -- keywords: -needs review stage: patch review - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20627

[issue20890] Miscellaneous PEP 101 additions

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20890 ___ ___ Python-bugs-list

[issue20363] BytesWarnings triggerred by test suite

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I don’t understand one thing: you said the output wasn’t changed, then show an example of changed output: “--xxx-- vs --b'xxx'--”. The “data” that is displayed is supposed to be text; showing “b'” and “'” is a regression

[issue20900] distutils register command should print text, not bytes repr

2014-03-12 Thread Éric Araujo
New submission from Éric Araujo: “python3 setup.py register --show-response“ will display something like --b'xxx'--. The HTTP response body should be decoded to text for display, instead of the repr of a bytes object. Setting the “easy” keyword: thanks to unittest.mock

[issue20363] BytesWarnings triggerred by test suite

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Thanks for correcting me. I created #20900. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20363

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: FTR, py_compile and compileall use importlib in 3.4. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16104

[issue11880] add a {dist-info} category to distutils2

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: languishing - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11880

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This looks ready to me. One thing: “make -j0” is the spelling for “run using all available cores”, whereas “compileall -j0” will use one process. I don’t know if this should be documented, changed or ignored. -- stage: patch review - commit review

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: +if args.processes = 0: Is that correct? For make, I think I’ve always seen “-j0”, not negative values. Could you add a test for -j0? (i.e. check that “compileall -j0” calls the function with “processes=os.cpu_count

[issue20902] Which operand is preferred by set operations? Missing information in the documentation

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +stutzbach ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20902 ___ ___ Python-bugs-list mailing

[issue17281] Broken links at pypi

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: The PyPI page now starts with this text: Distutils2 development is stopped. tl;dr: keep using setuptools and pip for now, don’t use distutils2. Distutils2 tried to be all things to all people; Python core developers and developers of packaging tools have

[issue20900] distutils register command should print text, not bytes repr

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: To get a better idea of the problem, you can run the code for real using https://testpypi.python.org/pypi as repository URL. Then, unittest.mock provides a way to write a unit test that reproduces the bug without actually sending an HTTP request to any server

[issue16108] Include maintainer information in register/upload

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: If PyPI is changed to display both author and maintainer info, I’m okay with changing distutils to send both. (Sourceforge link is dead :() -- components: +Distutils -Distutils2 stage: patch review - versions: +Python 2.7, Python 3.3, Python 3.4

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Benjamin: the patch contains an obvious fix to enable the user install scheme in distutils (PEP 370) (os2_user was misspellt os2_home), and more questionable changes (maybe incomplete too: many other places do different things for “posix” or “nt”, and apparently

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Alright. If OS/2 is a supported platform for 2.7, it makes sense to have compat fixes in that branch. IIUC the existing patch fixes two things: “python setup.py install --user” never worked correctly on OS/2; python doesn’t build on OS/2. Fixes require tests

[issue16480] pyvenv 3.3 fails to create symlinks for virtualenv/local/{bin, lib} to virtualenv/{bin, lib}

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: It was linked from the blog post (see first message): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695758 -- stage: - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16480

[issue18855] Inconsistent README filenames

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I’ve had co-workers get in trouble with file renames and case sensitivity on Mac OS X, but I’ve always been able to fix issues on Debian and tell them to hg pull --update. I don’t remember if they had to create a new clone, or update to an older revision

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Georg said LGTM, I applied the patches. Thanks! -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16805

[issue17325] improve organization of the PyPI distutils docs

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: +1 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17325 ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue12257] Rework/replace use of DISTUTILS_USE_SDK in packaging

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12257

[issue12253] Document packaging.manifest and packaging.errors

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12253

[issue13225] Failing packaging hooks should not stop operation

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Out of date for distutils2, may be considered for metadata 2.0 hooks. -- nosy: +ncoghlan resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http

[issue14011] packaging should use shutil archiving functions transparently

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14011

[issue14549] Recursive inclusion of packages

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14549

[issue13116] setup.cfg in [sb]dists should be static

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +ncoghlan resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13116

[issue13166] Implement packaging.database.*Distribution.__str__

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13166

[issue14946] packaging’s pysetup script should be named differently than distutils2’s pysetup

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14946

[issue14871] Rewrite the command line parsers and actions system used in distutils2

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14871

[issue12937] distutils2: install action should support same options as install command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12937

[issue8371] Add options to distutils2.install and pysetup install to only download

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8371

[issue13462] Improve code and tests for Mixin2to3

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13462

[issue14140] packaging tests: add helpers to create and inspect a tree of files

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14140

[issue14356] Distutils2 ignores site-local configuration

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14356

[issue14183] Test coverage for packaging.install and packaging.pypi.wrapper

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: distutils2/packaging development has stopped. -- resolution: - out of date stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14183

[issue14274] pysetup does not look at requires.txt

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14274

[issue14294] Requirements are not properly copied into metatdata of dist-info

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14294

[issue14279] packaging.pypi should support flat directories of distributions

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14279

[issue14319] cleanup index switching mechanism on packaging.pypi

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14319

[issue14280] packaging.pypi should not require checksums

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14280

<    3   4   5   6   7   8   9   10   11   12   >