Ticket #30257 (closed enhancement: fixed)
cfv can be built with python27
| Reported by: | macports@… | Owned by: | perry@… |
|---|---|---|---|
| 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
Change History
comment:1 Changed 22 months ago by jmr@…
- Keywords haspatch added; cfv python27 removed
- Owner changed from macports-tickets@… to perry@…
- Version 1.9.2 deleted
- Type changed from update to enhancement
- Port changed from security/cfv to cfv
Please remember to cc the maintainer.
comment:2 Changed 22 months ago by macsforever2000@…
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.
Note: See
TracTickets for help on using
tickets.

