summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2018-10-15 04:06:13 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-22 21:58:50 +0200
commit3bbeca687c64c12a9b978f6e9cdf8e106f2aee36 (patch)
treeadf6a90bd5cfe2631600cbd710f501baefe31e99 /dev-python/nuitka/metadata.xml
parentuse.desc: Remove unused global 'mozilla' flag (diff)
downloadgentoo-3bbeca687c64c12a9b978f6e9cdf8e106f2aee36.tar.gz
gentoo-3bbeca687c64c12a9b978f6e9cdf8e106f2aee36.tar.bz2
gentoo-3bbeca687c64c12a9b978f6e9cdf8e106f2aee36.zip
dev-python/nuitka: add new package
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>
Diffstat (limited to 'dev-python/nuitka/metadata.xml')
-rw-r--r--dev-python/nuitka/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/nuitka/metadata.xml b/dev-python/nuitka/metadata.xml
new file mode 100644
index 000000000000..a082b06e69cd
--- /dev/null
+++ b/dev-python/nuitka/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <name>Oz Tiram</name>
+ <email>oz.tiram@gmail.com</email>
+</maintainer>
+<maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+</maintainer>
+<longdescription lang="en">
+ 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.
+</longdescription>
+<upstream>
+ <remote-id type="github">pwman3/pwman3</remote-id>
+</upstream>
+</pkgmetadata>