Skip to content

Commit

Permalink
py-pudb: update to 2024.1.3, add py313 subport
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs committed Jan 12, 2025
1 parent cb27740 commit 69cb102
Showing 1 changed file with 10 additions and 6 deletions.
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

0 comments on commit 69cb102

Please sign in to comment.