Files
Gregorio Litenstein 88b58cf730 py-mac-alias: py314 subport, fix setuptools req
This copies over (and refreshes) the same patch I used in py-dmgbuild. This developer uses `==` in their dependency string, meaning the build breaks with even a patch level update to setuptools.
2026-02-13 21:38:54 -05:00

31 lines
921 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-mac-alias
version 2.2.3
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description mac_alias lets you generate or read binary Alias and \
Bookmark records from Python code.
long_description {*}${description}
homepage https://pypi.org/project/mac-alias/
distname mac_alias-${version}
checksums rmd160 4e56c97e577922ecc800d370a98e9c294200a2f8 \
sha256 1c7fa367687d66979f2ce4d1a8b2716cf1c9fb811741cab3cf3ca356555c2beb \
size 33860
patchfiles-append patch-pyproject.patch
python.versions 310 311 312 313 314