flit 3.12.0-3ok1 source package in openKylin

Changelog

flit (3.12.0-3ok1) huanghe; urgency=medium

  * Build for openKylin 3.0.

 -- liwenjun <email address hidden>  Mon, 11 May 2026 12:00:27 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
flit_3.12.0.orig.tar.gz 148.2 KiB c2cbbbc6fcdb595b124a3ebaed8fd439ea81edf6017b6eab8fab8d45ef115d04
flit_3.12.0-3ok1.debian.tar.xz 11.0 KiB 11daef4221359791231b49b603f05aed576f2e8cb2cea379c1230d8baac35d32
flit_3.12.0-3ok1.dsc 2.0 KiB 21ee71bc5d8b7e0d2c3e88c1f5c81a2ff12102a91d0ce9e3f71ed9f556c159d9

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.