Path to this page:
./
textproc/py-poyo,
YAML Parser for Python
Branch: CURRENT,
Version: 0.5.0nb2,
Package name: py311-poyo-0.5.0nb2,
Maintainer: gdeA YAML Parser for Python. Poyo is 100% Python and does not require
any additional libs.
Required to run:[
lang/python310]
Master sites:
Filesize: 14.918 KB
Version history: (Expand)
- (2024-05-06) Updated to version: py311-poyo-0.5.0nb2
- (2023-02-09) Updated to version: py310-poyo-0.5.0nb1
- (2022-01-05) Updated to version: py39-poyo-0.5.0nb1
- (2021-10-07) Updated to version: py39-poyo-0.5.0
- (2020-01-15) Updated to version: py37-poyo-0.5.0
- (2018-02-14) Package added to pkgsrc.se, version py27-poyo-0.4.0 (created)
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-05-17 23:38:47 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
pytest from versioned depends
|
2020-01-14 22:35:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-poyo: updated to 0.5.0
0.5.0
Features
* Add support for multiline strings
```yaml
longtext: >
This is a multiline string.
It can contain all manners of characters.
Single line breaks are ignored,
but blank linkes cause line breaks.
```
Bugfixes
* Fix link to poyo on PyPI
* Trim trailing whitespace in variable
Improvements
* Update project to use src directory
* Convert rst files to md
* Reformat code base with black
|
2018-02-14 17:54:24 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
textproc/py-poyo: Import version 0.4.0 from pkgsrc-wip
A YAML Parser for Python. Poyo is 100% Python and does not require
any additional libs.
Packaged by Guillaume Delpierre and updated by me.
|