This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients flox, jcea, ned.deily, ronaldoussoren
Date 2013-07-06.16:34:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373128474.28.0.520571565871.issue15661@psf.upfronthosting.co.za>
In-reply-to
Content
I just created a very crude package with the "new" tools.

$ pkgbuild --analyze --root /tmp/_py/_root pkgbuild.plist
...

$ pkgbuild --root /tmp/_py/_root --identifier org.python.python34 --component-plist pkgbuild.plist pythoninstall.pkg
pkgbuild: Reading components from pkgbuild.plist
pkgbuild: Adding component at Library/Frameworks/Python.framework/Versions/3.4
pkgbuild: Adding component at Applications/Python 3.4/IDLE.app
pkgbuild: Adding component at Applications/Python 3.4/Python Launcher.app
pkgbuild: Adding component at Library/Frameworks/Python.framework/Versions/3.4/Resources/Python.app
 pkgbuild: Wrote package to pythoninstall.pkg

That package can then be opened using installer.app, but isn't usable as it.

!) There are no pre/post scripts

2) User cannot select components

3) There is no README, License, custom logo, ...

4) I'm pretty sure this doesn't install the documentation 

It might be possible to add all missing features using pkgbuild and productbuild, but I'm not sure about that.
History
Date User Action Args
2013-07-06 16:34:34ronaldoussorensetrecipients: + ronaldoussoren, jcea, ned.deily, flox
2013-07-06 16:34:34ronaldoussorensetmessageid: <1373128474.28.0.520571565871.issue15661@psf.upfronthosting.co.za>
2013-07-06 16:34:34ronaldoussorenlinkissue15661 messages
2013-07-06 16:34:33ronaldoussorencreate