[MacPorts] #58237: py-spyder: py-pyqt5 dependency also needs +webkit

MacPorts noreply at macports.org
Tue Mar 26 15:55:35 UTC 2019


#58237: py-spyder: py-pyqt5 dependency also needs +webkit
---------------------------------+------------------------
  Reporter:  mf2k                |      Owner:  reneeotten
      Type:  defect              |     Status:  assigned
  Priority:  Normal              |  Milestone:
 Component:  ports               |    Version:
Resolution:                      |   Keywords:
      Port:  py-spyder py-pyqt5  |
---------------------------------+------------------------

Comment (by mamoll):

 Maybe I am not sure what needs to be done. I thought what you meant was:
 - Create subport py27-pyqt5-webkit, ..., py37--pyqt5-webkit
 - Each will be built similar to the corresponding py??-pyqt5 support:
 {{{
     PortGroup           qmake5 1.0

     # pull in the Qt5 meta-port
     qt5.depends_component \
                         qtscript \
                         qt3d \
                         qt5
     depends_lib-append  port:py${python.version}-sip \
                         port:dbus-python${python.version}

     if {${python.version} == 27} {
         depends_lib-append port:py27-enum34
     }

     use_configure       yes
     configure.pre_args
     configure.cmd       "${python.bin} configure.py"
     qt5.spec_cmd        --spec=
     configure.args-append \
                         -q ${qt_qmake_cmd} \
                         --verbose \
                         --confirm-license \
                         --sip=${prefix}/bin/sip-${python.branch} \
                         --dbus=${python.include}/dbus-1.0 \
                         --designer-
 plugindir=${qt_plugins_dir}/designer/Py${python.version}Qt5 \
                         --qml-
 plugindir=${qt_plugins_dir}/Py${python.version}Qt5 \
                         --no-dist-info
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/58237#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list