From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdj5D-0005v6-9l for guix-patches@gnu.org; Thu, 12 Jul 2018 17:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdj5C-0002MW-9B for guix-patches@gnu.org; Thu, 12 Jul 2018 17:25:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49529) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdj5C-0002MO-3c for guix-patches@gnu.org; Thu, 12 Jul 2018 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdj5B-0006aI-UB for guix-patches@gnu.org; Thu, 12 Jul 2018 17:25:01 -0400 Subject: [bug#32055] [PATCH 2/2] gnu: Add sqlcrush. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180704211501.26205-1-me@tobias.gr> <20180704211501.26205-2-me@tobias.gr> Date: Thu, 12 Jul 2018 23:24:05 +0200 In-Reply-To: <20180704211501.26205-2-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Wed, 4 Jul 2018 23:15:01 +0200") Message-ID: <87d0vsrvuy.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: Tobias Geerinckx-Rice Cc: 32055@debbugs.gnu.org Tobias Geerinckx-Rice skribis: > * gnu/packages/databases.smc (sqlcrush): New public variable. [...] > + (build-system python-build-system) > + (propagated-inputs > + `(("python-cryptography" ,python-cryptography) > + ("python-psycopg2" ,python-psycopg2) > + ("python-pymysql" ,python-pymysql) > + ("python-sqlalchemy" ,python-sqlalchemy))) > + (home-page "https://github.com/coffeeandscripts/sqlcrush") > + (synopsis "Text console-based database viewer and editor") If it=E2=80=99s an application rather than a library, then perhaps we don= =E2=80=99t need to propagate these? Otherwise LGTM. Thanks, Ludo=E2=80=99.