https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289718

--- Comment #5 from Vladimir Druzenko <[email protected]> ---
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=    [email protected]
 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.

Reply via email to