From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cBy5I9CSi2IuUQEAbAwnHQ (envelope-from ) for ; Mon, 23 May 2022 15:57:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id sM5iI9CSi2IGYAEAauVa8A (envelope-from ) for ; Mon, 23 May 2022 15:57:36 +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 E740F2E971 for ; Mon, 23 May 2022 15:57:35 +0200 (CEST) Received: from localhost ([::1]:39124 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nt8Yw-0004HY-AU for larch@yhetil.org; Mon, 23 May 2022 09:57:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8YQ-0003t2-DS for guix-patches@gnu.org; Mon, 23 May 2022 09:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55969) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nt8YP-0004lZ-W6 for guix-patches@gnu.org; Mon, 23 May 2022 09:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nt8YP-0000G6-P4 for guix-patches@gnu.org; Mon, 23 May 2022 09:57:01 -0400 Subject: bug#55060: [PATCH 0/6] gnu: Add python-pyvista. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 23 May 2022 13:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55060 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Paul A. Patience" Cc: 55060-done@debbugs.gnu.org Mail-Followup-To: 55060@debbugs.gnu.org, ludo@gnu.org, paul@apatience.com Received: via spool by 55060-done@debbugs.gnu.org id=D55060.1653314189949 (code D ref 55060); Mon, 23 May 2022 13:57:01 +0000 Received: (at 55060-done) by debbugs.gnu.org; 23 May 2022 13:56:29 +0000 Received: from localhost ([127.0.0.1]:49865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8Xs-0000FF-N9 for submit@debbugs.gnu.org; Mon, 23 May 2022 09:56:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8Xn-0000Ey-Sw for 55060-done@debbugs.gnu.org; Mon, 23 May 2022 09:56:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34462) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8Xi-0004b4-FH; Mon, 23 May 2022 09:56:18 -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=X0t2iDxRuwkvmMkLb/36rMWwG8L3+yF0jPFjBeoaD/s=; b=LyaUKjbJrc/4I4ntvmh1 Nmm3+nFolLuXpvoyCiUxDPQVLXylkHlmqHxtwAwv3UwucQM63g+PqVT3KdeRwxMOPYd5GvFwBFnyC EXqGn3LodKoelTy1/pBdVKUg3nawn/UzOkA0o+8nFMDw7oLZrwFMwLucpQs65laM/zk/utla4aRAi J9H2n8kocW9D2IbPhjewtO7gqyDVH4ldVXhARNJS/7/O4iKdV5Dq/H1/wYEUGsvIinujzw/Hcs7jE OExW4Y4wo8ceXOPpZskA8mHhelu7wkzJv5N0gBAzZEG9n1TDBu3VJOOsASdMStKB1IWScsxt/rEu5 aGR98Zx2ewRZAQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=46744 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8Xh-0001nw-V5; Mon, 23 May 2022 09:56:18 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220422010015.23020-1-paul@apatience.com> <20220502211624.689372-1-paul@apatience.com> Date: Mon, 23 May 2022 15:56:15 +0200 In-Reply-To: <20220502211624.689372-1-paul@apatience.com> (Paul A. Patience's message of "Mon, 02 May 2022 21:16:33 +0000") Message-ID: <87o7zo5p4w.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653314255; 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=X0t2iDxRuwkvmMkLb/36rMWwG8L3+yF0jPFjBeoaD/s=; b=BbjlGLpZAtj5dWLzLEWxpvqBsBiSEMIKmE9Oamritji4eeJCImyfjG8oQmQNqMqAXEpk5F EYdPtFbh/GCf8ide0PPfjbMROKavuwU68Xz4dS9brzemkpHXQT7d5oZOrp0R0xdoq/Nmse EuGewXECFiLpTIaDJy8UEvGWooA6s82PzPSEdZPM2M4E9w9Z6al114br3VH65YHsetNn67 MXt8b+FW+57i/3O2bwLIJb9Vjg/yhtGcZvVeNVMletg3vu4FJzQOy5onvd5bYaX+3KmtLw kBJE4A90SBL68Pz1ATpTRBiWRfbJcdBB9y5t9i0N3dEKbYVqNiBzt25ep1MaRQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653314255; a=rsa-sha256; cv=none; b=m7c0kqCWBsfKuFzw69avWXNQxeUVrRWDZeOaqmyAPg16G3Pvny07K+sVJdZwNpXMH8iFs/ vWk/co4e6AkRaaRI1KwsebvgdEeZDLQW/pzyaTIJhNxZmgVL4Jt+8KCF55Z/Kp80fSjoIn TY8KaiAIcbLoO9znXLhc0ukld63qaDcViQ74GfKQCwYvckCYXKn5O+2SevKDDakxaRE91y GpY/cZ/AkPG0EKOn4H1+aQ8oXzk76aiWeq8ZqtIfZZ1GRZJvoCoL0rsHXLc+ktDK2jYpmA Fn5JT/ubdb9pwbe+aEa6aGGvOHzVfWXKfVMhm1PLxVVquXgFQ1T0XhqKpC5q4w== 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=LyaUKjbJ; 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: -4.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=LyaUKjbJ; 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: E740F2E971 X-Spam-Score: -4.45 X-Migadu-Scanner: scn0.migadu.com X-TUID: F9UzZ7aKRbYk Hi, "Paul A. Patience" skribis: > Fixed Scooby's pyvips test. > Scooby actually requires a pyvips package that is completely missing its = VIPS > dependency, so I don't think there is a way around having a pyvips variant > just for Scooby. > > I couldn't figure out how to build the C extension for pyvips, but that's= not > relevant for Scooby; I added the package just to inherit from it in Scoob= y's > pyvips variant. > It could be changed in the future. > For now what's installed is the CFFI version. > > I also couldn't figure out how to get some tests to pass with pyperf. > It seems like it should be easy to fix, though. OK. Looks like future-work items to me, not blockers. > Paul A. Patience (8): > gnu: python-meshio: Remove input labels. > gnu: python-meshio: Remove trailing booleans. > gnu: python-meshio: Honor #:tests? flag. > gnu: python-meshio: Update to 5.3.4. > gnu: Add python-pyperf. > gnu: Add python-pyvips. > gnu: Add python-scooby. > gnu: Add python-pyvista. Applied, thanks! Ludo=E2=80=99.