New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30257 (closed enhancement: fixed)

Opened 22 months ago

Last modified 22 months ago

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

cfv.diff (645 bytes) - added by macports@… 22 months ago.

Change History

Changed 22 months ago by macports@…

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.

comment:3 Changed 22 months ago by perry@…

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

comment:4 Changed 22 months ago by perry@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r81045.

Note: See TracTickets for help on using tickets.