# -*- 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-makelive
version             0.6.2
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT

maintainers         {breun @breun} openmaintainer

description         Convert an photo + video pair into a Live Photo.
long_description    {*}${description} \
                    \n\
                    This is a simple command line tool that will apply the \
                    necessary metadata to a photo + video pair so that when \
                    they are imported into the Apple Photos, they will be \
                    treated as a Live Photo. \
                    \n\
                    This is useful for converting images taken an Android \
                    phone into Live Photos that can be imported into Apple \
                    Photos.

homepage            https://pypi.org/project/makelive/

checksums           rmd160  12440ba7928fed3d1da24d5986cdfc305eb06ba0 \
                    sha256  df02b715116e462a3e7316517eb91b8f9a1dbad1d6d41352fd562f44a168e858 \
                    size    18723

python.versions     312 313

python.pep517_backend flit
