Date: Sat, 20 Sep 2025 17:24:29 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 289718] devel/py-pyyaml: Update 6.0.1 => 6.0.2 and switch to lang/cython3 to avoid other conflicts Message-ID: <bug-289718-21822-G61I3HPETg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-289718-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-289718-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D289718 --- 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=3D pyyaml +PORTNAME=3D PyYAML DISTVERSION=3D 6.0.2 CATEGORIES=3D devel python MASTER_SITES=3D PYPI PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} +DISTNAME=3D pyyaml-${DISTVERSION} MAINTAINER=3D python@FreeBSD.org COMMENT=3D Python YAML parser @@ -12,7 +13,7 @@ LICENSE_FILE=3D ${WRKSRC}/LICENSE USES=3D localbase python -USE_PYTHON=3D autoplist concurrent cython3 distutils +USE_PYTHON=3D autoplist concurrent cython pep517 OPTIONS_DEFINE=3D LIBYAML EXAMPLES OPTIONS_DEFAULT=3DLIBYAML The choice is up to the maintainer (python@). --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289718-21822-G61I3HPETg>