From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AFBGAAazHl+QYgAA0tVLHw (envelope-from ) for ; Mon, 27 Jul 2020 10:57:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0NexNwWzHl98PwAAB5/wlQ (envelope-from ) for ; Mon, 27 Jul 2020 10:57:09 +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 3A3B99400C3 for ; Mon, 27 Jul 2020 10:57:09 +0000 (UTC) Received: from localhost ([::1]:47272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k00oe-00030s-6P for larch@yhetil.org; Mon, 27 Jul 2020 06:57:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k00oY-00030a-1K for guix-patches@gnu.org; Mon, 27 Jul 2020 06:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42632) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k00oX-00043V-Oi for guix-patches@gnu.org; Mon, 27 Jul 2020 06:57:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k00oX-0004R1-Nr for guix-patches@gnu.org; Mon, 27 Jul 2020 06:57:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42511] [PATCH v2 1/2] gnu: python-slugify: Update to 4.0.1. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Jul 2020 10:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42511 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Langlois Cc: go.wigust@gmail.com, 42511@debbugs.gnu.org Received: via spool by 42511-submit@debbugs.gnu.org id=B42511.159584738517003 (code B ref 42511); Mon, 27 Jul 2020 10:57:01 +0000 Received: (at 42511) by debbugs.gnu.org; 27 Jul 2020 10:56:25 +0000 Received: from localhost ([127.0.0.1]:54178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k00nx-0004QB-KN for submit@debbugs.gnu.org; Mon, 27 Jul 2020 06:56:25 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:62985) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k00nv-0004Pw-0B for 42511@debbugs.gnu.org; Mon, 27 Jul 2020 06:56:23 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 3D15240004; Mon, 27 Jul 2020 10:56:16 +0000 (UTC) Date: Mon, 27 Jul 2020 12:56:15 +0200 From: Tanguy Le Carrour Message-ID: <20200727105615.xq2eaverkr5iecpw@melmoth> References: <20200724081611.8643-1-tanguy@bioneland.org> <20200725172337.3609-1-tanguy@bioneland.org> <875zabzda4.fsf@gmx.com> <20200727084357.omgcnjrq64yxh5jd@melmoth> <87v9i9iafn.fsf@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87v9i9iafn.fsf@gmx.com> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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-Scanner: scn0 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-Spam-Score: -0.51 X-TUID: GuEmvM2XHnce Le 07/27, Pierre Langlois a écrit : > Tanguy Le Carrour writes: > > Le 07/25, Pierre Langlois a écrit : > >> Tanguy Le Carrour writes: > >> > >> > * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Delete file. > >> […] > >> I remember adding this patch, without it csvkit doesn't build […] > >> I'm not familiar enough with the python build/test process to know for > >> sure if this is an issue with csvkit or python-slugify. We could just > >> package the python-text-unidecode package, but AFAIU the > >> python-unidecode package we already have is equivalent so it should be > >> OK. But somehow csvkit's check procedure doesn't see that. > >> > >> Should we keep this patch around? Or maybe somebody has a better idea of > >> what's going on? I realise now I should have added a comment here :-). > > > > Thanks for raising the issue! > > As we already have `python-text-unidecode`, I tried patching `csvkit` and > > it builds again. But I haven't tried `csvkit` itself! > > Does it sound like a proper solution to you? > > Oh, I didn't realise we already had this package, yep, that sounds great > to me! Submitted as #42556. I guess the commit message should contain "fix"… but right now, `csvkit` is not (yet) broken. -- Tanguy