You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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-makelive
|
|
version 0.7.0
|
|
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 645669b00ca027fe1c6d22d7c602f03c5125bf76 \
|
|
sha256 d1f4474c4d7f4bc6fbed2fcbc2672bb49321ff031ac3867b7feb2bfcfe6a0f93 \
|
|
size 19558
|
|
|
|
python.versions 312 313 314
|
|
|
|
python.pep517_backend flit
|