flit 3.9.0-2 source package in Ubuntu

Changelog

flit (3.9.0-2) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.
  * Make README.rst and LICENSE available to build-time tests.
    (Closes: #1050363)

  [ Scott Kitterman ]
  * Update B-D-I and Depends to that python3-tomli is not required with
    python3.11 or later (flit will use tomllib is available)

 -- Stefano Rivera <email address hidden>  Thu, 24 Aug 2023 18:55:36 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flit_3.9.0-2.dsc 1.6 KiB 2acabfdfb4532c20ac5beb58939ba958a49a609874ce2e77b951c2c9dee93d82
flit_3.9.0.orig.tar.gz 137.8 KiB d75edf5eb324da20d53570a6a6f87f51e606eee8384925cd66a90611140844c7
flit_3.9.0-2.debian.tar.xz 12.6 KiB 6a619d489e563bcbbdad82b831ebeb8e0af671e101faab1f1f3484995d67638c

Available diffs

No changes file available.

Binary packages built by this source

flit: simple way to put Python packages and modules on PyPI (PEP 517)

 Flit is a easy way to put Python packages and modules on PyPI. It tries to
 require less thought about packaging and help you avoid common mistakes.
 .
 Flit supports PEP 517 Python packaging and PEP 621 project metadata.
 .
 Make the easy things easy and the hard things possible is an old motto from
 the Perl community. Flit is entirely focused on the easy things part of that,
 and leaves the hard things up to other tools.
 .
 Specifically, the easy things are pure Python packages with no build steps
 (neither compiling C code, nor bundling Javascript, etc.). The vast majority
 of packages on PyPI are like this: plain Python code, with maybe some static
 data files like icons included.