Date: Sat, 4 Oct 2025 23:39:56 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 934f4e6cbfdf - main - devel/py-pyyaml: Update 6.0.1 => 6.0.2, switch to lang/cython3 to avoid other conflicts Message-ID: <202510042339.594Nduoo032623@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=934f4e6cbfdf9c62ac15190dcafb4505ed50b386 commit 934f4e6cbfdf9c62ac15190dcafb4505ed50b386 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-10-04 23:37:56 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-10-04 23:37:56 +0000 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) --- devel/py-pyyaml/Makefile | 10 +++------- devel/py-pyyaml/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/devel/py-pyyaml/Makefile b/devel/py-pyyaml/Makefile index 4cb05ac6621c..b6871a976a38 100644 --- a/devel/py-pyyaml/Makefile +++ b/devel/py-pyyaml/Makefile @@ -1,10 +1,8 @@ PORTNAME= pyyaml -PORTVERSION= 6.0.1 -PORTREVISION= 1 +DISTVERSION= 6.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyYAML-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python YAML parser @@ -13,10 +11,8 @@ WWW= https://pyyaml.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0:lang/cython@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils +USES= localbase python +USE_PYTHON= autoplist concurrent cython3 distutils OPTIONS_DEFINE= LIBYAML EXAMPLES OPTIONS_DEFAULT=LIBYAML diff --git a/devel/py-pyyaml/distinfo b/devel/py-pyyaml/distinfo index 8d760134b634..fd14ec0abfb0 100644 --- a/devel/py-pyyaml/distinfo +++ b/devel/py-pyyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774986 -SHA256 (PyYAML-6.0.1.tar.gz) = bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 -SIZE (PyYAML-6.0.1.tar.gz) = 125201 +TIMESTAMP = 1758388888 +SHA256 (pyyaml-6.0.2.tar.gz) = d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e +SIZE (pyyaml-6.0.2.tar.gz) = 130631home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510042339.594Nduoo032623>
