Path to this page:
./
devel/bpython,
Fancy interface to the Python interpreter
Branch: CURRENT,
Version: 0.24,
Package name: bpython-0.24,
Maintainer: imilbpython is a fancy interface to the Python interpreter for Linux, BSD, OS X
and Windows (with some work). bpython is released under the MIT License. It
has the following (special) features:
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type.
* Expected parameter list for any Python function.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
* Send the code you've entered off to a pastebin.
* Save the code you've entered to a file.
* Auto-indentation.
* Python 3 support.
Required to run:[
sysutils/desktop-file-utils] [
devel/py-curses] [
devel/py-setuptools] [
devel/py-urwid] [
devel/py-readline] [
devel/py-babel] [
textproc/py-pygments] [
devel/py-requests] [
devel/py-greenlet] [
lang/py-six] [
devel/py-curtsies] [
lang/python37]
Required to build:[
textproc/py-sphinx] [
pkgtools/cwrappers]
Master sites:
Filesize: 217.655 KB
Version history: (Expand)
- (2023-02-02) Updated to version: bpython-0.24
- (2022-09-15) Updated to version: bpython-0.23
- (2022-06-30) Updated to version: bpython-0.22.1nb3
- (2022-01-05) Updated to version: bpython-0.22.1nb2
- (2022-01-05) Updated to version: bpython-0.22.1nb1
- (2021-11-09) Updated to version: bpython-0.22.1
CVS history: (Expand)
2022-09-15 19:55:32 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
bpython: updated to 0.23
0.23
----
General information:
* More and more type annotations have been added to the bpython code base.
* Some work has been performed to stop relying on blessings.
New features:
* Auto-closing brackets option added. To enable, add `brackets_completion = \
True` in the bpython config
Thanks to samuelgregorovic
Fixes:
* Improve handling of SyntaxErrors
* Fix crash on Ctrl-Z
* Fix tests for Python 3.10.1 and newer
* Handle optional `readline` parameters in `stdin` emulation
* Fix handling of `__name__`
* Fix function signature completion for `classmethod`s
Changes to dependencies:
* curtsies 0.4 or newer is now required
Support for Python 3.6 has been dropped.
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:43:39 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
bpython: forget about py-dataclasses
|
2021-11-09 11:12:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
bpython: updated to 0.22.1
0.22.1
Fixes:
* Fix missing dependency on typing_extensions.
|
2021-11-08 17:47:30 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
bpython: updated to 0.22
0.22
----
General information:
* The #bpython channel has moved to OFTC.
* Type annotations have been added to the bpython code base.
* Declarative build configuration is used as much as possible.
New features:
* Allow auto-completion to be disabled
* Respect locals when using bpython.embed
* Use pyperclip for better clipboard handling
Fixes:
* Fix writing of b"" on fake stdout
* Iterate over all completers until a successful one is found
* Handle errors in theme configuration without crashing
* Read PYTHONSTARTUP with utf8 as encoding
* Use default sys.ps1 and sys.ps2 if user specified ones are not usable
* Do not crash when encountering unreadable files while processing modules for \
import completion
* Fix sys.stdin.readline
* Fix tab completion for dict keys
* Replicate python behavior when running with -i and a non-existing file
* Fix handling of __signature__ for completion.
Thanks to gpotter2
Changes to dependencies:
* pyperclip is a new optional dependency for clipboard support
* backports.cached-property is now required for Python < 3.8
* dataclasses is now required for Python < 3.7
Support for Python 3.10 has been added.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|