mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
pythonPackages.ruamel_yaml: 0.10.13 -> 0.13.7
This commit is contained in:
parent
8f146f96db
commit
71725619a8
@ -23019,14 +23019,20 @@ in {
|
||||
|
||||
ruamel_yaml = buildPythonPackage rec {
|
||||
name = "ruamel.yaml-${version}";
|
||||
version = "0.10.13";
|
||||
version = "0.13.7";
|
||||
|
||||
# needs ruamel_ordereddict for python2 support
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/r/ruamel.yaml/${name}.tar.gz";
|
||||
sha256 = "0r9mn5lm9dcxpy0wpn18cp7i5hkvjvknv3dxg8d9ca6km39m4asn";
|
||||
sha256 = "1vca2552k0kmhr9msg1bbfdvp3p9im17x1a6npaw221vlgg15z7h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ ruamel_base ruamel_ordereddict ];
|
||||
# Tests cannot load the module to test
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with self; [ ruamel_base typing ];
|
||||
|
||||
meta = {
|
||||
description = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order";
|
||||
|
Loading…
Reference in New Issue
Block a user