| Port details |
- py-pyyaml Python YAML parser
- 6.0.3_1 devel
=4 6.0.3Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2024-07-07 08:09:05
- Last Update: 2026-08-24 05:18:00
- Commit Hash: 0e7928f
- People watching this port, also watch:: tcl86, rsync, p5-Encode-Locale, py311-pycparser, font-misc-meltho
- Also Listed In: python
- License: MIT
- WWW:
- https://pyyaml.org/
- Description:
- PyYAML is a YAML parser and emitter for the Python programming language.
PyYAML features:
* a complete YAML 1.1 parser. In particular, PyYAML can parse all examples
from the specification. The parsing algorithm is simple enough to be a
reference for YAML parser implementors.
* Unicode support including UTF-8/UTF-16 input/output and \u escape
sequences.
* low-level event-based parser and emitter API (like SAX).
* high-level API for serializing and deserializing native Python objects
(like DOM or pickle).
* support for all types from the YAML types repository. A simple extension
API is provided.
* relatively sensible error messages.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyyaml/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyyaml
- pkg install py312-pyyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-pyyaml listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-pyyaml
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1760105829
SHA256 (pyyaml-6.0.3.tar.gz) = d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f
SIZE (pyyaml-6.0.3.tar.gz) = 130960
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-setuptools>=0 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- py312-cython>=3.2.4 : lang/cython@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- Library dependencies:
-
- libyaml.so : textproc/libyaml
- This port is required by:
- for Build
-
- benchmarks/py-asv
- comms/gnuradio
- databases/mongodb70
- databases/mongodb80
- databases/py-schemachange
- databases/py-snowddl
- deskutils/py-paperless-ngx
-
Deleted ports which required this port:
- for Run
-
- audio/beets
- audio/picard
- audio/py-essentia
- benchmarks/py-asv
- benchmarks/py-reframe-hpc
- biology/py-hits
- biology/py-multiqc
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py312-pyyaml-6.0.3_1:
EXAMPLES=on: Build and/or install examples
LIBYAML=on: Use textproc/libyaml for faster parsing
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pyyaml
- USES:
- cpe localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
6.0.3_1 24 Aug 2026 05:18:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Cosmetic change
- Fix space/tab
- Do not silence installation message
- Remove trailing blank line |
6.0.3_1 23 Aug 2026 20:02:32
    |
Michael Osipov (michaelo)  |
devel/py-pyyaml: Convert build to use PEP 517
PR: 297773
Reviewed by: vishwin (python)
Differential Revision: https://reviews.freebsd.org/D58848 |
6.0.3 15 Jun 2026 19:21:44
    |
Bernhard Froehlich (decke)  |
devel/py-pyyaml: Add CPE information |
6.0.3 15 Jan 2026 17:22:12
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency
change
PR: 291778 |
6.0.3 10 Oct 2025 14:17:23
    |
Philippe Audeoud (jadawin)  |
devel/py-pyyaml: update to 6.0.3 |
6.0.2 04 Oct 2025 23:37:56
    |
Vladimir Druzenko (vvd)  |
devel/py-pyyaml: Update 6.0.1 => 6.0.2, switch to lang/cython3 to avoid other
conflicts
Changelog:
- Support for Cython 3.x and Python 3.13.
https://github.com/yaml/pyyaml/releases/tag/6.0.2
PR: 289718
Approved by: python (maintainer, timeout 2 weeks) |
6.0.1_1 19 Mar 2025 18:47:07
    |
Dmitry Marakasov (amdmi3)  |
devel/py-pyyaml: fix dependency on cython
pyyaml only builds with lang/cython and doesn't build with lang/cython3,
however USE_PYTHON=cython introduces a build-dependency on cython
executable which is installed by either cython version, thus the
dependency may be fulfilled by cython3 if it's installed, which is
incorrect and leads to a build failure. Fix this by switching to
explicit dependency on cython (and not cython3) package.
Approved by: portmgr blanket |
6.0.1_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
6.0.1 22 Jul 2024 07:23:55
    |
Li-Wen Hsu (lwhsu)  |
devel/py-pyyaml: Remove obsoleted CONFLICTS |
6.0.1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |