mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-29 00:07:27 +03:00
Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/39331 Signed-off-by: Michał Górny <mgorny@gentoo.org>
29 lines
827 B
XML
29 lines
827 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<name>Oz Tiram</name>
|
|
<email>oz.tiram@gmail.com</email>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="no">
|
|
<name>Proxy Maintainers</name>
|
|
<email>proxy-maint@gentoo.org</email>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">fastapi/typer</remote-id>
|
|
<remote-id type="pypi">typer</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="cli">
|
|
Install "typer" entry point (conflicts with dev-lang/erlang).
|
|
Even with the flag disabled, the CLI can still be used
|
|
via "python -m typer".
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|