From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39576) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDYVj-0004ai-Fx for guix-patches@gnu.org; Thu, 26 Sep 2019 14:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDYVi-0001YL-FV for guix-patches@gnu.org; Thu, 26 Sep 2019 14:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDYVi-0001YF-CR for guix-patches@gnu.org; Thu, 26 Sep 2019 14:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDYVi-00073W-5G for guix-patches@gnu.org; Thu, 26 Sep 2019 14:29:02 -0400 Subject: [bug#37525] [PATCH 0/3] Recursive option for crate importer Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39498) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDYVQ-0004Nz-Ob for guix-patches@gnu.org; Thu, 26 Sep 2019 14:28:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDYVP-0001RR-Ef for guix-patches@gnu.org; Thu, 26 Sep 2019 14:28:44 -0400 Received: from mx1.riseup.net ([198.252.153.129]:47048) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDYVP-0001RD-56 for guix-patches@gnu.org; Thu, 26 Sep 2019 14:28:43 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 46fNjQ2bPbzDyWS for ; Thu, 26 Sep 2019 11:28:42 -0700 (PDT) From: Martin Becze Date: Thu, 26 Sep 2019 14:28:12 -0400 Message-Id: <20190926182812.10566-1-mjbecze@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37525@debbugs.gnu.org Cc: Martin Becze This add recursive functionalty for the crate importer. Currently it does= n't respect the versioning. To do that we will need to add semver functio= nality as well so that we can look up the correct version of dependencies= .=20 Martin Becze (3): added recusive import functionality to the crate importer updated the crate import script to accept recursive option updated docs for import crate doc/guix.texi | 7 +++++++ guix/import/crate.scm | 29 +++++++++++++++++++---------- guix/scripts/import/crate.scm | 35 +++++++++++++++++++++++++---------- 3 files changed, 51 insertions(+), 20 deletions(-) --=20 2.23.0