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

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


Branch: CURRENT, Version: 6.0.2nb3, Package name: py312-yaml-6.0.2nb3, 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.569 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-08-07 10:59:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-yaml: updated to 6.0.2

6.0.2
Support for Cython 3.x and Python 3.13
   2023-11-13 17:34:02 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-yaml: do not use cython

This module doesn't support Cython 3. This is an open
issue since Jan 2022:
https://github.com/yaml/pyyaml/issues/601

Bump PKGREVISION.
   2023-07-18 06:34:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yaml: updated to 6.0.1

6.0.1
pin Cython build dep to < 3.0
   2023-04-17 21:38:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yaml: updated to 6.0

6.0

Change README format to Markdown
Add a test for YAML 1.1 types
fix float resolver to ignore `.` and `._`
drop Python 2.7
Fix spelling of “hexadecimal”
fix representation of Enum subclasses
fix libyaml extension compiler warnings
fix ResourceWarning on leaked file descriptors
always require `Loader` arg to `yaml.load()`
remove remaining direct distutils usage