bpython 0.12-1 source package in Ubuntu

Changelog

bpython (0.12-1) unstable; urgency=low


  * Acknowledge NMU.
  * New upstream version (Closes: #697053).
  * Suggest python-twisted for bpython-urwid (Closes: #681765)
  * Standards-Version bump to 3.9.5, no changes needed.
  * Use canonical urls for Vcs-* fields.
  * Update debian/ to correctly compile the new version:
    - Build-Depend on python-babel to allow translations building
      (Closes: #700187).
    - Build-Depend on python-sphinx to build the manpages.

 -- David Paleino <email address hidden>  Sun, 03 Nov 2013 13:23:28 +0100

Upload details

Uploaded by:
David Paleino
Uploaded to:
Sid
Original maintainer:
David Paleino
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bpython_0.12-1.dsc 1.4 KiB 4f8bef54c31a5bc08b8ac9355da720078e05a1140e26405f7bbee72fb2a07ff1
bpython_0.12.orig.tar.gz 127.9 KiB 74a9074c5d5448e09ea9efe6b5305a4f580617d73c38f21eab5fe983312a8ec6
bpython_0.12-1.debian.tar.gz 7.5 KiB d079f6942a189febaa1468b9fe5f042f40e0348aed3d2519bb392a1b597e2c25

Available diffs

No changes file available.

Binary packages built by this source

bpython: fancy interface to the Python interpreter - Curses frontend

 bpython is a fancy interface to the Python interpreter, and has the
 following features:
 .
   * In-line syntax highlighting.
   * Readline-like autocomplete with suggestions displayed as you type
   * Expected parameter list for any Python function. Uses pydoc to attempt to
     divine params for C functions.
   * "Rewind" function to pop the last line of code from memory and re-evaluate.
     Note: this is only really useful when laying out classes and functions,
     since a true "undo" function is impossible, so be careful when using this.
   * Send the code you've entered off to a pastebin and display the pastebin URL
     for copying, etc.
   * Save the code you've entered to a file.
   * Auto-indentation.
   * Anti-Crash Mode.
 .
 This package contains the Curses frontend to bpython.

bpython-gtk: fancy interface to the Python interpreter - GTK+ frontend

 bpython is a fancy interface to the Python interpreter, and has the
 following features:
 .
   * In-line syntax highlighting.
   * Readline-like autocomplete with suggestions displayed as you type
   * Expected parameter list for any Python function. Uses pydoc to attempt to
     divine params for C functions.
   * "Rewind" function to pop the last line of code from memory and re-evaluate.
     Note: this is only really useful when laying out classes and functions,
     since a true "undo" function is impossible, so be careful when using this.
   * Send the code you've entered off to a pastebin and display the pastebin URL
     for copying, etc.
   * Save the code you've entered to a file.
   * Auto-indentation.
   * Anti-Crash Mode.
 .
 This package contains the GTK+ frontend to bpython.

bpython-urwid: fancy interface to the Python interpreter - urwid frontend

 bpython is a fancy interface to the Python interpreter, and has the
 following features:
 .
   * In-line syntax highlighting.
   * Readline-like autocomplete with suggestions displayed as you type
   * Expected parameter list for any Python function. Uses pydoc to attempt to
     divine params for C functions.
   * "Rewind" function to pop the last line of code from memory and re-evaluate.
     Note: this is only really useful when laying out classes and functions,
     since a true "undo" function is impossible, so be careful when using this.
   * Send the code you've entered off to a pastebin and display the pastebin URL
     for copying, etc.
   * Save the code you've entered to a file.
   * Auto-indentation.
   * Anti-Crash Mode.
 .
 This package contains the urwid frontend to bpython.

bpython3: fancy interface to the Python3 interpreter - Curses frontend

 bpython is a fancy interface to the Python3 interpreter, and has the
 following features:
 .
   * In-line syntax highlighting.
   * Readline-like autocomplete with suggestions displayed as you type
   * Expected parameter list for any Python function. Uses pydoc to attempt to
     divine params for C functions.
   * "Rewind" function to pop the last line of code from memory and re-evaluate.
     Note: this is only really useful when laying out classes and functions,
     since a true "undo" function is impossible, so be careful when using this.
   * Send the code you've entered off to a pastebin and display the pastebin URL
     for copying, etc.
   * Save the code you've entered to a file.
   * Auto-indentation.
   * Anti-Crash Mode.
 .
 This package contains the Curses frontend to bpython for Python 3.