python-ptk 1.3.8+dfsg-2 source package in Ubuntu

Changelog

python-ptk (1.3.8+dfsg-2) unstable; urgency=medium

  * Standards-Version: 4.6.2
  * Update copyright years
  * Remove variables from d/rules (neither used nor exported)
  * Add minimal debian/gbp.conf

 -- Nicolas Boulenguez <email address hidden>  Thu, 22 Dec 2022 17:18:16 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ptk_1.3.8+dfsg-2.dsc 2.0 KiB 66af7e045a05c3c75560d299791fc5c6b48a66394d83d62340f026990b425fe2
python-ptk_1.3.8+dfsg.orig.tar.xz 41.6 KiB c00dac697995d25b448ce8ff0e903fe7c0df1212d1503f63c2d8a5b9e3ec84c5
python-ptk_1.3.8+dfsg-2.debian.tar.xz 3.3 KiB 55cba73ac04a1fb12c7001e3228c35f98ffe17b47752dc84a87612daff1214b4

Available diffs

No changes file available.

Binary packages built by this source

python-ptk-doc: parser for Python with support for asynchronous input (documentation)

 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 contains the documentation.

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.
 .
 python3-async-generator is required for asynchronous streams.
 .
 This package installs the library for Python 3.