diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-07-04 21:58:17 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-04 21:58:17 +0200 |
| commit | 6f364a1051f7dc96ef4cb00236a69e4e229161f9 (patch) | |
| tree | fc0673c5a5fb05040062eb90039ad50d85e123bc /gnu/packages/serialization.scm | |
| parent | 8afac1d4b0ad1e225cd56c52ad8fd7cbc61b82f3 (diff) | |
gnu: Add python-ruamel.yaml.string.
* gnu/packages/serialization.scm (python-ruamel.yaml.string): New variable.
Diffstat (limited to 'gnu/packages/serialization.scm')
| -rw-r--r-- | gnu/packages/serialization.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index c9c3383902b..727018d3c69 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -789,6 +789,27 @@ and has round-trip loaders and dumpers. It supports comments. Block | |||
| 789 | style and key ordering are kept, so you can diff the source.") | 789 | style and key ordering are kept, so you can diff the source.") |
| 790 | (license license:expat))) | 790 | (license license:expat))) |
| 791 | 791 | ||
| 792 | (define-public python-ruamel.yaml.string | ||
| 793 | (package | ||
| 794 | (name "python-ruamel.yaml.string") | ||
| 795 | (version "0.1.1") | ||
| 796 | (source | ||
| 797 | (origin | ||
| 798 | (method url-fetch) | ||
| 799 | (uri (pypi-uri "ruamel.yaml.string" version)) | ||
| 800 | (sha256 | ||
| 801 | (base32 "0l23g04mfhaqrrbcxx2id08gpgjf8xc6yxcbsc2c0iax0p6fsyks")))) | ||
| 802 | (build-system pyproject-build-system) | ||
| 803 | (arguments (list #:tests? #f)) ;no tests | ||
| 804 | (propagated-inputs (list python-ruamel.yaml)) | ||
| 805 | (native-inputs (list python-setuptools)) | ||
| 806 | (home-page "https://sourceforge.net/projects/ruamel-yaml-string/") | ||
| 807 | (synopsis "Dump to string methods for ruamel.yaml") | ||
| 808 | (description | ||
| 809 | "This package provides two dump_to_string/dumps methods that returns YAML | ||
| 810 | document as string.") | ||
| 811 | (license license:expat))) | ||
| 812 | |||
| 792 | (define-public python-ruamel.yaml-0.16 | 813 | (define-public python-ruamel.yaml-0.16 |
| 793 | (package | 814 | (package |
| 794 | (inherit python-ruamel.yaml) | 815 | (inherit python-ruamel.yaml) |
