From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Split acme into both Python variants Date: Mon, 21 Dec 2015 14:32:38 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB6CN-0005NW-9M for guix-devel@gnu.org; Mon, 21 Dec 2015 14:32:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB6CI-00022W-Aj for guix-devel@gnu.org; Mon, 21 Dec 2015 14:32:47 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:43368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB6CH-00022Q-Th for guix-devel@gnu.org; Mon, 21 Dec 2015 14:32:42 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id EDEC86800D8 for ; Mon, 21 Dec 2015 14:32:40 -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 This patch splits the acme library into both Python variants. Currently, its only user in Guix is the Python 2 official Let's Encrypt client, but there is other software out there that supports Python 3. I tried and tried to make the python2-acme version inherit more from python-acme but this is what I got working. I did try to apply the solution used in python2-pyopenssl and python2-oauthlib [0] but I couldn't make it work. I think the issue is that python2-acme uses both python2-pyopenssl and python2-cryptography, so there are multiple layers of translation to watch out for. Suggestions welcome! I think we should keep these in the same module as letsencrypt, because it will make it easier to remember to update them together, which appears to be necessary. [0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22013 Leo Famulari (1): gnu: Split acme into python-acme and python2-acme. gnu/packages/tls.scm | 82 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 33 deletions(-) -- 2.6.2