summaryrefslogtreecommitdiff
path: root/textproc/py-atoml/files/setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-22textproc/py-atoml: Convert to USE_PYTHON=pep517Po-Chuan Hsieh1-46/+0
- Bump PORTREVISION for dependency and package change
2022-01-12textproc/py-atoml: Update to 1.1.1Po-Chuan Hsieh1-1/+8
Changes: https://github.com/frostming/atoml/releases
2021-11-01textproc/py-atoml: Update version in setup.py automaticallyPo-Chuan Hsieh1-1/+1
2021-09-28textproc/py-atoml: Add py-atoml 1.0.3Po-Chuan Hsieh1-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