Opened 10 years ago
Closed 10 years ago
#46937 closed submission (fixed)
New port for Python 3.5
Reported by: | Themanwithoutaplan | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | petrrr | |
Port: | python35 |
Description
Python 3.5 is now in alpha so people might want to start testing their code against it. I have created a port for it based very heavily on the Python 3.4 port. The only real challenge is the naming convention for the alpha.
The port builds and installs locally. The diff is from a checkout of trunk.
Attachments (1)
Change History (6)
Changed 10 years ago by Themanwithoutaplan
Attachment: | python35-port.diff added |
---|
comment:1 follow-up: 2 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | jwa@… openmaintainer@… removed |
---|---|
Keywords: | Python removed |
Owner: | changed from macports-tickets@… to jwa@… |
Version: | 2.3.3 |
comment:2 Changed 10 years ago by Themanwithoutaplan
Replying to larryv@…:
The
py-tkinter
andpy-gdbm
ports should be updated with 3.5 subports too.
Should they be included in this diff or as separate submissions?
Just looking at the source for the py-tkinter subport I'm not sure how best to handle the 3.5.0a1 version number as it seems there is a dependency upon the same ftp path as there is in the Python 3.5 port. Do you have a suggestion?
comment:3 Changed 10 years ago by jyrkiwahlstedt
I’m aware of this, I have basically the whole set done already. I met a conflict, however, that has to be solved. Also it would be nice to solve the python2/3 script problem at the same time…
comment:5 Changed 10 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
The
py-tkinter
andpy-gdbm
ports should be updated with 3.5 subports too.