diff options
Diffstat (limited to 'dev-python/nuitka/metadata.xml')
-rw-r--r-- | dev-python/nuitka/metadata.xml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/dev-python/nuitka/metadata.xml b/dev-python/nuitka/metadata.xml index 50c557ea4749..1fe2db787345 100644 --- a/dev-python/nuitka/metadata.xml +++ b/dev-python/nuitka/metadata.xml @@ -1,21 +1,22 @@ <?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">Nuitka/Nuitka</remote-id> -</upstream> + <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">Nuitka/Nuitka</remote-id> + <remote-id type="pypi">Nuitka</remote-id> + </upstream> </pkgmetadata> |