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-pudb: update to 2024.1.3, add py313 subport #27373

Merged
merged 1 commit into from
Jan 13, 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
16 changes: 10 additions & 6 deletions python/py-pudb/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-pudb
version 2019.2
version 2024.1.3
revision 0

categories-append devel
Expand All @@ -25,16 +25,20 @@ long_description PuDB is a full-screen, console-based visual debugger for \

homepage https://github.com/inducer/pudb

checksums rmd160 8255d1bae550efb63b1a1cf67981f1630b27b734 \
sha256 e8f0ea01b134d802872184b05bffc82af29a1eb2f9374a277434b932d68f58dc \
size 59548
checksums rmd160 981e9cebbbabab1432e4cd0ca2cdbd8c492e34db \
sha256 264f239e0538e52e83d3d020143100b3171cae17227674bb1b9f8b075f34849c \
size 219443

python.versions 39 310 311 312
python.versions 39 310 311 312 313
python.pep517_backend hatch

if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-jedi \
port:py${python.version}-packaging \
port:py${python.version}-pygments \
port:py${python.version}-urwid
port:py${python.version}-urwid \
port:py${python.version}-urwid-readline

post-destroot {
set docdir ${prefix}/share/doc/${subport}
Expand Down