From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekGm7-0001S5-3n for guix-patches@gnu.org; Fri, 09 Feb 2018 17:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekGm2-0001GS-5t for guix-patches@gnu.org; Fri, 09 Feb 2018 17:04:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56156) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekGm2-0001GL-2r for guix-patches@gnu.org; Fri, 09 Feb 2018 17:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekGm1-0008RK-Mk for guix-patches@gnu.org; Fri, 09 Feb 2018 17:04:01 -0500 Subject: [bug#30305] [PATCH] gnu: Add python-send2trash. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <874ln2yx6i.fsf@gmail.com> <87o9l25eg0.fsf@gnu.org> <87vaf5vrrn.fsf@gmail.com> Date: Fri, 09 Feb 2018 23:03:43 +0100 In-Reply-To: <87vaf5vrrn.fsf@gmail.com> (Oleg Pykhalov's message of "Fri, 09 Feb 2018 23:21:00 +0300") Message-ID: <873729yg5c.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 30305@debbugs.gnu.org Oleg Pykhalov skribis: > From b4327af5b9c72c107b9764addd4b409a3a2cb351 Mon Sep 17 00:00:00 2001 > From: Oleg Pykhalov > Date: Wed, 31 Jan 2018 16:27:33 +0300 > Subject: [PATCH] gnu: Add python-send2trash. > > * gnu/packages/python.scm (python-send2trash): New public variable. + python2-send2trash. > + (synopsis "Send files to the user's Trash directory") s/Trash/trash/ > + (description "This package provides a Python library to send files t= o the > +user's Trash directory.") s/Trash/@file{~/Trash}/ You=E2=80=99d also need to set the =E2=80=98python2-variant=E2=80=99 proper= ty here because your python2 variant is not a direct translation (see other packages in this file as an example). OK with these changes. Thanks, Ludo=E2=80=99.