Re: python-2.7 released !

2010-08-21 Thread Sutra Zhou
On Sat, Aug 21, 2010 at 4:35 AM, Li-Wen Hsu wrote: > On Fri, Aug 20, 2010 at 15:39:31 +0800, Sutra Zhou wrote: >> After I installed python27, import sqlite3 failed: >> >> r...@www:~%pkg_info -Ix py >> ap22-mod_python-3.3.1_3 Apache module that embeds the Python >> interpreter within the >> clearsi

Re: python-2.7 released !

2010-08-20 Thread Li-Wen Hsu
On Fri, Aug 20, 2010 at 15:39:31 +0800, Sutra Zhou wrote: > After I installed python27, import sqlite3 failed: > > r...@www:~%pkg_info -Ix py > ap22-mod_python-3.3.1_3 Apache module that embeds the Python > interpreter within the > clearsilver-python-0.10.5 A fast, powerful, and language-neutral t

Re: python-2.7 released !

2010-08-20 Thread Sutra Zhou
On Mon, Jul 5, 2010 at 3:48 PM, wen heping wrote: > Hi, > >    Python-2.7.0 released, I attached the diff file of bsd.python.mk > and the shar file of lang/python27 here. > >    Some days ago I filed a PR to require repocopy lang/python26 --> > lang/python27, > I changed its responsible to portmgr

Re: python 2.7

2010-08-15 Thread Li-Wen Hsu
On Sun, Aug 15, 2010 at 12:47:16 +0300, Daniel Braniss wrote: > btw, how can I compile a port/package (ie py-pscycopg2) to use 2.7? I think the easiest way current is setting USE_PYTHON=2.7 in py-pscycopg2's Makefiles. Or you can also set PYTHON_DEFAULT_VERSION="python2.7" in /etc/make.conf, whic

Re: python 2.7

2010-08-15 Thread Daniel Braniss
> On Sun, Aug 15, 2010 at 03:11, Li-Wen Hsu wrote: ... > > Hi, > > > > I got approval form wen@ recently and continued working on the patch, > > here is the current result I have: > > > > http://people.freebsd.org/~lwhsu/python27.diff > > Patch is updated, now building with PTH and SEM should be f

Re: python 2.7

2010-08-15 Thread Li-Wen Hsu
On Sun, Aug 15, 2010 at 03:11, Li-Wen Hsu wrote: > On Fri, Aug 13, 2010 at 18:27, Daniel Braniss wrote: >> hi, >>        I noticed that in ports/lan/python27 it actually >> compiles 2.6.5! >> and surprisingly, I discovered that 2.7 is as of today 'official', so >> any plans on updating the packag

Re: python 2.7

2010-08-14 Thread Li-Wen Hsu
On Fri, Aug 13, 2010 at 18:27, Daniel Braniss wrote: > hi, >        I noticed that in ports/lan/python27 it actually > compiles 2.6.5! > and surprisingly, I discovered that 2.7 is as of today 'official', so > any plans on updating the package? > Hi, I got approval form wen@ recently and continue