From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: python-2: update to 2.7.10. Date: Mon, 10 Aug 2015 15:56:36 +0200 Message-ID: <20150810135636.GA30125@debian> References: <20150731180512.GA9619@debian> <87d1z5mpl0.fsf@netris.org> <874mkhm84k.fsf@netris.org> <87egjjt8ai.fsf@netris.org> <87zj24rm63.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnbk-0004L4-AC for guix-devel@gnu.org; Mon, 10 Aug 2015 09:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOnbh-0006CH-1f for guix-devel@gnu.org; Mon, 10 Aug 2015 09:59:20 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:63997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnbg-000642-Oc for guix-devel@gnu.org; Mon, 10 Aug 2015 09:59:16 -0400 Content-Disposition: inline In-Reply-To: <87zj24rm63.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel@gnu.org Hello Mark, something does not work as expected in your commit 9f6509c655b766b0fb9dfab181a8533e698473b0 to accomodate python version numbers with two-digit components. Now the files are installed into lib/python.7. for python-2 modules (see, for instance, python2-sip). Everything seems to work as expected for python-3. Andreas