diff options
author | kai <kai@FreeBSD.org> | 2019-04-08 00:36:20 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-04-08 00:36:20 +0800 |
commit | edef75c695f3f6a6a4001ff5f62a3069a2604723 (patch) | |
tree | 8f804835bb12da6f2a8bb480e67934e33de6d223 /devel/Makefile | |
parent | a459d8b001ee0cab51557f02967eba030d97e36a (diff) | |
download | freebsd-ports-gnome-edef75c695f3f6a6a4001ff5f62a3069a2604723.tar.gz freebsd-ports-gnome-edef75c695f3f6a6a4001ff5f62a3069a2604723.tar.zst freebsd-ports-gnome-edef75c695f3f6a6a4001ff5f62a3069a2604723.zip |
New port: devel/py-saneyaml
Dump readable YAML and load safely any YAML preserving ordering and avoiding
surprises of type conversions.
This library is a PyYaml wrapper with sane behaviour to read and write readable
YAML safely, typically when used for configuration.
WWW: https://github.com/nexB/saneyaml
Approved by: mentors (implicit)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index dceffcb0f8c7..354f1db8d09d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5100,6 +5100,7 @@ SUBDIR += py-rwt SUBDIR += py-rx SUBDIR += py-sanetime + SUBDIR += py-saneyaml SUBDIR += py-sarge SUBDIR += py-schedule SUBDIR += py-schema |