From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0PNBOw7zE2B2bwAA0tVLHw (envelope-from ) for ; Fri, 29 Jan 2021 11:35:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qLH2Ng7zE2BvTAAAbx9fmQ (envelope-from ) for ; Fri, 29 Jan 2021 11:35:42 +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 6CD999402B1 for ; Fri, 29 Jan 2021 11:35:42 +0000 (UTC) Received: from localhost ([::1]:60896 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5S3x-0001CF-A1 for larch@yhetil.org; Fri, 29 Jan 2021 06:35:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5RaI-0002HI-Oz for guix-patches@gnu.org; Fri, 29 Jan 2021 06:05:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39699) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l5RaI-0000Tx-FI for guix-patches@gnu.org; Fri, 29 Jan 2021 06:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l5RaI-0005xA-92 for guix-patches@gnu.org; Fri, 29 Jan 2021 06:05:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46015] [PATCH] Add xkeysnail. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 29 Jan 2021 11:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46015 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Z572 <873216071@qq.com> Received: via spool by 46015-submit@debbugs.gnu.org id=B46015.161191824622799 (code B ref 46015); Fri, 29 Jan 2021 11:05:02 +0000 Received: (at 46015) by debbugs.gnu.org; 29 Jan 2021 11:04:06 +0000 Received: from localhost ([127.0.0.1]:51242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5RZO-0005ve-8b for submit@debbugs.gnu.org; Fri, 29 Jan 2021 06:04:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5RZH-0005v5-0B for 46015@debbugs.gnu.org; Fri, 29 Jan 2021 06:04:05 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39980) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5RZB-00005g-FI; Fri, 29 Jan 2021 06:03:53 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33040 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l5RZA-0003op-Tg; Fri, 29 Jan 2021 06:03:53 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 29 Jan 2021 12:03:51 +0100 In-Reply-To: (873216071@qq.com's message of "Thu, 21 Jan 2021 18:40:27 +0800") Message-ID: <87mtwshunc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: , Cc: 46015@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.85 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; 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-Migadu-Queue-Id: 6CD999402B1 X-Spam-Score: -2.85 X-Migadu-Scanner: scn0.migadu.com X-TUID: J2nN1mXdUFZ4 Hi, Z572 <873216071@qq.com> skribis: >>>From c8ffb0e96851e5642fa872f5ffc20d9e56d30fb7 Mon Sep 17 00:00:00 2001 > From: Zheng Junjie <873216071@qq.com> > Date: Thu, 21 Jan 2021 18:36:16 +0800 > Subject: [PATCH 1/2] gnu: Add python-inotify-simple. > > --- > gnu/packages/python-xyz.scm | 33 ++++++++++++++++++++++++++++++++- > 1 file changed, 32 insertions(+), 1 deletion(-) Applied with a commit log and without the Python 2 variant (we no longer add them). >>>From ff3e5c516f7cae4cff3037cde5d36d7f415727dd Mon Sep 17 00:00:00 2001 > From: Zheng Junjie <873216071@qq.com> > Date: Thu, 21 Jan 2021 18:37:33 +0800 > Subject: [PATCH 2/2] gnu: Add xkeysnail. > > --- > gnu/packages/xdisorg.scm | 31 ++++++++++++++++++++++++++++++- > 1 file changed, 30 insertions(+), 1 deletion(-) [...] > + (propagated-inputs > + `(("python-six" ,python-six) > + ("python-appdirs" ,python-appdirs) > + ("python-evdev" ,python-evdev) > + ("python-inotify-simple" ,python-inotify-simple) > + ("python-xlib" ,python-xlib))) Please use =E2=80=98wrap-script=E2=80=99 around the =E2=80=98xkeysnail=E2= =80=99 executable instead of propagating inputs. That way, installing xkeysnail won=E2=80=99t =E2=80=9C= pollute=E2=80=9D the user profile with all these Python libraries. > + (license license:gpl3))) Is it version-3-only or version-3-or-any-later-version? Could you send an updated patch? Thanks, Ludo=E2=80=99.