cl-py-configparser 20170830-1.1 source package in Ubuntu

Changelog

cl-py-configparser (20170830-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 11:27:21 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-py-configparser_20170830-1.1.dsc 1.9 KiB ef7507b87cebd78764bacf214b147afa1738f11159d68e2f9194f1ebb371bc15
cl-py-configparser_20170830.orig.tar.gz 8.3 KiB 325d2c059deaf3506f69ae7d8c71a0d5aa38a0f3f244a73a0b06676baa30c051
cl-py-configparser_20170830-1.1.debian.tar.xz 2.1 KiB 21c8d24cbf6aec51382ecdb7c28e6fba241f05c0a92cc3277a4e4a19ddf9f103

Available diffs

No changes file available.

Binary packages built by this source

cl-py-configparser: implements the ConfigParser Python module functionality in Common Lisp

 The py-configparser package implements the ConfigParser Python module
 functionality in Common Lisp.
 .
 In short, it implements reading and writing of .INI-file style
 configuration files with sections containing key/value pairs of
 configuration options. In line with the functionalities in the python
 module, does this package implement basic interpolation of option values in
 other options.