mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
mypy can compile itself via mypyc, which requires that it fully pass mypy typechecking; this means we need to have type stubs for its runtime dependencies. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32598 Signed-off-by: Michał Górny <mgorny@gentoo.org>
23 lines
661 B
XML
23 lines
661 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<!-- no ALLARCHES: mypyc has portability problems -->
|
|
<upstream>
|
|
<remote-id type="github">python/mypy</remote-id>
|
|
<remote-id type="pypi">mypy</remote-id>
|
|
<bugs-to>https://github.com/python/mypy/issues</bugs-to>
|
|
<doc>https://mypy.readthedocs.io/</doc>
|
|
</upstream>
|
|
<use>
|
|
<flag name="native-extensions">
|
|
Compiles native C extensions (speedups, instead of using Python
|
|
fallback code).
|
|
</flag>
|
|
</use>
|
|
|
|
</pkgmetadata>
|