Ticket #55259: Portfile.py-sphinx.diff

File Portfile.py-sphinx.diff, 437 bytes (added by majoc-at-astro (majoc-at-astro), 7 years ago)
  • Portfile

    old new  
    4343                    port:py${python.version}-snowballstemmer \
    4444                    port:py${python.version}-sphinxcontrib-websupport \
    4545                    port:sphinx_select
    46     if {${python.version} < 36} {
     46    if {${python.version} < 35} {
    4747        depends_run-append  port:py${python.version}-typing
    4848    }
    4949