# -*- 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-photoscript version 0.3.1 revision 0 supported_archs noarch platforms {darwin any} license MIT maintainers {@catap korins.ky:kirill} {@RhetTbull gmail.com:rturnbull} openmaintainer description Python wrapper around Apple Photos applescript interface long_description {*}${description} homepage https://github.com/RhetTbull/photoscript checksums rmd160 81f83f571f14d7da05df338a4396f8065879ae9f \ sha256 fbd07e7d64467ffd0498b5fa09208c125024f8960641b15ca1e5ae65af33edab \ size 24728 python.versions 38 39 310 311 312 python.pep517 yes python.pep517_backend poetry if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-applescript \ port:py${python.version}-pyobjc }