Opened 13 years ago

Closed 13 years ago

#30257 closed enhancement (fixed)

cfv can be built with python27

Reported by: macports@… Owned by: lperry (Perry Lee)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: cfv

Description

cfv works with any version of Python since 1.4 according to the website. Currently, macports is building it with Python 2.6, thus bringing in python26 when nearly everything else is built with python27. Building cfv with Python 2.7 will eliminate the need to keep around two Python version.

I am providing a simple patch to make this change. There may be a more elegant way to allow fallback to python26 if that is the only installed version, but I am not a portfile expert.

Attachments (1)

cfv.diff (645 bytes) - added by macports@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by macports@…

Attachment: cfv.diff added

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Keywords: haspatch added; cfv python27 removed
Owner: changed from macports-tickets@… to perry@…
Port: cfv added; security/cfv removed
Type: updateenhancement
Version: 1.9.2

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by mf2k (Frank Schima)

It would be much better if variants for the various pythons could be created instead of imposing one python. The problem of requiring multiple pythons will still exist if you don't use python27.

comment:3 Changed 13 years ago by lperry (Perry Lee)

I'll add variants for the different versions of Python this weekend.

comment:4 Changed 13 years ago by lperry (Perry Lee)

Resolution: fixed
Status: newclosed

Fixed in r81045.

Note: See TracTickets for help on using tickets.