[MacPorts] #38535: relax: support other python versions
#38535: relax: support other python versions -------------------------+----------------------- Reporter: ciserlohn@… | Owner: howarth@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: relax -------------------------+----------------------- Relax currently supports only python version 2.7 using the python27 portgroup. With the unified python portgroup you could support other python versions quite easily. -- Ticket URL: <https://trac.macports.org/ticket/38535> MacPorts <http://www.macports.org/> Ports system for OS X
#38535: relax: support other python versions --------------------------+----------------------- Reporter: ciserlohn@… | Owner: howarth@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: relax | --------------------------+----------------------- Comment (by mojca@…): See also #40341. -- Ticket URL: <https://trac.macports.org/ticket/38535#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38535: relax: support other python versions --------------------------+----------------------- Reporter: ciserlohn@… | Owner: howarth@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: relax | --------------------------+----------------------- Comment (by mojca@…): Partially fixed in r110728. I don't know if that qualifies as fixed or not. From my understanding the port would need to be renamed from `relax` to `py-relax` to support multiple python versions? -- Ticket URL: <https://trac.macports.org/ticket/38535#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#38535: relax: support other python versions --------------------------+----------------------- Reporter: ciserlohn@… | Owner: howarth@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: relax | --------------------------+----------------------- Comment (by macsforever2000@…): It could support other versions with pythonXY variants. py-foo ports are only for python modules, which relax is not. Both cases should use the python 1.0 PortGroup like this port now does. -- Ticket URL: <https://trac.macports.org/ticket/38535#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#38535: relax: support other python versions --------------------------+----------------------- Reporter: ciserlohn@… | Owner: howarth@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: relax | --------------------------+----------------------- Changes (by mojca@…): * cc: macsforever2000@… (added) Comment: I opened a new ticket #40734. I'm not sure if it's doable, but it would be nice to have the variants somehow added automatically. Even if not waiting for someone to implement additional functionality it is not really clear to me how to avoid duplication of code like: {{{ depends_lib-append port:pymol \ port:py${python.version}-scipy \ port:py${python.version}-numpy \ port:py${python.version}-wxpython-3.0 }}} if variants are added. -- Ticket URL: <https://trac.macports.org/ticket/38535#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#38535: relax: support other python versions --------------------------+----------------------- Reporter: ciserlohn@… | Owner: howarth@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: wontfix | Keywords: Port: relax | --------------------------+----------------------- Changes (by mojca@…): * status: new => closed * version: 2.1.3 => * resolution: => wontfix Comment: I took a look at this ticket again after a while and noticed that while it would be nice if someone took a look at ticket #40734, there is basically no other Python version that one could use instead of Python 2.7 for this particular port. Python 3.x is not supported by `wxPython` and `py2X- wxpython-3.0` doesn't exist for anything else but Python 2.7. (It could be added if there was a need, but I don't see any need for that and there was no specific request for it.) I changed the ticket to use the unified `PortGroup` a while ago as requested, but that's basically all that can reasonably be done. If you happen to have a specific need to use any other particular version of Python, please open a new ticket. -- Ticket URL: <https://trac.macports.org/ticket/38535#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts