./textproc/py-yaml, Collection of libraries to process YAML with Python

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 6.0.3, Package name: py313-yaml-6.0.3, Maintainer: pkgsrc-users

YAML is a data serialization format designed for human readability and
interaction with scripting languages. PyYAML is a YAML parser and
emitter for Python.

PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages. PyYAML
supports standard YAML tags and provides Python-specific tags that allow
to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.


Required to run:
[textproc/libyaml] [devel/py-cython] [lang/python310]

Master sites:

Filesize: 127.891 KB

Version history: (Expand)


CVS history: (Expand)


   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message:
*: remove reference to (removed) Python 3.9
   2025-09-26 09:36:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yaml: updated to 6.0.3

6.0.3
Support for Python 3.14 and free-threading (experimental)
   2025-07-04 11:08:39 by Thomas Klausner | Files touched by this commit (49)
Log message:
*: mark more py-cython dependencies as needing Python>=3.11
   2025-04-13 13:11:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-yaml: fix for setuptools>=78
   2025-03-09 19:52:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-yaml: add wheel tool dependency

Adapt wheel name.

py-wheel is a requirement of pyyaml, and it is loaded explicitly,
which makes the usual safeguard about this in setuptools not work, so
this was using the old wheel name when wheel was not installed.

See https://github.com/pypa/setuptools/issues/4868

Closes PR 59158 by kim@

Bump PKGREVISION.
   2025-03-08 23:05:40 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-yaml: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.
   2025-03-08 21:17:29 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message:
py-yaml: Fix installation for case-insensitive APFS
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays