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 CLsTLvPtDmBAeAAA0tVLHw (envelope-from ) for ; Mon, 25 Jan 2021 16:12:35 +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 kNz/KfPtDmCoawAA1q6Kng (envelope-from ) for ; Mon, 25 Jan 2021 16:12:35 +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 6510E9404DF for ; Mon, 25 Jan 2021 16:12:35 +0000 (UTC) Received: from localhost ([::1]:35416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l44Ti-0000fX-7F for larch@yhetil.org; Mon, 25 Jan 2021 11:12:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l44TC-0000dI-99 for guix-patches@gnu.org; Mon, 25 Jan 2021 11:12:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56386) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l44TC-0005do-15 for guix-patches@gnu.org; Mon, 25 Jan 2021 11:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l44TB-0008Kx-T4 for guix-patches@gnu.org; Mon, 25 Jan 2021 11:12:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45931] [PATCH] gnu: Add python-build. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 25 Jan 2021 16:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45931 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Received: via spool by 45931-submit@debbugs.gnu.org id=B45931.161159107031983 (code B ref 45931); Mon, 25 Jan 2021 16:12:01 +0000 Received: (at 45931) by debbugs.gnu.org; 25 Jan 2021 16:11:10 +0000 Received: from localhost ([127.0.0.1]:39699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l44SL-0008Jn-SK for submit@debbugs.gnu.org; Mon, 25 Jan 2021 11:11:10 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:35395) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l44SJ-0008JL-O3 for 45931@debbugs.gnu.org; Mon, 25 Jan 2021 11:11:08 -0500 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6FEFC240012; Mon, 25 Jan 2021 16:11:00 +0000 (UTC) Date: Mon, 25 Jan 2021 17:10:57 +0100 From: Tanguy LE CARROUR References: <20210117101119.17861-1-tanguy@bioneland.org> <87bldd3xd7.fsf@gmail.com> In-Reply-To: <87bldd3xd7.fsf@gmail.com> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1611590945.s4xsq30w6a.astroid@rafflesia.none> 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: , Cc: 45931@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.35 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 6510E9404DF X-Spam-Score: -2.35 X-Migadu-Scanner: scn0.migadu.com X-TUID: ximgBa/hZO0s Hi Maxim, Excerpts from Maxim Cournoyer's message of January 25, 2021 3:27 pm: > Hello Tanguy, >=20 > Tanguy Le Carrour writes: >=20 >> * gnu/packages/python-xyz.scm (python-build): New variable. >> * gnu/packages/patches/python-build-disable-failing-tests.patch: Add pat= ch. >> * gnu/local.mk: Add above patch. >> --- >> gnu/local.mk | 1 + >> .../python-build-disable-failing-tests.patch | 25 +++++++++++ >> gnu/packages/python-xyz.scm | 42 +++++++++++++++++++ >> 3 files changed, 68 insertions(+) >> create mode 100644 gnu/packages/patches/python-build-disable-failing-te= sts.patch >> [=E2=80=A6] > This package was added to the core-updates branch on Jan 15 by myself; I > needed it to bump python-isort to a newer version after moving to Python > 3.9.1. >=20 > I've named it 'python-pypa-build' and put it under a new module, (gnu > packages python-build). This module is special in that it's probably > going to get pulled by (guix build python-build-system) at some point, > so should be considered a 'build' module and not pull external modules > if possible. Great! Thanks! > If you need it on master we could try cherry picking a few commits from > core-updates, I think. No, thanks, I'm perfectly happy without it! :-) I'll wait for it to make it to master. --=20 Tanguy