flit 3.8.0-2 source package in Ubuntu

Changelog

flit (3.8.0-2) unstable; urgency=medium

  * Update Vcs-Git field in debian/control to new Debian Python Team Salsa
    layout
  * Add manual depends on python3-tomli (upstream relies on embedded copy not
    used in Debian)

 -- Scott Kitterman <email address hidden>  Sun, 20 Nov 2022 13:58:30 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flit_3.8.0-2.dsc 2.2 KiB 9eb03d24e5df40343034302ae32af2be759c66dad5ab31ab438b070273001c9a
flit_3.8.0.orig.tar.gz 136.2 KiB d0f2a8f4bd45dc794befbf5839ecc0fd3830d65a57bd52b5997542fac5d5e937
flit_3.8.0-2.debian.tar.xz 12.3 KiB 230835399be36e7dead2180377488e4f2e7b0cd524d260b32b8ce683c9b270f3

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.