Opened 8 years ago
Closed 7 years ago
#53268 closed enhancement (fixed)
Add Python 3.6 version for all ports that support Python 3.5?
Reported by: | cdeil (Christoph Deil) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jwa@…, petrrr | |
Port: | python36 |
Description
In the past week or two, me and a few others have filed a few pull requests on Github adding the Python 3.6 version for ports we're using. It's been a bit tedious for me, and probably also for the people reviewing / merging pull requests.
So I would like to ask the question if maybe we could just add 3.6 to python.version for all ports supporting 3.5 ?
There haven't really been backwards-incompatible changes in Python 3.6 compared to 3.5. I would expect that all, or almost all, ports that work with 3.5 will just work with 3.6.
Here's a script to compute the list of ports we're talking about: https://gist.github.com/cdeil/78fe6edc9bd540445a2ebfcd370d0d2f
Here's the output, listing the 310 ports where I'm proposing to add "36" to "python.versions": https://gist.github.com/cdeil/6c665eff6cba2e8356c13c6ee15559f5
Would such a PR be welcome, and would someone with the commit bit be willing to review it?
Change History (3)
comment:1 Changed 8 years ago by petrrr
Cc: | petrrr added |
---|
comment:2 Changed 7 years ago by petrrr
comment:3 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, this is done.
I think this ticket became obsolete. Py36 subports were added in mass commit [6c05e9852d0b08b2a8f14e7ee622031196a9d699/macports-ports].
Can we close this one?