# -*- 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-pyheif version 0.7.1 revision 0 license Apache-2 maintainers nomaintainer description Python interface to libheif library long_description Python interface to libheif library using CFFI homepage https://github.com/carsales/pyheif checksums rmd160 56fba52383185bf4e09d0d3526208f6a3f5fdc81 \ sha256 86a5c5174379d7146b5ed1a68892faf7268a135fb7f5039a011bfb7a6e903200 \ size 22089 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append port:libheif \ port:py${python.version}-cffi }