You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
220feed0e0
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- 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-ffmpy
|
|
version 0.4.0
|
|
revision 0
|
|
|
|
categories-append multimedia
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description A simple Python wrapper for ffmpeg
|
|
long_description ffmpy is a simplistic FFmpeg command line wrapper. It \
|
|
implements a Pythonic interface for FFmpeg command \
|
|
line compilation and uses Python subprocess module \
|
|
to execute compiled command line.
|
|
|
|
homepage https://github.com/Ch00k/ffmpy
|
|
|
|
checksums rmd160 f27dd10362ae0be15314b8d068036d3b21f84782 \
|
|
sha256 131b57794e802ad555f579007497f7a3d0cab0583d37496c685b8acae4837b1d \
|
|
size 5552
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:ffmpeg7
|
|
}
|