From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/5] python2-variants Date: Tue, 9 Feb 2016 03:10:58 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT3OL-0002Wu-3n for guix-devel@gnu.org; Tue, 09 Feb 2016 03:11:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aT3OH-0001bq-54 for guix-devel@gnu.org; Tue, 09 Feb 2016 03:11:21 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:59057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT3OG-0001Zq-VA for guix-devel@gnu.org; Tue, 09 Feb 2016 03:11:17 -0500 Received: from jasmine.lan (mf54636d0.tmodns.net [208.54.70.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 5C515680152 for ; Tue, 9 Feb 2016 03:11:10 -0500 (EST) 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: guix-devel@gnu.org 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. As usual, I tested the changes to acme / letsencrypt by renewing the certificates of my webserver [0]. I'm not 100% confident in the style of these changes, or in the selection of packages I updated, aside from this being the minimum number of packages to update in order to split acme in two. But it seems that it's not necessary to update the full graph of packages touched by these changes. Feedback? [0] It turns out that my server can't build python2-cryptography from source. I guess that 1 GB RAM is not enough. So I learned how to use `guix archive` :) Leo Famulari (5): gnu: python-cryptography: Define 'python2-variant'. gnu: python-jsonschema: Define 'python2-variant'. gnu: python-wheel: Define 'python2-variant'. gnu: python-requests: Define 'python2-variant'. gnu: Split acme into python-acme and python2-acme. gnu/packages/python.scm | 47 +++++++++++++++++++---------------------------- gnu/packages/tls.scm | 34 ++++++++++++++++++---------------- 2 files changed, 37 insertions(+), 44 deletions(-) -- 2.6.3