From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58506) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDQGl-0002Xw-J9 for guix-patches@gnu.org; Thu, 26 Sep 2019 05:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDQGk-0007HY-Kr for guix-patches@gnu.org; Thu, 26 Sep 2019 05:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33876) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDQGk-0007HU-Hx for guix-patches@gnu.org; Thu, 26 Sep 2019 05:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDQGk-0006h2-Ei for guix-patches@gnu.org; Thu, 26 Sep 2019 05:41:02 -0400 Subject: [bug#37356] [PATCH] gnu: Add stapler. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190909150100.20014-1-arunisaac@systemreboot.net> Date: Thu, 26 Sep 2019 11:40:33 +0200 In-Reply-To: <20190909150100.20014-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 9 Sep 2019 20:31:00 +0530") Message-ID: <877e5vpf8u.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: Arun Isaac Cc: 37356@debbugs.gnu.org Hello, Arun Isaac skribis: > * gnu/packages/pdf.scm (stapler): New variable. [...] > + (home-page "https://github.com/hellerbarde/stapler") > + (synopsis "PDF manipulation tool") > + (description "Stapler is a pure Python alternative to PDFtk, a tool = for > +manipulating PDF documents from the command line.") Perhaps add a few words on the kind of PDF manipulations it supports. Otherwise LGTM, thanks! Ludo=E2=80=99.