aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-flit-scm
Commit message (Collapse)AuthorAge
* python-tomli: Remove packageJeffery To2023-05-26
| | | | | | | | | | | Python added tomli to its standard library in 3.11. Now that Python in the packages feed has been updated to 3.11, the separate tomli package is no longer necessary. This removes python-tomli and updates all dependant packages, removing python-tomli from their lists of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-flit-scm: Add new host-only packageJeffery To2023-03-31
From the README: A PEP 518 build backend that uses setuptools_scm to generate a version file from your version control system, then flit_core to build the package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>