[MacPorts] #45810: py-emcee: Please add Python 3.4 port
MacPorts
noreply at macports.org
Fri Nov 7 01:24:01 PST 2014
#45810: py-emcee: Please add Python 3.4 port
-------------------------------+-----------------------
Reporter: Deil.Christoph@… | Owner: aronnax@…
Type: request | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: py-emcee |
-------------------------------+-----------------------
Comment (by aronnax@…):
Replying to [comment:3 Deil.Christoph@…]:
> I've been filing a few "please add 3.4" issues in the past months ... I
think it's OK to assume that anything that works on 3.3 does work on 3.4
too and just add this for all Python ports.
>
> What do you think?
Python 3.4 is more like Python 2.7 than Python 3.3 in treatment of
Unicode, as I understand. I don't think that we can assume, but if the
plan is to phase out everything but 2.7 and 3.4 then we should start
finding out what is broken.
> Should be easy to compile a list of missing 3.4 ports, no?
Sure:
{{{
$ (for vv in 26 27 31 32 33; do port echo py${vv}-\*; done) | cut -c 6- |
sort | uniq > /tmp/old
$ port echo py34-\* | cut -c 6- | sort > /tmp/new
$ comm -23 /tmp/old /tmp/new
}}}
I get 573 such ports.
--
Ticket URL: <https://trac.macports.org/ticket/45810#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list