Now it was the turn of packaging using Harmattan SDK (scratchbox on Ubuntu 10.04). I have successfully packaged SymPy (full Python project). My opinion about packaging with Harmattan SDK (scratchbox) :
- initially it is a lot more complex than other ways of packaging (pypackager @ N900, PySide-Assistant, etc), but after some learning (including from the files created by PySide-Assistant) and making 1 or 2 packages, it is not so difficult to package;
- it has good documentation and many examples all over Internet to learn;
- it gives full access to metadata/details of the package, like control the full name/version of the package, include homepage of the project, original maintainer, display name for application manager, bugtracker, etc;
- it is excellent to port & package Linux projects to MeeGo Harmattan, written in Python or not, see :
Packaging your application with Harmattan Platform SDK
I will also try packaging with sdist_maemo and pypackager for MeeGo Harmattan.