summaryrefslogtreecommitdiff
path: root/textproc/py-atoml/files/setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-atoml: Convert to USE_PYTHON=pep517Po-Chuan Hsieh2023-03-221-46/+0
| | | | - Bump PORTREVISION for dependency and package change
* textproc/py-atoml: Update to 1.1.1Po-Chuan Hsieh2022-01-121-1/+8
| | | | Changes: https://github.com/frostming/atoml/releases
* textproc/py-atoml: Update version in setup.py automaticallyPo-Chuan Hsieh2021-11-011-1/+1
|
* textproc/py-atoml: Add py-atoml 1.0.3Po-Chuan Hsieh2021-09-281-0/+39
ATOML is a 1.0.0rc1-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. You can also create new TOML documents from scratch using the provided helpers. WWW: https://github.com/frostming/atoml