# -*- 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 name py-sphinx-gallery version 0.18.0 revision 0 supported_archs noarch platforms {darwin any} license BSD maintainers {reneeotten @reneeotten} openmaintainer description Extension for automatic generation of an example gallery long_description {*}${description} homepage https://sphinx-gallery.github.io distname sphinx_gallery-${version} checksums rmd160 ac31c70ef090933c0236647149f9a526816780a9 \ sha256 4b5b5bc305348c01d00cf66ad852cfd2dd8b67f7f32ae3e2820c01557b3f92f9 \ size 466371 python.versions 39 310 311 312 if {${subport} ne ${name}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-sphinx post-destroot { set DOCDIR ${prefix}/share/doc/${subport} xinstall -d ${destroot}${DOCDIR} xinstall -m 0644 -W ${worksrcpath} LICENSE README.rst \ CHANGES.rst ${destroot}${DOCDIR} } }