You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
877 B
Tcl
28 lines
877 B
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-pyheif
|
|
version 0.8.0
|
|
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 fe3b6e59d8156ab1b6b296ec1627b1a93c565b31 \
|
|
sha256 e9b4c11ebad482fc25a0804ce295b44b660cbf7829a228f56b071f325f9e0de4 \
|
|
size 20503
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:libheif \
|
|
port:py${python.version}-cffi
|
|
}
|