From owner-freebsd-python@FreeBSD.ORG  Tue Sep 17 08:53:57 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id E1238624
 for <freebsd-python@freebsd.org>; Tue, 17 Sep 2013 08:53:57 +0000 (UTC)
 (envelope-from mva@freebsd.org)
Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de
 [80.67.18.44])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9E921265A
 for <freebsd-python@freebsd.org>; Tue, 17 Sep 2013 08:53:57 +0000 (UTC)
Received: from [80.67.16.118] (helo=webmailfront01.ispgateway.de)
 by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256)
 (Exim 4.68) (envelope-from <mva@freebsd.org>) id 1VLr2b-0006ND-ED
 for freebsd-python@freebsd.org; Tue, 17 Sep 2013 10:53:49 +0200
Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu
 (Horde Framework) with HTTP; Tue, 17 Sep 2013 10:53:49 +0200
Date: Tue, 17 Sep 2013 10:53:49 +0200
Message-ID: <20130917105349.Horde.eGsDvcmd_rMMieKWsqSPcQ5@webmail.df.eu>
From: Marcus von Appen <mva@freebsd.org>
To: freebsd-python@freebsd.org
Subject: Re: python 2 and 3 modules
References: <E1V3QJs-000JpR-FR@kabab.cs.huji.ac.il>
 <CAO+PfDcARya67Kd+hOEfDGNzLA4zp+8d1JYJhsYShQx=kXVijA@mail.gmail.com>
 <51F62DAC.3000003@FreeBSD.org> <E1VLpGM-000Bec-An@kabab.cs.huji.ac.il>
In-Reply-To: <E1VLpGM-000Bec-An@kabab.cs.huji.ac.il>
User-Agent: Internet Messaging Program (IMP) H5 (6.0.4)
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes
MIME-Version: 1.0
Content-Disposition: inline
X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc=
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
Reply-To: mva@freebsd.org
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Sep 2013 08:53:57 -0000

Daniel Braniss <danny@cs.huji.ac.il>:

[...]
> hi all,
> 	is there any progress?

Progress on what exactly? The thread discusses two things:

1) Installation of different python versions in parallel
2) Installation of a python module for different python versions
    through the ports

1) works without any problems, as described in the previous mails

2) should work with nasty side effects for package build systems since
    the last commit to bsd.python.mk, which introduced PYTHON2_DEFAULT_VERSION

Right now, 2) is nowhere close to be usable on a daily basis, but  
we're working
on that problem.

Cheers
Marcus