Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: go 1.13 and go modules
Date: Mon, 09 Sep 2019 20:35:33
Message-Id: 20190910083517.1877fd18@katipo2.lan
In Reply to: [gentoo-dev] rfc: go 1.13 and go modules by William Hubbs
1 On Mon, 9 Sep 2019 12:34:18 -0500
2 William Hubbs <williamh@g.o> wrote:
3
4 > There is another option I want to try which is adding "go mod vendor" to
5 > src_unpack for go packages.
6
7 Is it infeasible to write a tool that you execute as a maintainer, that simulates
8 what "go mod vendor" would do, but instead emits a list of entries for SRC_URI,
9 and then have an eclass or something construct the vendor dir from those?
10
11 That's what is available for rust stuff.

Replies

Subject Author
Re: [gentoo-dev] rfc: go 1.13 and go modules William Hubbs <williamh@g.o>