# -*- 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.9 platforms {darwin any} supported_archs noarch 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 md5 2fd2c8e3bd1b7d7dd7a325cf228c7d76 \ rmd160 8019fe07d9ad17819e5275686fd4523a0f0bcc11 \ sha256 39bcd1660118ef360fa4047456501071364661aa9d9021d3d26c58f1ee2081f5 python.versions 38 39 310 311 if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE \ ${destroot}${docdir} } }