[Bug 289718] devel/py-pyyaml: Update 6.0.1 => 6.0.2 and switch to lang/cython3 to avoid other conflicts
Date: Sat, 20 Sep 2025 17:24:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289718 --- Comment #5 from Vladimir Druzenko <vvd@FreeBSD.org> --- If we want to switch to pep517, then we need to rename the port (extra patch after previous patch): --- Makefile +++ Makefile.pep517 @@ -1,8 +1,9 @@ -PORTNAME= pyyaml +PORTNAME= PyYAML DISTVERSION= 6.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pyyaml-${DISTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python YAML parser @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= localbase python -USE_PYTHON= autoplist concurrent cython3 distutils +USE_PYTHON= autoplist concurrent cython pep517 OPTIONS_DEFINE= LIBYAML EXAMPLES OPTIONS_DEFAULT=LIBYAML The choice is up to the maintainer (python@). -- You are receiving this mail because: You are on the CC list for the bug.