aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-hatch-fancy-pypi-readme
Commit message (Collapse)AuthorAge
* python-hatch-fancy-pypi-readme: Update to 23.1.0Jeffery To2023-05-29
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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-hatch-fancy-pypi-readme: Add new host-only packageJeffery To2023-03-31
From the README: hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about the first impression of their project’s PyPI landing page. It allows you to define your PyPI project description in terms of concatenated fragments that are based on static strings, files, and most importantly: parts of files defined using cut-off points or regular expressions. Once you’ve assembled your readme, you can additionally run regular expression-based substitutions over it. For instance to make relative links absolute or to linkify users and issue numbers in your changelog. Signed-off-by: Jeffery To <jeffery.to@gmail.com>