From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SN0nNaDkSWO7dwEAbAwnHQ (envelope-from ) for ; Sat, 15 Oct 2022 00:37:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WI4RNaDkSWMSRQEAauVa8A (envelope-from ) for ; Sat, 15 Oct 2022 00:37:20 +0200 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 B9AE23AD31 for ; Sat, 15 Oct 2022 00:37:20 +0200 (CEST) Received: from localhost ([::1]:56512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojTIt-0005hS-Tq for larch@yhetil.org; Fri, 14 Oct 2022 18:37:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTId-0005gg-1L for guix-patches@gnu.org; Fri, 14 Oct 2022 18:37:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39845) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ojTIc-0008AB-Ow for guix-patches@gnu.org; Fri, 14 Oct 2022 18:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ojTIc-0004Sj-Cg for guix-patches@gnu.org; Fri, 14 Oct 2022 18:37:02 -0400 Subject: bug#58206: [PATCH] gnu: Add python-crossenv. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 22:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58206 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Brian Kubisiak Cc: 58206-done@debbugs.gnu.org Mail-Followup-To: 58206@debbugs.gnu.org, ludo@gnu.org, brian@kubisiak.com Received: via spool by 58206-done@debbugs.gnu.org id=D58206.166578697217080 (code D ref 58206); Fri, 14 Oct 2022 22:37:02 +0000 Received: (at 58206-done) by debbugs.gnu.org; 14 Oct 2022 22:36:12 +0000 Received: from localhost ([127.0.0.1]:38922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTHo-0004RP-4A for submit@debbugs.gnu.org; Fri, 14 Oct 2022 18:36:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTHl-0004RB-NS for 58206-done@debbugs.gnu.org; Fri, 14 Oct 2022 18:36:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33788) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTHg-000829-C5; Fri, 14 Oct 2022 18:36:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9wo7SjSdjlBOXzCdHCBbZqszsYVkEUSsjc3yh+BPwn8=; b=eJ7X+0TAVJ/Mgn6xguDE AAfjb9z+DAnRo9wR44SqNZs4mCkRuDPHc680p6jVtbqS0d2gmKW/ZK+PVit2MoJR3G2ZzHGX3TLWm FpgQ59x+QvbI2QoSg44+Pzpu34tKrF+6UvOFabr6om1PI06bT2Lh9vEOWOa9d2urov3E6qaChhfCi v1GJYsLoOQRUpJLQXGZwInd8LIkPkPSE8jgWflzUzCQ0xrGroGgBdXBbhPWTXnUNF29gPNSqtx0z/ SykOrgrpNc/LEdF4KpFfjfiYMJveZyATLzZI12nQVWgHTUD56FJpAFP1PY7wUD/GUlzNilSWYbefa NZEjZYInU663BQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60490 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTHf-0001al-KQ; Fri, 14 Oct 2022 18:36:03 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220930222200.7uhwoxsw3r2zvzha@peregrine> Date: Sat, 15 Oct 2022 00:36:02 +0200 In-Reply-To: <20220930222200.7uhwoxsw3r2zvzha@peregrine> (Brian Kubisiak's message of "Fri, 30 Sep 2022 15:22:00 -0700") Message-ID: <8735bqjanh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665787040; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=9wo7SjSdjlBOXzCdHCBbZqszsYVkEUSsjc3yh+BPwn8=; b=Z0143qV7R8zvknYzmg4eAY4787mCIaF6c73UGCwbc9pjgvncczMMeets/a2QM/tK3zVJlz RIM9C1A1zPlmm3kEbQukZkE3sql61zWMNaP6dopKFGxGoAJ/bIv6nWemauO1QpojqjkfNS Md6CbVOIStLaMS1QChYbNSxlPbpUI6U5jBqsHOyTC5+5TOHV2pObBqG5Oobq9SQIRffl4G WNqeAshtTDqFjdkh5pRgEi5z2tiw0lRYFOtxjaEUxmZlzpPeZ8BXbcXV74323wWGsZ9rbr e+GaVtNKura3V8fi9sLCX0IvkY43PorLHPhYlW+0g8h2Ag7sSZyjQbqYmOc+Lw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665787040; a=rsa-sha256; cv=none; b=udgBG5WHP805XboPrDb/PKUW+dDYPzYjjJnGiWokneOqNgQOnruyVPmuadzaEXRGN4WaqJ sw9tCnFfOzDnAlmo4Bel/gXfpXpk2gGDNOGF9dXh/O/Z139lENYyfCUksIqXnDrxxFo91n fXB8qDNIrRPw0cXO9y8J8g14OoT9v7m0voOqnTqniY0h3Vfiq/8t+rX82JcVaz1EEaz1Ve lvORzX80RGFncF0A32dlaBaARohNseFcYgobybGMkma86SieADAqM3U59zAzhzlErSeHAn 7zP2fFxYD/mnB189aJT2oWudk5JEdYtv2DMLPhXlGz3mtlFtITbOn60tOM86kQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eJ7X+0TA; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.29 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eJ7X+0TA; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B9AE23AD31 X-Spam-Score: -2.29 X-Migadu-Scanner: scn1.migadu.com X-TUID: BwohgS+8v5AY Hi, Brian Kubisiak skribis: > * gnu/packages/python-xyz.scm (python-crossenv): New variable. I tweaked the description (=E2=80=98guix lint=E2=80=99 was complaining) and= applied it. Thanks, Ludo=E2=80=99.