From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42052) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO6zq-0005Rs-Vb for guix-patches@gnu.org; Mon, 13 Apr 2020 17:52:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO6zp-0006sf-U6 for guix-patches@gnu.org; Mon, 13 Apr 2020 17:52:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49441) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO6zp-0006sb-Qq for guix-patches@gnu.org; Mon, 13 Apr 2020 17:52:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO6zp-0004iR-PV for guix-patches@gnu.org; Mon, 13 Apr 2020 17:52:01 -0400 Subject: [bug#40575] [PATCH] gnu: Add python-diceware. Resent-Message-ID: Date: Mon, 13 Apr 2020 14:50:52 -0700 From: Matthew Kraai Message-ID: <20200413215052.GA20331@inspiron-3147> References: <20200412150036.6508-1-kraai@ftbfs.org> <20200413210209.GA31853@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200413210209.GA31853@jasmine.lan> 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: Leo Famulari Cc: 40575@debbugs.gnu.org Hi Leo, On Mon, Apr 13, 2020 at 05:02:09PM -0400, Leo Famulari wrote: > On Sun, Apr 12, 2020 at 08:00:36AM -0700, Matthew Kraai wrote: > > * gnu/packages/python-xyz.scm (python-diceware, python2-diceware): New public > > variables. > > Thanks! Overall LGTM... > > > +(define-public python2-diceware > > + (package-with-python2 python-diceware)) > > Do you have a use case for the Python 2 variant? We recently updated our > Python packaging standards to not add these variants unless we need > them: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=39356057bce20f74120b6d227567a943556717cc No, I don't have a use case for the Python 2 variant. I'll update the patch. -- Matthew Kraai