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 IBFGOEk/9F/kHwAA0tVLHw (envelope-from ) for ; Tue, 05 Jan 2021 10:28:25 +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 gIEfNEk/9F+2KgAA1q6Kng (envelope-from ) for ; Tue, 05 Jan 2021 10:28:25 +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 AC0E79403D2 for ; Tue, 5 Jan 2021 10:28:25 +0000 (UTC) Received: from localhost ([::1]:56232 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwjZg-0000L6-MQ for larch@yhetil.org; Tue, 05 Jan 2021 05:28:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwjZP-0000Kz-UR for guix-devel@gnu.org; Tue, 05 Jan 2021 05:28:07 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:59434) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1kwjZN-0000sq-TM for guix-devel@gnu.org; Tue, 05 Jan 2021 05:28:07 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4D97xH71llzQlND; Tue, 5 Jan 2021 11:28:03 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1609842060; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=W9IoGDDES+BL8MtiqcWEMZ6ljVwdREvW2Ex82AfsnR4=; b=NHOaLtrKs+b7vbj3u2CXZ5uj8HsbTnuKUdyX4yZJU3nfq2XGDcBllGny665iz9R5ibl4oy L3jHmoz94BfMTjWrWnKWgsVbVC+GB5SHmkKFnBzmhTaLbmvzcbRhhO6S5ltReaVZ0BKSNE g1NTsdRC794bZHWReck+liNHz9GckGuHi74ZWsQJx/TrcNUrVuGGU9TYJmlvYG0qL3iOeu 6AiuX3dOhn74l5Al0IOea5/vLy2LbOmX5NLUsiBuNdKSjQ8mWhqGmqpMS0HA5bUDPVxzCE P02Ob36hCMumdthPuH5PhsQTiZ1wvMralWpYxLKTjRnfPh8rmecS4pJ7aIuURQ== Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id X-bvntk22ZUI; Tue, 5 Jan 2021 11:20:59 +0100 (CET) Date: Tue, 5 Jan 2021 11:20:57 +0100 From: Lars-Dominik Braun To: Vincent Legoll Subject: Re: [RFC] Improve Python package quality Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-MBO-SPAM-Probability: X-Rspamd-Score: -3.35 / 15.00 / 15.00 X-Rspamd-Queue-Id: 2A4A7185B X-Rspamd-UID: fad966 Received-SPF: pass client-ip=80.241.56.151; envelope-from=lars@6xq.net; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.04 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=6xq.net header.s=MBO0001 header.b=NHOaLtrK; dmarc=pass (policy=none) header.from=6xq.net; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: AC0E79403D2 X-Spam-Score: -3.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: 4f2NYxAeSgGA Hi Vincent, > I like the idea of better testing for our python packages, but would it be > possible to avoid embedding the python code as scheme strings ? > Like in a separate pure-python file. I don’t know how unfortunately. Any ideas? I moved it into a separate top-level variable now and turned it into a single multi-line Scheme string. That makes it easier to read. Cheers, Lars