diff options
author | 2020-12-11 16:17:41 +0100 | |
---|---|---|
committer | 2020-12-11 18:19:11 +0100 | |
commit | b0efa69df19e722ea87fa16bd36b71fb3a4d23eb (patch) | |
tree | 5ef10d7913518fabdec64976fcac3135bed0efc1 /dev-python/nuitka | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.9.14 (diff) | |
download | gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.gz gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.bz2 gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.zip |
dev-python/*: add pypi remote-ids
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nuitka')
-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> |