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

Changelog

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

  * Update copyright years
  * Update Standards-Version
  * Depend: python3-setuptools, removed from python.  Closes: #1080758
  * Remove obsolete dash in setup.cfg/description-file field name

 -- Nicolas Boulenguez <email address hidden>  Thu, 19 Sep 2024 09:27:04 +0000

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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ptk_1.3.8+dfsg-3.dsc 2.1 KiB 702feb5e28df238d765e6ae718050d96b3dbdac095462bb99f8fcef56ed95bbc
python-ptk_1.3.8+dfsg.orig.tar.xz 41.6 KiB c00dac697995d25b448ce8ff0e903fe7c0df1212d1503f63c2d8a5b9e3ec84c5
python-ptk_1.3.8+dfsg-3.debian.tar.xz 3.6 KiB 53250829cc258d8a07e414b6e6a16be8cac00077f29e6b93c69f72d1d634a5e1

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.