mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.16.10: - updated image references in README to sourceforge - update requirements so that ruamel.yaml.clib is installed for 3.8, as it has become available - fix typchecking issue on TaggedScalar - fix error in dumping literal scalar in sequence with comments before element - fix empty string mapping key roundtripping with preservation of quotes as `? ''` - fix incorrect state setting in class constructor - adjust deprecation warning test for Hashable, as that no longer warns The year in LICENSE has been updated and LIC_FILES_CHKSUM changed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
507 B
BlitzBasic
17 lines
507 B
BlitzBasic
SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order."
|
|
AUTHOR = "Anthon van der Neut"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=60afc0a1bb0501c0c555cabe78bba022"
|
|
|
|
PYPI_PACKAGE = "ruamel.yaml"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "02774e7ed3273b3d8eee6c08326b91c4"
|
|
SRC_URI[sha256sum] = "099c644a778bf72ffa00524f78dd0b6476bca94a1da344130f4bf3381ce5b954"
|
|
|
|
do_install_prepend() {
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
}
|