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/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289718-21822-G61I3HPETg>
