diff options
author | David Woodfall <dave@slackbuilds.org> | 2021-04-20 10:02:29 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 17:53:22 -0500 |
commit | b5f748cd368503c80aedbd47a083a71001d70ca4 (patch) | |
tree | ca8ba35c795a4d32cd120ac86b3f3c70ce2c750f /development/pudb/README | |
parent | d920f959cccd896d194292fa8a777af5944984ae (diff) |
development/pudb: Updated for version 2020.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'development/pudb/README')
-rw-r--r-- | development/pudb/README | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/development/pudb/README b/development/pudb/README index 27b0f630b280f..646d1f27367a6 100644 --- a/development/pudb/README +++ b/development/pudb/README @@ -6,36 +6,17 @@ to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar. -By default this SlackBuild builds the python2 debugger, and if -python3 is detected, the python3 version too. The Pygments SlackBuild -will automatically install for python3 too. - -NOTE: The python3 application is named pudb3. NOTE: You need -python3-urwid and python3-Pygments installed to use pudb3. - OPTIONS +Unless specified, both python2 and python3 versions will be built. + To *ONLY* build the python2 version, use: -NO_PYTHON3=yes ./pudb.SlackBuild +PYTHON3=no ./pudb.SlackBuild To *ONLY* build the python3 version, use: -NO_PYTHON2=yes ./pudb.SlackBuild - -The python2 version requires a newer version of urwid than the stock -Slackware one, therefore this also builds a custom urwid named -py2_urwid, which it can use. This should not conflict with the stock -Slackware version. - -OPTIONAL DEPENDENCIES - -To use pudb3: - -python3-Pygments -python3-urwid - -It will build without these so they can be installed later if needed. +PYTHON2=no ./pudb.SlackBuild ##################################################################### @@ -51,7 +32,3 @@ https://documen.tician.de/pudb/ A simple, but useful, illustrated example page: http://heather.cs.ucdavis.edu/~matloff/pudb.html - -Github page: - -https://github.com/inducer/pudb |