Files
guru/dev-util/rye/metadata.xml
Daichi Yamamoto c6b3d8bfcf dev-util/rye: new package, add 0.15.2
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2023-11-13 05:26:39 +09:00

15 lines
648 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dev@dyama.net</email>
<name>Daichi Yamamoto</name>
</maintainer>
<longdescription>
Rye is Armin's personal one-stop-shop for all his Python needs. It installs and manages Python installations, manages pyproject.toml files, installs and uninstalls dependencies, manages virtualenvs behind the scenes. It supports monorepos and global tool installations.
</longdescription>
<upstream>
<remote-id type="github">mitsuhiko/rye</remote-id>
</upstream>
</pkgmetadata>