Files
Paul Guyot 220feed0e0 py-ffmpy: add 3.13, 3.14 subports
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
2026-03-21 06:44:50 -04:00

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
}