diff --git a/python/py-pudb/Portfile b/python/py-pudb/Portfile index 8524964e08759..f10d601d8db07 100644 --- a/python/py-pudb/Portfile +++ b/python/py-pudb/Portfile @@ -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 @@ -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}