From owner-freebsd-python@FreeBSD.ORG  Sat Mar 22 11:04:32 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B4A7775B;
 Sat, 22 Mar 2014 11:04:32 +0000 (UTC)
Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com
 [IPv6:2607:f8b0:400e:c02::234])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 82388FE7;
 Sat, 22 Mar 2014 11:04:32 +0000 (UTC)
Received: by mail-pd0-f180.google.com with SMTP id v10so3394746pde.39
 for <multiple recipients>; Sat, 22 Mar 2014 04:04:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:reply-to:user-agent:mime-version:to:subject
 :references:in-reply-to:content-type:content-transfer-encoding;
 bh=b86tv/VwcNcEo99hFrVQWXM0bfoXkgxCVI+7VVAs9sc=;
 b=ZFO/98XKlNN0zTyHfUTkey1E8Rg2rn3hJ6xKptRWnYDr07fywu/OtkyecaZsaPK0Xd
 n8au+SK/8p5JpCzU875kqQHBhn/pYFHhOlk88igfzVRxXB/hhpbwoFwwAdKS4I1YGHS8
 WahfD1MDWKNS8fn1gVbSqFR0UkngecPX7ZayRWNWB0seJL7xW9T9L3fg5nK7OKgGR4BD
 V9cHmvzQus76wZr981ZLvPwJTMzzTybJmUb/eaRbaqH7Yvw/l2WR1Hl+N3s+Fyjk+oGR
 3rV6fAFkETfHvtV5n7ImnNtn/ZVKfuyGQNuA/mQJAm/YBzt1IF7Zznz4rULiZsIO42r/
 zs7w==
X-Received: by 10.68.181.165 with SMTP id dx5mr61486375pbc.38.1395486272172;
 Sat, 22 Mar 2014 04:04:32 -0700 (PDT)
Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net.
 [59.167.128.11])
 by mx.google.com with ESMTPSA id wp3sm15021578pbc.67.2014.03.22.04.04.30
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sat, 22 Mar 2014 04:04:31 -0700 (PDT)
Message-ID: <532D6E34.3040407@FreeBSD.org>
Date: Sat, 22 Mar 2014 22:04:20 +1100
From: Kubilay Kocak <koobs.freebsd@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:28.0) Gecko/20100101 Thunderbird/28.0
MIME-Version: 1.0
To: FreeBSD Ports <freebsd-ports@freebsd.org>, 
 freebsd-python@FreeBSD.org
Subject: Re: Python 3.4.0
References: <20140322060840.2417dbca@scorpio>
In-Reply-To: <20140322060840.2417dbca@scorpio>
X-Enigmail-Version: 1.6
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
Reply-To: koobs@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: Sat, 22 Mar 2014 11:04:32 -0000

On 22/03/2014 9:08 PM, Jerry wrote:
> I see that Python 3.4.0 has been released
> <http://blog.python.org/2014/03/python-340-released.html>. Are there any
> plans to incorporate it into the ports system?
> 

Hi Jerry :)

I'm a major part of the way through finishing a lang/python34 port, that
is taking a little extra time due to it being created from scratch,
rather than copying/inheriting from the existing ports.

It's currently builds and passes the test suite, what's left is cherry
picking from the various overrides and workarounds from existing ports
to ensure those cases are covered, and some minor annoyances (like a
proper and uniquely versioned shared library name)

If you're interested in having a early play, jump on IRC
(#freebsd-python on freenode) and I'd be happy to share my WIP update
and get feedback

Thanks for getting in touch.

koobs