[MacPorts] #57868: Dependency 'py37-apptools' not found for installing py37-mayavi

MacPorts noreply at macports.org
Tue Jan 8 00:33:32 UTC 2019


#57868: Dependency 'py37-apptools' not found for installing py37-mayavi
-----------------------------+-----------------------
  Reporter:  bernard-giroux  |      Owner:  jjstickel
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.5.4
Resolution:                  |   Keywords:
      Port:  py-mayavi       |
-----------------------------+-----------------------

Comment (by bernard-giroux):

 I'm not familiar with macports developments, sorry if I'm doing stupid
 things... I have edited
 {{{/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python
 /py-apptools/Portfile}}} to have

 {{{
 {521}torngat:~% cat
 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python
 /py-apptools/Portfile
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c
 -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

 PortSystem          1.0
 PortGroup           python 1.0
 PortGroup           github 1.0

 github.setup        enthought apptools 4.4.0

 name                py-apptools
 categories-append   devel
 license             BSD
 maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
 supported_archs     noarch

 description         The Enthought apptools package
 long_description    The Enthought Tool Suite includes a set of packages\
     that we have found useful in creating a number of applications.\
     They implement functionality that is commonly needed by many
 applications.\
     These packages are distributed together as the AppTools project.
 platforms           darwin

 checksums           rmd160  004958cc00d28caf83045497c813880cdbf7f1ee \
                     sha256
 eb80e3ba421de2c3665a7f83bd3e3588d291013b3dd1d46e816124d62a53e163

 python.versions     27 35 36 37

 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-configobj\
                             port:py${python.version}-traitsui
 }
 }}}


 But no luck...

 {{{
 {522}torngat:~% sudo port install py37-apptools
 Error: Port py37-apptools not found
 }}}

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


More information about the macports-tickets mailing list