Python 3.4.0

2014-03-22 Thread Jerry
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?

-- 
Jerry
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Python 3.4.0

2014-03-22 Thread Kubilay Kocak
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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


RE: Python 3.4.0

2014-03-22 Thread Jerry
On Saturday, March 22, 2014 7:04 AM Kubilay Kocak wrote:
 
 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.

Sounds like a plan. I'll check it out.

-- 
Jerry

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org