[MacPorts] #67347: asciidoc @10.2.0_2: Portfile declares one variable but uses a different one

MacPorts noreply at macports.org
Mon May 1 18:57:49 UTC 2023


#67347: asciidoc @10.2.0_2: Portfile declares one variable but uses a different one
-----------------------+----------------------
 Reporter:  ballapete  |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:  2.8.1
 Keywords:  tiger ppc  |       Port:  asciidoc
-----------------------+----------------------
 {{{
      45 python.versions     310
      46 python.default_version \
      47                     310
      48 depends_build-append \
      49                     port:py${python.version}-setuptools
      50 depends_lib         port:python${python.version} \
      51                     port:libxml2 \
      52                     port:libxslt \
      53                     port:docbook-xml-4.5 \
      54                     port:docbook-xsl-nons
      55 depends_run         port:fop
      56 depends_test        port:py${python.version}-pytest \
      57                     port:py${python.version}-pytest-mock
 }}}

 Since I think one version of `Python 3` is sufficient I am setting some
 `Portfiles` to use `Python 3.10` until all ports will use `Python 3.11`.
 Due to the mismatch of variable names `asciidoc` gets installed in

 {{{
 x
 ./opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11
 /site-packages/asciidoc-10.2.0.dist-info/
 }}}

 etc.

-- 
Ticket URL: <https://trac.macports.org/ticket/67347>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list