pytkdocs 0.16.1-7 source package in Ubuntu

Changelog

pytkdocs (0.16.1-7) unstable; urgency=medium

  * Team upload.
  * debian/patches/pyproject.toml-Switch-to-pdm-backend.patch:
    Add patch to switch from pdm-pep517 to pdm-backend.
  * debian/control: Update build-dependency accordingly.
  * debian/rules: Drop unnecessary override in package version.

 -- Boyuan Yang <email address hidden>  Thu, 18 Jul 2024 13:08:18 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytkdocs_0.16.1-7.dsc 2.0 KiB 2d0710aa2558246e2c41a593f989763984b2e060e76b5faf4372a68c704e7dbd
pytkdocs_0.16.1.orig.tar.gz 71.7 KiB 282c32350be9a8cff13466b04eb2229c836aae232406669bb53ed896240e10d2
pytkdocs_0.16.1-7.debian.tar.xz 4.0 KiB ca51e2fbc7273df185bf02e4aa741ac6bfb9d627c712b93639c3e0e3c2bfbeb9

Available diffs

No changes file available.

Binary packages built by this source

python3-pytkdocs: Load Python objects documentation

 This Python library is used to load Python objects documentation. It accepts
 JSON on standard input and writes JSON on standard output.
 .
 It is typically used to read data from standard input while writing
 processed data line by line. Especially mkdocstrings is wanting this
 behavior.