From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id +JNoC0cz3WT0JQAASxT56A (envelope-from ) for ; Wed, 16 Aug 2023 22:36:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YN1SC0cz3WT+ewEAauVa8A (envelope-from ) for ; Wed, 16 Aug 2023 22:36:23 +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 C911C4204A for ; Wed, 16 Aug 2023 22:36:22 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OZRJYqOe; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692218182; 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-cc: 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=dww6x1T9KjkHXFx/VY7GyMR2SqeAcJpCNBLq2iFzXp8=; b=ePJT/SL3RWtWUhxlWJFQnK22ACZFag1Ta3wyn3dYaya/F0VSSOXRc66cGO57RPpCEvfzjo oK9kTk9qi9upupB/wgCg1blFc3h7ZwpJvWCjIR145crrAA7KWqotXFjpU/WDq62Cvza1a+ uI1Zr9y4yGmPoSr8vPo0PNf1VzhJYn36R2MAaHid2sBZ0nHPpumgVqoOtMGiQ8kSvPbf2i qeU7A4zK4xLePTxuQNugn4YAo2YYPZFt+inq4IyIew6l8r7PsdatxwH6De6WP+PLEdwZPX m5EXaRgOAo2+Eq++9hrdvdwwLe8NvjKas7w3YHFxtS6qorkUV7s/TWqxB000PQ== 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=OZRJYqOe; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692218182; a=rsa-sha256; cv=none; b=Bh9vTVlOM1YXUAE3TW7EGdfdmRUI/s7w4BoJtlhuhQ2Qo86kfhzf0FjVMipf8FgCNmfiVq S9C8IpsdNifIzLkizc7FItQqb3AIUSrfhCFH/7quoPiIcqZDuQFEJXPoN/0xo7G77xKNiG E3rK29+QSqVFOasTSkZ7F0AEWeaQjndK6Ck8/VpQqMnnxQYW7tlINQQtFVe+M0UEyexTyd +fY1grlRJbzSTCsw4BSEM7Cvafnb9v3b8xzxbJGF+lv4zw7BRmg11Qb+BByE4t5E6fJdm6 4COsZa1vXmtI3Gdq5YV5LwK9VhicnzUnFxH1LVPDEQGnhvcwaMRAxxxLNN8kyg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWNFN-0006RS-B3; Wed, 16 Aug 2023 16:36:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWNFK-0006Qp-JN for guix-patches@gnu.org; Wed, 16 Aug 2023 16:36:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qWNFK-0007Of-9Y for guix-patches@gnu.org; Wed, 16 Aug 2023 16:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qWNFK-0001vH-4p for guix-patches@gnu.org; Wed, 16 Aug 2023 16:36:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64813] [PATCH] gnu: Add python-manimpango. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 16 Aug 2023 20:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64813 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Wamm K. D" Cc: 64813@debbugs.gnu.org Received: via spool by 64813-submit@debbugs.gnu.org id=B64813.16922181257339 (code B ref 64813); Wed, 16 Aug 2023 20:36:02 +0000 Received: (at 64813) by debbugs.gnu.org; 16 Aug 2023 20:35:25 +0000 Received: from localhost ([127.0.0.1]:42198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWNEi-0001uJ-MD for submit@debbugs.gnu.org; Wed, 16 Aug 2023 16:35:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWNEg-0001u6-Ks for 64813@debbugs.gnu.org; Wed, 16 Aug 2023 16:35:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWNEb-0007Fa-BY; Wed, 16 Aug 2023 16:35:17 -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=dww6x1T9KjkHXFx/VY7GyMR2SqeAcJpCNBLq2iFzXp8=; b=OZRJYqOedJtE1HMoU1Q/ t6Irw/qiCaldSLTOtbP/AuKNJvEi+OcLx/q+OZTanO12UhtpwYwahrtoBNkilPxbRANtDk0VL1iNH OVn8aUR32TfwopFzfhqbO52gc//dZNvaneld8sfwLu35KEu7RHL2VMiHIknoN6mlrPemasdL7ltsD 9cEBBbmkowVbnwUyH64LT3JIMSc2GcnOgq7oeapq8JeOugfY8c9o8fLTrTAUKUw8j3Jf8Q7IOYTtG kYwc1bF45Eu/ZCuh+t1JzzXlDklO8xQMuoeqIfIX8udbYswQ7gRrk6TbcwdvS44po3DBzo2GXA7OT urvSGv2+AV5KFg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 16 Aug 2023 22:35:15 +0200 In-Reply-To: (Wamm K. D.'s message of "Sun, 23 Jul 2023 15:57:25 -0500") Message-ID: <874jky4tfg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: C911C4204A X-Migadu-Scanner: mx1.migadu.com X-Spam-Score: -6.89 X-Migadu-Spam-Score: -6.89 X-TUID: FO2aa13AaseU Hi, "Wamm K. D" skribis: > * gnu/packages/python-xyz.scm (python-manimpango): New variable. > --- > gnu/packages/python-xyz.scm | 22 +++++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index db3e69fb45..14cb375a8a 100644 > > Right now, the tests are failing with "No module named 'manimpango.cmanim= pango'"; > it's clearly trying to import the package so it can use it for testing bu= t the > test files are failing to find it (it looks like the "cmanimpango" file i= s a C > file (along with .pxd and .pyx files) so maybe it's Cython related?). > > Is there a way we usually handle this for Python/Cython packages? I don=E2=80=99t know if there are specific tricks here, though maybe you co= uld grep around or look for other packages that depend on Cython? HTH, Ludo=E2=80=99.