flit 3.7.1-ok2 source package in openKylin

Changelog

flit (3.7.1-ok2) yangtze; urgency=medium

  * Apply patches
    + debian_installer_allowed_root.patch
    + 0002-use-system-tomli.patch
    + build-with-local-flit_core.patch

 -- Lu zhiping <email address hidden>  Tue, 06 Sep 2022 17:49:09 +0800

Upload details

Uploaded by:
luzp
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
flit_3.7.1.orig.tar.gz 133.4 KiB 3c9bd9c140515bfe62dd938c6610d10d6efb9e35cc647fc614fe5fb3a5036682
flit_3.7.1-ok2.debian.tar.xz 16.3 KiB ae14aa806621724aff68ee37eb80f2091809e2aa36d3cf40f4776f198b9b35f4
flit_3.7.1-ok2.dsc 1.8 KiB 8508af3232d4009436e92801d9e1ef0fe7cccc2b84fa7cdd62ff00e478183008

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.