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: add subport py313 #27359

Merged
merged 1 commit into from
Jan 11, 2025
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
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-15

port lint py27-urwid: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-15

port lint py37-urwid: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-14

port lint py27-urwid: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-14

port lint py37-urwid: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-13

port lint py27-urwid: Warning: Unnecessary platforms line as darwin is the default

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

View workflow job for this annotation

GitHub Actions / macos-13

port lint py37-urwid: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0
PortGroup python 1.0
Expand All @@ -23,7 +23,7 @@
sha256 4956910067e501ae6d6779bd865d0300d5fa71eb35ca2891636eeb1918cd1fb0 \
size 810668

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

if {${name} ne ${subport}} {
test.run yes
Expand Down