Port details |
- py-pyyaml5 Python YAML parser
- 5.4.1 devel
=0 5.4.1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2023-01-30 23:54:08
- Last Update: 2024-07-07 08:11:26
- Commit Hash: 708041a
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyyaml5>0:devel/py-pyyaml5@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-pyyaml5
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1622221237
SHA256 (PyYAML-5.4.1.tar.gz) = 607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e
SIZE (PyYAML-5.4.1.tar.gz) = 175147
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:
-
- cython-3.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libyaml.so : textproc/libyaml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-pyyaml5-5.4.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-pyyaml5
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to devel/py-pyyaml on 2024-07-07
REASON: Remove obsoleted port. Use devel/py-pyyaml instead
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.1 07 Jul 2024 08:11:26 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml5: Remove obsoleted port
Use devel/py-pyyaml instead.
This port was added for devel/oci-cli which requires pyyaml < 6. The restriction
was relaxed later.
Reference: https://cgit.freebsd.org/ports/commit/?id=af75775bb587e2e801b8aea4fbf62d02fee27d8e |
5.4.1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
5.4.1 20 Jul 2023 17:42:32 |
Muhammad Moinur Rahman (bofh) |
devel/py-pyyaml5: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
5.4.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.4.1 30 Jan 2023 23:51:42 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml5: Add py-pyyaml5 5.4.1 (copied from py-yaml)
- Add CONFLICTS_INSTALL
- Add PORTSCOUT |
Number of commits found: 5
|