Gentoo Archives: gentoo-dev

From: Patrick McLean <chutzpah@g.o>
To: gentoo-dev@l.g.o
Cc: rust@g.o, gyakovlev@g.o
Subject: [gentoo-dev] cargo.eclass: Add support for GIT_CRATES
Date: Tue, 07 Feb 2023 23:26:10
Message-Id: 20230207232557.3484952-1-chutzpah@gentoo.org
1 This adds support for an associative array called GIT_CRATES containing any
2 crates that must be fetched from git rather than just cargo crates. This will
3 add the code to the cargo config to make sure that the locations are overridden
4 so cargo won't try to fetch the crates from git.
5
6 Currently it automatically handle GitHub and GitLab URIs, and will accept
7 arbitrary URIs.

Replies

Subject Author
[gentoo-dev] [PATCH] cargo.eclass: Add support for GIT_CRATES Patrick McLean <chutzpah@g.o>