Commits

Marius Schamschula authored cbc774a4bfa
py-octave_kernel: add py38 subport
No tags

python/py-octave_kernel/Portfile

Modified
11 11 license BSD
12 12 maintainers {mps @Schamschula} openmaintainer
13 13 description A Jupyter kernel for Octave
14 14 long_description ${description}
15 15 platforms darwin
16 16
17 17 checksums rmd160 fdc706beb71fab9b62682362d1f60d5fd6ce91fc \
18 18 sha256 e25c975e807d0da16f2b76c528f8e182dd73c18b777700dfbe1ceb1ed7a2934e \
19 19 size 250855
20 20
21 -python.versions 27 36 37
21 +python.versions 27 36 37 38
22 22
23 23 if {${name} ne ${subport}} {
24 24 depends_lib-append \
25 25 port:octave \
26 26 port:py${python.version}-metakernel
27 27
28 28 post-destroot {
29 29 xinstall -d ${destroot}${prefix}/share/${subport}
30 30 xinstall -m 640 ${filespath}/kernel.json ${destroot}${prefix}/share/${subport}
31 31 reinplace "s/%PYVERSION%/${python.branch}/g" ${destroot}${prefix}/share/${subport}/kernel.json

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut