algent-al

python-ruamel-yaml-clib

Aug 13th, 2020 (edited)
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. name : python-ruamel-yaml-clib
  2. version : 0.2.0
  3. release : 1
  4. source :
  5. - https://files.pythonhosted.org/packages/92/28/612085de3fae9f82d62d80255d9f4cf05b1b341db1e180adcf28c1bf748d/ruamel.yaml.clib-0.2.0.tar.gz : b66832ea8077d9b3f6e311c4a53d06273db5dc2db6e8a908550f3c14d67e718c
  6. homepage : https://pypi.org/project/ruamel.yaml.clib/
  7. license : MIT
  8. component : programming.python
  9. summary : C version of reader, parser and emitter for ruamel.yaml derived from libyaml
  10. description: |
  11. This package was split of from ruamel.yaml, so that ruamel.yaml can be build as a universal wheel. Apart from the C code seldom changing, and taking a long time to compile for all platforms, this allows installation of the .so on Linux systems under /usr/lib64/pythonX.Y (without a .pth file or a ruamel directory) and the Python code for ruamel.yaml under /usr/lib/pythonX.Y.
  12. builddeps :
  13. - pkgconfig(python3)
  14. build : |
  15. %python3_setup
  16. install : |
  17. %python3_install --single-version-externally-managed
Add Comment
Please, Sign In to add comment