From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/7] import: Add importer for rust crates. Date: Tue, 04 Oct 2016 11:14:13 +0200 Message-ID: <878tu4cw7u.fsf@gnu.org> References: <20160928151538.11679-1-david@craven.ch> <20160928151538.11679-2-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLnp-0000kG-Ve for guix-devel@gnu.org; Tue, 04 Oct 2016 05:14:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brLnl-0007mn-2A for guix-devel@gnu.org; Tue, 04 Oct 2016 05:14:21 -0400 In-Reply-To: <20160928151538.11679-2-david@craven.ch> (David Craven's message of "Wed, 28 Sep 2016 17:15:33 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * guix/import/crate.scm (crate-fetch, make-crate-sexp, > crate->guix-package, guix-package->crate-name, string->license, > crate-name->package-name): New variables. > * guix/scripts/import/crate.scm (%default-options, show-help, %options, > guix-import-crate): New variables. > * guix/scripts/import.scm (importers): Add crate to list of importers. > * tests/crate.scm (test-json, test-source-hash, > guix-package->crate-name, crate->guix-package): New variables. [...] > +@item crate > +@cindex crate > +Import metadata from the crates.io rust package repository s/rust/Rust/ Otherwise one might think the packages are rusty or something. ;-) OK with this change, thanks! Ludo=E2=80=99.