flit 3.9.0-ok1 source package in openKylin

Changelog

flit (3.9.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:54:00 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flit_3.9.0.orig.tar.gz 137.8 KiB d75edf5eb324da20d53570a6a6f87f51e606eee8384925cd66a90611140844c7
flit_3.9.0-ok1.debian.tar.xz 11.2 KiB 298fae79c1a720a6f055e3bcdf1650b03ac8da4d8f2b3ad7a82526fda2ffe2a7
flit_3.9.0-ok1.dsc 2.0 KiB b073b1a4b611088a75277943a4cdb448e4a99367b90f073b3c2a0a0099831bff

Available diffs

View changes file

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.