python-reportlab 4.0.4-1 source package in Ubuntu

Changelog

python-reportlab (4.0.4-1) unstable; urgency=medium

  * adopted the package. Closes: #1037483
  * added VCS stuff to manage the package at salsa.d.o, unde rthe umbrella
    of python-team
  * updated the watch file
  * New upstream version 4.0.4
  * Updated debian patches
  * removed install rules which dealt with .so libs since there are no longer
    C/C++ sources.
  * fewer binary packages are generated: python3-renderpm: and
    python3-reportlab-accel which were low level are no longer built.
  * changed the build dependency libfreetype6-dev => libfreetype-dev
  * removed unused rules about binary-arch, binary-indep
  * simplified debian/rules, using the new debhelper system

 -- Georges Khaznadar <email address hidden>  Sat, 17 Jun 2023 22:00:19 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-reportlab_4.0.4-1.dsc 2.1 KiB 41a4a02edb3ac3061d70b8b3254e33562f658e209e5cd3a757642e28b265f266
python-reportlab_4.0.4.orig.tar.gz 3.0 MiB 7f70b3b56aff5f11cb4136c51a0f5a56fe6e4c8fbbac7b903076db99a8ef31c1
python-reportlab_4.0.4-1.debian.tar.xz 11.8 KiB 738e69adddfbfa5ed4ef36dfc1ec0b552a4ed580f9303b97473d3157160c0b8b

Available diffs

No changes file available.

Binary packages built by this source

python-reportlab-doc: Documentation for the ReportLab Python library (PDF format)

 ReportLab is a library that lets you directly create documents in
 Adobe's Portable Document Format (PDF) using the Python programming language.
 .
 This package contains the documentation for ReportLab in PDF format.

python3-reportlab: ReportLab library to create PDF documents using Python3

 ReportLab is a library that lets you directly create documents in
 Adobe's Portable Document Format (PDF) using the Python programming language.
 .
 ReportLab library creates PDF based on graphics commands without
 intervening steps. It's therefore extremely fast, and flexible (since
 you're using a full-blown programming language).
 .
 Sample use cases are:
   * Dynamic PDF generation on the web
   * High-volume corporate reporting and database publishing
   * As embeddable print engine for other applications, including a
     'report language' so that users can customize their own reports.
   * As 'build system' for complex documents with charts, tables and text
     such as management accounts, statistical reports and scientific papers
   * from XML to PDF in one step