# -*- 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-imageio-ffmpeg version 0.4.7 platforms darwin license BSD maintainers nomaintainer description FFMPEG wrapper for Python long_description The purpose of this project is to provide a simple \ and reliable ffmpeg wrapper for working with video \ files. It implements two simple generator \ functions for reading and writing data from/to \ ffmpeg, which reliably terminate the ffmpeg \ process when done. It also takes care of \ publishing platform-specific wheels that include \ the binary ffmpeg executables. homepage https://github.com/imageio/imageio-ffmpeg checksums rmd160 28a0dc363efd7442473dd1bdfb61360794ad1709 \ sha256 7a08838f97f363e37ca41821b864fd3fdc99ab1fe2421040c78eb5f56a9e723e \ size 16874 python.versions 37 38 39 310 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-pip \ port:py${python.version}-setuptools post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE \ ${destroot}${docdir} } livecheck.type none }