From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/5] python2-variants Date: Wed, 10 Feb 2016 22:21:17 +0100 Message-ID: <8737t0jm7m.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTcCR-0000Ek-TA for guix-devel@gnu.org; Wed, 10 Feb 2016 16:21:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTcCO-0006Sc-Nx for guix-devel@gnu.org; Wed, 10 Feb 2016 16:21:23 -0500 In-Reply-To: (Leo Famulari's message of "Tue, 9 Feb 2016 03:10:58 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > These patches apply the new python2-variant system introduced in > 1be83341 to python2-{cryptography, jsonschema, wheel, requests}, and > then split acme into python-acme and python2-acme. Neat! Let=E2=80=99s see how many lines of code that saves us. :-) > As usual, I tested the changes to acme / letsencrypt by renewing the > certificates of my webserver [0]. OK. I=E2=80=99m reviewing this series mostly superficially under the assum= ption that you=E2=80=99ve checked that things still build. > * gnu/packages/python.scm (python-cryptography)[properties]: New field. > (python2-cryptography): Use 'strip-python2-variant'. OK! Ludo=E2=80=99.