# -*- 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-osxmetadata version 1.4.0 revision 0 supported_archs noarch platforms {darwin any} license MIT maintainers {@RhetTbull gmail.com:rturnbull} openmaintainer description Read and write meta data, such as tags/keywords, Finder \ comments, etc. on MacOS files long_description {*}${description} homepage https://github.com/RhetTbull/osxmetadata checksums rmd160 ff5ffd9daba42a9561a7f0dca53b91e9b66d0ad4 \ sha256 979bf075ab5e5b0e96287df88d8bf7bb9806d858d1b2a52b5e4b72d89e50a6f3 \ size 2452955 python.versions 39 310 311 312 313 python.pep517_backend hatch if {${name} ne ${subport}} { depends_build-append port:py${python.version}-wheel \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-applescript \ port:py${python.version}-bitstring \ port:py${python.version}-click \ port:py${python.version}-pyobjc \ port:py${python.version}-xattr }