python-ptk 1.3.2-2 source package in Ubuntu

Changelog

python-ptk (1.3.2-2) unstable; urgency=medium

  * Debhelper 10. Remove explicit rules target confusing dh.
  * Standards-Version: 4.0.1 (no changes).
  * Drop X-Python*-Version, redundant in Debian and confusing debcheck.
  * Allow -doc package to satisfy Multi-Arch: foreign dependencies.
  * Watch for new version at bitbucket, pypi seems outdated.

 -- Nicolas Boulenguez <email address hidden>  Sat, 12 Aug 2017 21:55:18 +0200

Upload details

Uploaded by:
Nicolas Boulenguez
Uploaded to:
Sid
Original maintainer:
Nicolas Boulenguez
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ptk_1.3.2-2.dsc 2.1 KiB a02eecbc76a8d42334816609fb168c313e5c77d62277bd495ec16b87e18ab6c9
python-ptk_1.3.2.orig.tar.gz 42.9 KiB 3a9b129ae9363f58580efa5bcfb8f9984906cb07350b3912a9c93f5989e7b79f
python-ptk_1.3.2-2.debian.tar.xz 3.2 KiB 2f96bdc811513ef55b5311659c1c830b12784b279aaa5a52840ed03783f91481

Available diffs

No changes file available.

Binary packages built by this source

python-ptk: parser for Python 2 with support for asynchronous input

 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation. Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 This package installs the library for Python 2.

python-ptk-doc: No summary available for python-ptk-doc in ubuntu artful.

No description available for python-ptk-doc in ubuntu artful.

python3-ptk: parser for Python 3 with support for asynchronous input

 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation. Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 This package installs the library for Python 3.