Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-pyobjc: update to 10.3.2 #27563

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions python/py-pyobjc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ PortGroup python 1.0
PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0

github.setup ronaldoussoren pyobjc 10.3.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup ronaldoussoren pyobjc 10.3.2 v
github.tarball_from archive
revision 0

checksums rmd160 43356faa695f2ef10a0419a8bc2014b41fee6f90 \
sha256 81988ae72a6bb1aef34a96336496720540f1dc4ed71508f4c30fe7934743c9c8 \
size 20376629
checksums rmd160 4f132cbe41bbd24de26111ad671f990807deea48 \
sha256 024d7205a5d2ee43fe7b230d325d7ea176db50033a7532d618f844f9571ac7bd \
size 20423020

name py-pyobjc
categories-append devel
Expand Down Expand Up @@ -55,7 +54,6 @@ if {${name} ne ${subport}} {
port:libffi
}

use_xcode yes
compiler.blacklist-append {clang < 900}

# Quartz module uses CGWindowListCreateImageFromArray which is no longer available on macOS 15
Expand Down
Loading