dev-util/rye: new package, add 0.15.2

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2023-11-13 05:26:39 +09:00
parent 55408e2be4
commit c6b3d8bfcf
3 changed files with 602 additions and 0 deletions

14
dev-util/rye/metadata.xml Normal file
View File

@@ -0,0 +1,14 @@
<?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>