diff options
Diffstat (limited to 'dev-python/llvmlite')
| -rw-r--r-- | dev-python/llvmlite/metadata.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/dev-python/llvmlite/metadata.xml b/dev-python/llvmlite/metadata.xml index 3f12f0b34215..ad8640f605a5 100644 --- a/dev-python/llvmlite/metadata.xml +++ b/dev-python/llvmlite/metadata.xml @@ -1,21 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>llvm@gentoo.org</email> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>llvm@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> llvmlite uses the LLVM library for JIT (just-in-time) compilation of Python code into native machine instructions during runtime. Instead of exposing large parts of the LLVM C++ API for direct calls into the LLVM library, llvmlite follows a lightweight multi-layered approach. </longdescription> - <upstream> - <remote-id type="pypi">llvmlite</remote-id> - <remote-id type="github">numba/llvmlite</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="pypi">llvmlite</remote-id> + <remote-id type="github">numba/llvmlite</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
