From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWi2l-0001jI-8P for guix-patches@gnu.org; Fri, 31 May 2019 09:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWi2k-0004Xl-2C for guix-patches@gnu.org; Fri, 31 May 2019 09:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50530) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWi2j-0004X3-UY for guix-patches@gnu.org; Fri, 31 May 2019 09:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hWi2j-00014B-S3 for guix-patches@gnu.org; Fri, 31 May 2019 09:58:01 -0400 Subject: [bug#36026] [PATCH 0/4] Update Conda Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWi2K-0001N6-OK for guix-patches@gnu.org; Fri, 31 May 2019 09:57:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWi2J-00040T-Ld for guix-patches@gnu.org; Fri, 31 May 2019 09:57:36 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:53021) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hWi2I-0003xt-Df for guix-patches@gnu.org; Fri, 31 May 2019 09:57:35 -0400 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id E5CF11C0002 for ; Fri, 31 May 2019 13:57:29 +0000 (UTC) From: Pierre Neidhardt Date: Fri, 31 May 2019 15:57:29 +0200 Message-Id: <20190531135729.890-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 36026@debbugs.gnu.org Recent conda needs a separate python-conda-package-handling library. This library requires a libarchive built with zstd support. So far so good, except that python-libarchive-c does not seem to support zstd in its source code. I've reported the issue upstream (https://github.com/conda/conda-package-handling/issues/14) but according to them python-libarchive-c is fine. I don't have enough Python knowledge to understand whether upstream is right or if there is indeed something fishy with python-libarchive-c. Pierre Neidhardt (4): gnu: libarchive: Add zstd support. gnu: python-libarchive-c: Explicitly rely on latest libarchive. gnu: Add python-conda-package-handling. gnu: python-conda: Update to 4.7.0. gnu/packages/backup.scm | 10 ++-- gnu/packages/package-management.scm | 81 ++++++++++++++++------------- gnu/packages/python-xyz.scm | 2 +- 3 files changed, 54 insertions(+), 39 deletions(-) -- 2.21.0