From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 13 16:33:14 2017 Received: (at submit) by debbugs.gnu.org; 13 Sep 2017 20:33:14 +0000 Received: from localhost ([127.0.0.1]:38902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsELN-0004Jo-L6 for submit@debbugs.gnu.org; Wed, 13 Sep 2017 16:33:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33507) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsELM-0004JZ-BG for submit@debbugs.gnu.org; Wed, 13 Sep 2017 16:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsELF-0000K8-TF for submit@debbugs.gnu.org; Wed, 13 Sep 2017 16:33:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48298) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsELF-0000K2-QY for submit@debbugs.gnu.org; Wed, 13 Sep 2017 16:33:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsELE-0002rc-JX for guix-patches@gnu.org; Wed, 13 Sep 2017 16:33:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsELA-0000Hj-Gh for guix-patches@gnu.org; Wed, 13 Sep 2017 16:33:00 -0400 Received: from dd5424.kasserver.com ([85.13.138.252]:39902) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsELA-0000GM-8N for guix-patches@gnu.org; Wed, 13 Sep 2017 16:32:56 -0400 Received: from localhost (unknown [151.236.13.81]) by dd5424.kasserver.com (Postfix) with ESMTPA id 0554DB5826C0; Wed, 13 Sep 2017 22:32:52 +0200 (CEST) Subject: [PATCH] gnu: Add pydf. From: Stefan =?utf-8?q?Reich=C3=B6r?= To: guix-patches@gnu.org Date: Wed, 13 Sep 2017 22:32:52 +0200 Message-ID: <150533477229.31265.18188868614383523660.stgit@sandburg> User-Agent: StGit/unknown-version MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) * gnu/packages/disk.scm (pydf): New variable. --- gnu/packages/disk.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 49bbbfa..04a25e5 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -8,6 +8,7 @@ ;;; Copyright =C2=A9 2016 Roel Janssen ;;; Copyright =C2=A9 2016, 2017 Marius Bakke ;;; Copyright =C2=A9 2017 Hartmut Goebel +;;; Copyright =C2=A9 2017 Stefan Reich=C3=B6r ;;; ;;; This file is part of GNU Guix. ;;; @@ -30,6 +31,7 @@ #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module (guix build-system trivial) + #:use-module (guix build-system python) #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages docbook) @@ -353,6 +355,23 @@ permit managing file systems not included in libpart= ed.") ;; The home page says GPLv2, but the source code says GPLv2+. (license license:gpl2+))) =20 +(define-public pydf + (package + (name "pydf") + (version "12") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pydf" version)) + (sha256 + (base32 + "0f8ly8xyp93i2hm9c0qjqd4y86nz73axw2f09z01mszwmg1sfivz")))) + (build-system python-build-system) + (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.") + (license license:public-domain))) =20 (define-public f3 (package From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 14 04:27:09 2017 Received: (at 28450) by debbugs.gnu.org; 14 Sep 2017 08:27:09 +0000 Received: from localhost ([127.0.0.1]:39587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsPUL-00066I-3H for submit@debbugs.gnu.org; Thu, 14 Sep 2017 04:27:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsPUG-00065h-BQ for 28450@debbugs.gnu.org; Thu, 14 Sep 2017 04:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsPU6-0001jV-3X for 28450@debbugs.gnu.org; Thu, 14 Sep 2017 04:26:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsPU6-0001jJ-0D; Thu, 14 Sep 2017 04:26:54 -0400 Received: from [193.50.110.249] (port=36594 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dsPU5-0006pR-BO; Thu, 14 Sep 2017 04:26:53 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: [bug#28450] [PATCH] gnu: Add pydf. References: <150533477229.31265.18188868614383523660.stgit@sandburg> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Fructidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28450 Cc: 28450@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 14 15:00:41 2017 Received: (at submit) by debbugs.gnu.org; 14 Sep 2017 19:00:41 +0000 Received: from localhost ([127.0.0.1]:41443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsZNM-0005Cg-WF for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:00:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsZNJ-0005CR-Ew for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsZND-0005rG-5x for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:00:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsZND-0005r5-17 for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:00:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsZNB-0003Ou-Ak for guix-patches@gnu.org; Thu, 14 Sep 2017 15:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsZN6-0005kw-Og for guix-patches@gnu.org; Thu, 14 Sep 2017 15:00:25 -0400 Received: from dd5424.kasserver.com ([85.13.138.252]:57196) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsZN6-0005jH-DS for guix-patches@gnu.org; Thu, 14 Sep 2017 15:00:20 -0400 Received: from localhost (unknown [149.154.152.177]) by dd5424.kasserver.com (Postfix) with ESMTPA id C7E8DB582DDE for ; Thu, 14 Sep 2017 21:00:17 +0200 (CEST) From: Stefan =?utf-8?Q?Reich=C3=B6r?= To: guix-patches@gnu.org Subject: Re: [bug#28450] [PATCH] gnu: Add pydf. In-Reply-To: <87vaklbs8k.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 14 Sep 2017 10:26:51 +0200") References: <150533477229.31265.18188868614383523660.stgit@sandburg> <87vaklbs8k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Date: Thu, 14 Sep 2017 21:00:16 +0200 Message-ID: <87k211ksvz.fsf@xsteve.at> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo! Here is my updated patch. > 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 = written >> +in python.") > > That looks very similar to =E2=80=98dfc=E2=80=99 no? (Which is not a rea= son not to > include it of course, just wondering.) Until yesterday I only knew df. Today I know two useful tools to display the disk usage :-) > 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,= but > 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. Stefan. --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-pydf.patch Content-Transfer-Encoding: quoted-printable >From c6daa8148465c1cf7d61efbf7e936a8d45963f78 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Stefan=3D20Reich=3DC3=3DB6r?=3D Date: Thu, 14 Sep 2017 20:55:01 +0200 Subject: [PATCH] gnu: Add pydf. * gnu/packages/disk.scm (pydf): New variable. --- gnu/packages/disk.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 49bbbfa..31d2573 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -8,6 +8,7 @@ ;;; Copyright =C2=A9 2016 Roel Janssen ;;; Copyright =C2=A9 2016, 2017 Marius Bakke ;;; Copyright =C2=A9 2017 Hartmut Goebel +;;; Copyright =C2=A9 2017 Stefan Reich=C3=B6r ;;; ;;; This file is part of GNU Guix. ;;; @@ -30,6 +31,7 @@ #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module (guix build-system trivial) + #:use-module (guix build-system python) #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages docbook) @@ -353,6 +355,25 @@ permit managing file systems not included in libparted= .") ;; The home page says GPLv2, but the source code says GPLv2+. (license license:gpl2+))) =20 +(define-public pydf + (package + (name "pydf") + (version "12") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pydf" version)) + (sha256 + (base32 + "0f8ly8xyp93i2hm9c0qjqd4y86nz73axw2f09z01mszwmg1sfivz")))) + (build-system python-build-system) + (home-page "http://kassiopeia.juls.savba.sk/~garabik/software/pydf/") + (synopsis "Colourised @command{df} clone") + (description "All-singing, all-dancing, fully colourised @command{df} cl= one +written in python. It displays the amount of disk space available on the +mounted filesystems, using different colours for different types of +filesystems. Output format is completely customizable.") + (license license:public-domain))) =20 (define-public f3 (package --=20 2.7.4 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 15 10:41:06 2017 Received: (at 28450-done) by debbugs.gnu.org; 15 Sep 2017 14:41:06 +0000 Received: from localhost ([127.0.0.1]:42985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsrnm-0004u2-Lu for submit@debbugs.gnu.org; Fri, 15 Sep 2017 10:41:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45299) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsrnl-0004t2-GY for 28450-done@debbugs.gnu.org; Fri, 15 Sep 2017 10:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsrnd-00041b-Cj for 28450-done@debbugs.gnu.org; Fri, 15 Sep 2017 10:41:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsrnd-00041X-91; Fri, 15 Sep 2017 10:40:57 -0400 Received: from [193.50.110.249] (port=59250 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dsrnc-0001MX-QZ; Fri, 15 Sep 2017 10:40:57 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: [bug#28450] [PATCH] gnu: Add pydf. References: <150533477229.31265.18188868614383523660.stgit@sandburg> <87vaklbs8k.fsf@gnu.org> <87k211ksvz.fsf@xsteve.at> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Fructidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Fri, 15 Sep 2017 16:40:54 +0200 In-Reply-To: <87k211ksvz.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Thu, 14 Sep 2017 21:00:16 +0200") Message-ID: <87k210t47d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28450-done Cc: 28450-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Stefan Reich=C3=B6r skribis: > From c6daa8148465c1cf7d61efbf7e936a8d45963f78 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Stefan=3D20Reich=3DC3=3DB6r?=3D > Date: Thu, 14 Sep 2017 20:55:01 +0200 > Subject: [PATCH] gnu: Add pydf. > > * gnu/packages/disk.scm (pydf): New variable. Applied, thanks! Ludo'. From unknown Sat Jun 21 10:39:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 14 Oct 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator