From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsPVH-0000Ws-VQ for guix-patches@gnu.org; Thu, 14 Sep 2017 04:28:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsPVD-0002xe-2f for guix-patches@gnu.org; Thu, 14 Sep 2017 04:28:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsPVC-0002xR-US for guix-patches@gnu.org; Thu, 14 Sep 2017 04:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dsPVC-00067Q-Cf for guix-patches@gnu.org; Thu, 14 Sep 2017 04:28:02 -0400 Subject: [bug#28450] [PATCH] gnu: Add pydf. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <150533477229.31265.18188868614383523660.stgit@sandburg> Date: Thu, 14 Sep 2017 10:26:51 +0200 In-Reply-To: <150533477229.31265.18188868614383523660.stgit@sandburg> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22's\?\= message of "Wed, 13 Sep 2017 22:32:52 +0200") Message-ID: <87vaklbs8k.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: Stefan =?UTF-8?Q?Reich=C3=B6r?= Cc: 28450@debbugs.gnu.org Heya, Stefan Reich=C3=B6r skribis: > * gnu/packages/disk.scm (pydf): New variable. [...] > + (home-page "http://kassiopeia.juls.savba.sk/~garabik/software/pydf/") > + (synopsis "Colourised df(1)-clone") > + (description "All-singing, all-dancing, fully colourised df(1)-clone w= ritten > +in python.") That looks very similar to =E2=80=98dfc=E2=80=99 no? (Which is not a reaso= n not to include it of course, just wondering.) I like the funny description, but could you come up with one that at says that it displays disk usage at least? Also, I=E2=80=99m nitpicking, b= ut could you write =E2=80=9C@command{df}=E2=80=9D instead of =E2=80=9Cdf(1)=E2= =80=9D? Could you send an updated patch? Thanks in advance! Ludo=E2=80=99.