From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yFhLKlCRiV/iDAAA0tVLHw (envelope-from ) for ; Fri, 16 Oct 2020 12:25:52 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wH86JlCRiV/+BQAA1q6Kng (envelope-from ) for ; Fri, 16 Oct 2020 12:25:52 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C3F36940105 for ; Fri, 16 Oct 2020 12:25:51 +0000 (UTC) Received: from localhost ([::1]:48868 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTOnu-0004pK-PN for larch@yhetil.org; Fri, 16 Oct 2020 08:25:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTOnW-0004oz-4e for help-guix@gnu.org; Fri, 16 Oct 2020 08:25:26 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:49082) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTOnP-0007l7-2U for help-guix@gnu.org; Fri, 16 Oct 2020 08:25:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=NsyepzBjOctg7aG5BOiPU0NN1z6Hd5nLQy0uisVqZxw=; h=date:in-reply-to: references:subject:cc:to:from; b=XlElLasWsGZB43auLHobiF2CnFyS5ZAC06cHE gKwn3ZTO+cdp71jaO0tvBILOVytxwGKCG3UZq4uaBa9noJIPsoOoueMcGOnVatt8t0onaz zevybdi2pBd/uTm58YoqGlOl7kxr2attUjflKAP3T+4kb5OASYBL/HAZxRth8qmG5VUR/Y IKv4nfC/J65Jkqc7w6PVXFos5AUtI799CH/pXBOxdvFMBpGCbJbNhwbRQzjfJhETBpRAGz 4HNjc4906g6UzJfRnIWiW6dTxKhQxouMohpLt7S1IFNmZKdYbu9ZRTNJtHlDF09BO2vjQM to7F13eRdQumdXT/qI5+l/LIQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id cbd5f668 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Fri, 16 Oct 2020 12:25:27 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Zelphir Kaltstahl Cc: help-guix@gnu.org Subject: Re: guix import error References: In-reply-to: Date: Fri, 16 Oct 2020 14:25:16 +0200 Message-ID: <87d01ibbo3.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=XlElLasW; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.81 X-TUID: eGMRJjzppLMa --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Zelphir, Zelphir Kaltstahl =E5=86=99=E9=81=93=EF=BC=9A > $ guix import pypi 'jupyterlab@2.1.5' --recursive It will work if you substitute =E2=80=98/=E2=80=99 for =E2=80=98@=E2=80=99.= Yes, this is a happy=20 accident specific to the PyPI importer, and I'm sure you can guess=20 why it happens to work. >> guix import hackage mtl@2.1.3.1 > > But that is in the "hackage" import section. Is the same not=20 > available > for PyPI? [...] > Do the various importers work differently? Unfortunately so. It would be great(TM) if PACKAGE[@VERSION] were=20 standard. Each importer could handle it properly (e.g., by=20 turning it into "/") or return a friendlier =E2=80=98the foo importer does= =20 not yet support versions=E2=80=99 error. I don't have the time, but this sounds like a good=20 intermediate-level hack for someone who does :-) Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX4mRLQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15SUYBAKVdECMppUga0buIt5iAvsZ9tZ4VOD29NuPCseVk FfWtAQDMJgpL50ZyZQiNEBcIeVVv+BHuxXSqq2ofrCI7h3M6Bg== =XErt -----END PGP SIGNATURE----- --=-=-=--