pythonpy 0.4.11b-3 source package in Ubuntu

Changelog

pythonpy (0.4.11b-3) unstable; urgency=medium

  * Avoid 'pycompleter' as a system-wide executable:
    - Add '0002-fix-bash-completion.patch', to update its path and remove
    unneeded entries.
    - Drop 'debian/pythonpy.lintian-overrides', as it had only a
    'binary-without-manpage' override for it.
    - Remove it from 'debian/pythonpy.links'.
  * Bump 'Standards-Version' to 3.9.8 (no changes needed).
  * Rename 'remove_entry_points_scripts.patch' to
    '0001-remove-entry-points-scripts.patch'.

 -- Tiago Ilieve <email address hidden>  Fri, 20 May 2016 17:29:58 -0300

Upload details

Uploaded by:
Tiago Ilieve
Uploaded to:
Sid
Original maintainer:
Tiago Ilieve
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pythonpy_0.4.11b-3.dsc 1.9 KiB ade61bf757cf4d4ae37585c056a5f33eebb8028fe52a5eea601bc8d57040d7e7
pythonpy_0.4.11b.orig.tar.gz 8.7 KiB 108795406444ef17748c1d3e21b63cbc9b59ecfa83b69b2433cdceebdab68ad2
pythonpy_0.4.11b-3.debian.tar.xz 4.6 KiB df002529490ad2d7a356a06c223c89f21781e466f041b709d892b7e5cad9920b

Available diffs

No changes file available.

Binary packages built by this source

pythonpy: 'python -c', with tab completion and shorthand

 pythonpy is an utility that facilitates the usage of Python one-liners. The
 command 'py' evaluates a string consisting of any Python expression. It can do
 anything from simple arithmetic to complex operations, importing modules
 automatically. It also comes with tab completion.
 .
 Its usage is not restricted to single expressions only. There's also the
 possibility to pipe data from stdin and to stdout, even generating strings to
 be evaluated by other programs.