From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej57J-0003T1-VN for guix-patches@gnu.org; Tue, 06 Feb 2018 10:25:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej57G-0004SL-OZ for guix-patches@gnu.org; Tue, 06 Feb 2018 10:25:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52546) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ej57G-0004SD-Ky for guix-patches@gnu.org; Tue, 06 Feb 2018 10:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ej57G-0000dE-G3 for guix-patches@gnu.org; Tue, 06 Feb 2018 10:25:02 -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> Date: Tue, 06 Feb 2018 16:24:15 +0100 In-Reply-To: <874ln2yx6i.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 31 Jan 2018 16:28:37 +0300") Message-ID: <87o9l25eg0.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 0e5058622c1291059fbf85b5949fb49cf0682dfd 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. [...] > + (synopsis "Send file to trash") > + (description > + "This package provides a Python library to send files to trash.") s/to trash/to the trash/ Perhaps in the description you can add more details as to what =E2=80=9Cthe trash=E2=80=9D is (is it ~/Trash, or what?). Is there a reason for not providing a Python 2.x variant? If there is one, please add a comment. OK with these changes, thank you! Ludo=E2=80=99.