# -*- 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.16.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 cc29df5595c60b63f8016a45389c8e059360779b \ sha256 3912765bc5e7b5451dc471ad50ead808a9752280b23fd2ec4277719a5ef68e42 \ size 432247 python.versions 38 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} } }