The Following 5 Users Say Thank You to rcolistete For This Useful Post: | ||
|
2013-01-30
, 16:56
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#2
|
The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
|
2013-01-30
, 17:01
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#3
|
I'd like to see boost-python. And before somebody shouts "you are free to port it" at me, I'm just saying what I'd like. I do not need it for something and if I do I will well consider porting it.
If though someone else is considering porting it, maybe it's good to know if there's other people who could find that useful.
The Following 3 Users Say Thank You to rcolistete For This Useful Post: | ||
|
2013-02-04
, 07:56
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#4
|
The Following 2 Users Say Thank You to Khertan For This Useful Post: | ||
|
2013-02-04
, 09:27
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#5
|
Is python-pyside for Qt 4.8 on Mer/Nemo working ? It is needed to port many Python GUI softwares from Maemo 5 & MeeGo Harmattan.
From (non-official ?) MartinK Nemo repository :
- pygtk2, python-magic, python-numeric, python-pyside, python-pyside-shiboken, python-qtmobility.
Python packaging
It would nice to package pure Python softwares with simpler (than Mer SDK) packaging tools, like PyPackager (for Maemo & MeeGo Harmattan).
The Following User Says Thank You to MartinK For This Useful Post: | ||
|
2013-02-04
, 09:36
|
Posts: 103 |
Thanked: 211 times |
Joined on Sep 2011
|
#6
|
The Following User Says Thank You to inean For This Useful Post: | ||
|
2013-02-04
, 12:14
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#7
|
PyPackager is already available and can produce source package with spec file to be use witn COBS to produce rpm package for mer and Nemo mobile. And PySide is already available
|
2013-02-04
, 19:28
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#9
|
|
2013-02-04
, 20:22
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#10
|
Yep, Pyside is present in the official Nemo repositories & there are already programs using it (from me & Khertan, maybe also from others ?).
The Following User Says Thank You to rcolistete For This Useful Post: | ||
The Sailfish/Python Development wiki page has almost all the Python packages also compatible with Mer/Nemo.
From gitweb.merproject.org/gitweb and list of last Mer packages, we have on Mer :
- Python 2.7.5;
- modules boost-python, dbus-python, libuser-python, libxml2-python, pacrunner-python, pygobject2, pygpgme, python-M2Crypto, python-cairo, python-contextkit, python-deltarpm, python-devel, python-iniparse, python-libs, python-lcms, python-lxml, python-magic, python-markdown, python-pycurl, python-pygments, python-setuptools, python-solv, python-test, python-tools, python-urlgrabber, python-yaml, rpm-python.
From Nemo devel MW and MartinK Nemo repository :
- pygtk2, python-imaging, python-magic, python-numeric, pyOpenSSL, python-pyside, python-pyside-shiboken, python-qtmobility, python-twisted, python-zope-interface;
MartinK confirmed that python-pyside for Qt 4.8 on Mer/Nemo is working well, as well as PyGTK. So many Python with GUI softwares from Maemo 5 & MeeGo Harmattan can be ported to Mer/Nemo.
Softwares developed in Python with GUI (in Qt Quick/QML) :
- ModRana : flexible GPS navigation system (there is also a Gtk version).
From Khertan MeeGo repository (all work on Nemo, but not all are packaged to Mer/Nemo) :
- pyflakes, pylint, pypackager, python-autopep8, python-beautifulsoup, python-egenix-mxdatetime, python-jinja2, python-markupsafe, python-nose, python-pep8, python-sdist-maemo.
Softwares developed in Python with GUI (in Qt Quick/QML) :
- BitPurse : Blockchain.info Bitcoin wallet client;
- KhtNotes : note taking application;
- KhtSimpleText : plain/programming text editor.
From RColistete Mer repository :
- ipython 2.2.0 (complete with Notebook and text interfaces), depending on python-pyzmq (and its depency zeromq), python-tornado, python-jinja2, python-markupsafe;
- python-sympy 0.7.5;
- python-numpy 1.9.0 (without Fortran, BLAS and LAPACK);
- python-matplotlib 1.4.0 (with Agg and WebAgg backends) and the dependencies python-pyparsing, python-pytz, python-dateutil, python-six, python-tornado;
- python-uncertainties 2.4.6.
For comparison, here are the lists of Python Harmattan modules and of Python Maemo 5 packages.
I would like to see :
- python-pygame (with many dependencies);
- python-numpy (Python & C/C++, complete with Fortran, BLAS e LAPACK);
- cython (Python & C/C++).
Some of them I hope to package to Mer / Nemo / etc, but if anyone has already made it or plan to, please tell here in this topic.
It is nice to package pure Python softwares with simpler (than Mer SDK) packaging tools, like PyPackager (for Maemo & MeeGo Harmattan). Khertan confirmed PyPackager creates source with spec file needed by COBS to package rpm for Mer and Nemo.
Also MartinK cited modRana packaging scripts which can adapted to other softwares to be sent to COBS.
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
Last edited by rcolistete; 2014-09-25 at 14:14. Reason: IPython 2.2.0, NumPy 1.9.0, MatPlotLib 1.4.0, etc