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 43 43 port:py${python.version}-snowballstemmer \ 44 44 port:py${python.version}-sphinxcontrib-websupport \ 45 45 port:sphinx_select 46 if {${python.version} < 3 6} {46 if {${python.version} < 35} { 47 47 depends_run-append port:py${python.version}-typing 48 48 } 49 49