[issue20022] modernize the Mac bundlebuilder.py script

2014-03-30 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 3cf72994d5ae by Ned Deily in branch 'default':
Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
http://hg.python.org/cpython/rev/3cf72994d5ae

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20022
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20022] modernize the Mac bundlebuilder.py script

2013-12-19 Thread Ned Deily

Ned Deily added the comment:

bundlebuild.py is a deprecated legacy tool that has been superseded by the 
third-party py2app.  AFAIK, its only use in Python 3 is to build 
PythonLauncher.app; it is not included in a Python installation.  Rather than 
refactor it, its use should be eliminated in Mac/PythonLauncher/Makefile.in.

--
assignee:  - ned.deily
nosy: +ned.deily, ronaldoussoren

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20022
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20022] modernize the Mac bundlebuilder.py script

2013-12-19 Thread Ronald Oussoren

Changes by Ronald Oussoren ronaldousso...@mac.com:


--
keywords: +needs review, patch
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20022
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20022] modernize the Mac bundlebuilder.py script

2013-12-19 Thread Ronald Oussoren

Ronald Oussoren added the comment:

Removing bundle builder should be easy enough if it is only used to create the 
PythonLauncher application bundle: that bundle does not contain python code at 
all and constructing it is just a matter of copying files to the right location.

The attached patch should do the trick. The patch is very rough, but does work.

--
Added file: 
http://bugs.python.org/file33211/python-launcher-no-bundlebuilder.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20022
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20022] modernize the Mac bundlebuilder.py script

2013-12-18 Thread Eric Snow

New submission from Eric Snow:

Mac/Tools/bundlebuilder.py uses deprecated imp APIs.  It should be refactored 
to use the current import-related APIs.

--
messages: 206578
nosy: eric.snow
priority: low
severity: normal
status: open
title: modernize the Mac bundlebuilder.py script
type: enhancement
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20022
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com