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

osxphotos: update to 0.69.2 #27123

Merged
merged 1 commit into from
Dec 18, 2024
Merged
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
8 changes: 4 additions & 4 deletions graphics/osxphotos/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- 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

Check warning on line 1 in graphics/osxphotos/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test osxphotos: Warning: osxphotos is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/osxphotos/lib/libdisclaim_arm64.dylib Warning: x86_64: Warning: /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/osxphotos/lib/libdisclaim_x86_64.dylib Warning:

Check warning on line 1 in graphics/osxphotos/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test osxphotos: Warning: osxphotos is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/osxphotos/lib/libdisclaim_arm64.dylib Warning: x86_64: Warning: /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/osxphotos/lib/libdisclaim_x86_64.dylib Warning:

Check warning on line 1 in graphics/osxphotos/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test osxphotos: Warning: osxphotos is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/osxphotos/lib/libdisclaim_arm64.dylib Warning: x86_64: Warning: /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/osxphotos/lib/libdisclaim_x86_64.dylib Warning:

PortSystem 1.0
PortGroup python 1.0

name osxphotos
version 0.69.1
version 0.69.2
revision 0

categories graphics python
Expand All @@ -25,9 +25,9 @@

homepage https://github.com/RhetTbull/osxphotos

checksums rmd160 20e8f6147c6920942cb61a2e7f8a6c9f75b2e4d0 \
sha256 27f066eee63cd08640445edc86b2a38deea2c17d0ff7c4ef52964473cfeba08b \
size 2234560
checksums rmd160 93f49070fa4ff370101fcbb4da450acfcf431ee3 \
sha256 ea6d431b9cea6ea4eede6079419e48a586149daca88937db121073e73306d47f \
size 2234555

python.default_version 313

Expand Down