From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 eKlIDk2DrGKf3gAAbAwnHQ (envelope-from ) for ; Fri, 17 Jun 2022 15:36:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sGNmDU2DrGLoxgAAG6o9tA (envelope-from ) for ; Fri, 17 Jun 2022 15:36:13 +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 D566D1EF52 for ; Fri, 17 Jun 2022 15:36:12 +0200 (CEST) Received: from localhost ([::1]:57690 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2C8x-0007uG-Lx for larch@yhetil.org; Fri, 17 Jun 2022 09:36:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44938) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2C8p-0007qW-3q for guix-patches@gnu.org; Fri, 17 Jun 2022 09:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50544) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2C8o-0000cs-SV for guix-patches@gnu.org; Fri, 17 Jun 2022 09:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o2C8o-0005In-Oz for guix-patches@gnu.org; Fri, 17 Jun 2022 09:36:02 -0400 Subject: bug#55893: [PATCH] gnu: python-xyz: Add python-pysdl2. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 17 Jun 2022 13:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55893 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jean Pierre De Jesus DIAZ Cc: "55893@debbugs.gnu.org" <55893-done@debbugs.gnu.org> Mail-Followup-To: 55893@debbugs.gnu.org, ludo@gnu.org, me@jeandudey.tech Received: via spool by 55893-done@debbugs.gnu.org id=D55893.165547296120370 (code D ref 55893); Fri, 17 Jun 2022 13:36:02 +0000 Received: (at 55893-done) by debbugs.gnu.org; 17 Jun 2022 13:36:01 +0000 Received: from localhost ([127.0.0.1]:44439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2C8n-0005IN-Ba for submit@debbugs.gnu.org; Fri, 17 Jun 2022 09:36:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2C8m-0005IB-F8 for 55893-done@debbugs.gnu.org; Fri, 17 Jun 2022 09:36:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34324) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2C8g-0000bn-Di; Fri, 17 Jun 2022 09:35:54 -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=n5iyXQDo1kyCLVqv8j9jB/0e8rY9Os2lFqSdmbinZpE=; b=mll1Tvm3wrBy0MX1KaFG 2GlANkB2k6+IpidVPZhwQmvN2LkVPd7qRGXEgAaqHwRjB94caSHh+erq2FW0dneJ88K6Qy55w5jfk wXO/INeS3MZLvZTeSzbbQosRFEfY4vPMOSN5NfWWZGjuhjpgY6VqiOrEbNsladhT87EF+YUAkvvqN 39H27Km6gfZL227WLfJP79H3n2eHYyp1f6oOOhEh4ChEJTvYHWWKt9DL/MjfkeR/42coYUI26aGbq WG0nK0cRrmLkj2GQVaZrMthIHNELq3CH/buNe0y/lY7q2TZaCHV2Iuwlq/77JzmZb/5S2afSnNW+o ZyoGCj6lk04TEA==; Received: from [193.50.110.205] (port=33734 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2C8f-0004xy-KL; Fri, 17 Jun 2022 09:35:54 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <53cab9bbd3f482ad08fef4159bcefbf8e9ac0af5.camel@telenet.be> Date: Fri, 17 Jun 2022 15:35:51 +0200 In-Reply-To: (Jean Pierre De Jesus DIAZ's message of "Tue, 14 Jun 2022 23:13:23 +0000") Message-ID: <875ykzh0p4.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1655472972; 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=n5iyXQDo1kyCLVqv8j9jB/0e8rY9Os2lFqSdmbinZpE=; b=BzqIlqBg4IEYM94M2NlJwdxioMQCQqXsb8dUBBfA6BQ04IxEDha4g7PR1ZuXh2uRnMK+AA f5LHtnTlO5xAZIRT7uorsB/yV5JK56dLGGtAWR3rzqXBnoKeNFNT1oov8TuVLee0bksW4E TYX/WrqiTEHk+u9IXB8YhwF3mEaiprd9KNCEJFe4XRUYDE4R6xa9vfaUJqWSnPcP8wGPdI /2Pfy/aAWlf/LQ2943hgWArQNYoWeJnxz//grRSv/ZxmtvF3RoTdfR5+HNlDhwWRjndFq1 jQNMiCYVvdj6GCWjDaQyXgDrEXnmjG+j21wxyrzyDjVGbJOb+RyoZgNIWAzaSQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655472972; a=rsa-sha256; cv=none; b=eX+JnPav0Q7Gknh6FkfK0T9YlHcVEAq2MGW2g+khi3Qn9Ra5bOnzZTAv4NTh4njOz8SnL0 xDMGpvpM/0qQsE6JRW+m0gUGY29ppYBDr1bIz3I99UrY8j1wezYOe5+vbL+sFGPUffxel+ Gool5ZiWCjQAb0bCP57i43gIABFWJ4GHKHxVP91zvHW9AWUmhV//NXHPb6nDi0JwqTYBC1 ew9/LhGkfTbY3ueViTyp5mNOayH21DhKRBaxmWsXvDQaH8zv8ir7+WxL6qDf/izR/6biy6 xWNeuRUqItPyekbZiWbdvmdePcOgOqyxdK4ay9j5ipTrQhqBPcucRDgepfrooQ== 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=mll1Tvm3; 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.49 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mll1Tvm3; 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: D566D1EF52 X-Spam-Score: -4.49 X-Migadu-Scanner: scn0.migadu.com X-TUID: kfkPqFOkjsCF Hi Jean-Pierre, Jean Pierre De Jesus DIAZ skribis: > From 542a138fa26eec2c25cb7743be612a2d7f4a502d Mon Sep 17 00:00:00 2001 > Message-Id: <542a138fa26eec2c25cb7743be612a2d7f4a502d.1655242487.git.me@j= eandudey.tech> > From: Jean-Pierre De Jesus DIAZ > Date: Fri, 10 Jun 2022 19:57:31 +0200 > Subject: [PATCH] gnu: python-xyz: Add python-pysdl2. > > * gnu/packages/python-xyz.scm (python-pysdl2): Add package. Applied, thank you, and thanks Maxime for reviewing! Ludo=E2=80=99.