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-urwid,py-pudb: add py312 subport #24786

Merged
merged 1 commit into from
Jul 6, 2024
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
2 changes: 1 addition & 1 deletion python/py-pudb/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ checksums rmd160 8255d1bae550efb63b1a1cf67981f1630b27b734 \
sha256 e8f0ea01b134d802872184b05bffc82af29a1eb2f9374a277434b932d68f58dc \
size 59548

python.versions 38 39 310 311
python.versions 38 39 310 311 312

if {${name} ne ${subport}} {
depends_lib-append \
Expand Down
2 changes: 1 addition & 1 deletion python/py-urwid/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- 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 python/py-urwid/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py312-urwid: Warning: py312-urwid is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid/Portfile

View workflow job for this annotation

GitHub Actions / macos-12

port test py312-urwid: Warning: py312-urwid is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py312-urwid: Warning: py312-urwid is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -24,7 +24,7 @@
sha256 c21112c3c524110dd5cad78f7987a9fe0c57a66b756e1e0385e572b946ec86d1 \
size 607749

python.versions 27 37 38 39 310 311
python.versions 27 37 38 39 310 311 312

if {${name} ne ${subport}} {
depends_build-append \
Expand Down