From owner-freebsd-python@FreeBSD.ORG  Sat Jun  7 01:23:26 2014
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 ESMTPS id 4116B7DD;
 Sat,  7 Jun 2014 01:23:26 +0000 (UTC)
Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM
 [IPv6:2605:8e00:100:41::81])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1ADD225D3;
 Sat,  7 Jun 2014 01:23:26 +0000 (UTC)
Received: from [10.20.30.90] (50-1-51-90.dsl.dynamic.fusionbroadband.com
 [50.1.51.90]) (authenticated bits=0)
 by hoffman.proper.com (8.14.8/8.14.7) with ESMTP id s571NM3X074039
 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO);
 Fri, 6 Jun 2014 18:23:24 -0700 (MST)
 (envelope-from phoffman@proper.com)
X-Authentication-Warning: hoffman.proper.com: Host
 50-1-51-90.dsl.dynamic.fusionbroadband.com [50.1.51.90] claimed to be
 [10.20.30.90]
Content-Type: text/plain; charset=iso-8859-1
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\))
Subject: Re: NUDGE: pip for v3?
From: Paul Hoffman <phoffman@proper.com>
In-Reply-To: <539267F5.6040906@FreeBSD.org>
Date: Fri, 6 Jun 2014 18:23:22 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <C62003DE-CCD5-4D6D-BE5A-693367F481F5@proper.com>
References: <36444A45-D079-411F-9871-8B0E79F069F3@proper.com>
 <539267F5.6040906@FreeBSD.org>
To: koobs@FreeBSD.org
X-Mailer: Apple Mail (2.1878.2)
Cc: freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
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: Sat, 07 Jun 2014 01:23:26 -0000

On Jun 6, 2014, at 6:16 PM, Kubilay Kocak <koobs@FreeBSD.org> wrote:

> You may use the Ports framework DEFAULT_VERSIONS mechanism to build =
any
> python port (that supports 2 *and* 3) with a non-default version of =
Python.

Noted, but I have gotten quite attached to the pkg interface and =
simplicity.

> Also a quick note that while we (Team Python) are aiming for multiple
> concurrently installed versions of python packages in a single
> environment, there are some rough edges which precludes some =
scenarios.

Is there a list of those somewhere? I would maybe be able to put in some =
development time on smoothing.

> Have a play and let us know what works and what doesn't, and we're
> always available on #freebsd-python (freenode IRC) if you'd like to =
have
> a chat

Will do, thanks!

--Paul Hoffman=