Opened 14 years ago
Closed 13 years ago
#27723 closed enhancement (fixed)
scons switched to python27 branch
Reported by: | chicagotripp (Altoine Barker) | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | blair (Blair Zajac) | |
Port: | scons |
Description
I simply changed the 6 to a 7 and recompiled the portfile. It successfully worked. Here is the original Portfile PortGroup line:
PortSystem 1.0 PortGroup python26 1.0
And now here is the changed Portfile PortGroup line:
PortSystem 1.0 PortGroup python27 1.0
I am not certain if I should have committed a diff or a copy of the Portfile for such a minor change. It compiled and installed successfully.
Change History (4)
comment:1 Changed 14 years ago by chicagotripp (Altoine Barker)
Cc: | nDiScReEt@… added |
---|
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Cc: | nDiScReEt@… removed |
---|---|
Owner: | changed from macports-tickets@… to landonf@… |
Type: | submission → enhancement |
Macports currently is settled on python 2.6 as the default python. I don't see this change happening right now.
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Has duplicate #30600.
I think switching to python27 (in scons and everywhere else we're still using python<2.7) is a fine idea.
comment:4 Changed 13 years ago by jmroot (Joshua Root)
Cc: | blair@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was done in r82160.
Note: See
TracTickets for help on using
tickets.
Cc Me!