summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/nuitka: add new packageOz N Tiram2018-10-221-0/+21
Nuitka ia a Python compiler with full language support and CPython compatibility. This Python compiler achieves full language compatibility and compiles Python code into compiled objects that are not second class at all. Instead they can be used in the same way as pure Python objects. Using Nuitka allows one to create C based modules to be used in larger Python project or a stand alone executable of a Python code base. Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10068 Signed-off-by: Michał Górny <mgorny@gentoo.org>