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

--- Comment #4 from Rene Ladan <r...@freebsd.org> ---
Hmm, so the patch fixes up python.mk but some ports explicitly use pytest4:

rene@tuxedo:~/oss/freebsd/ports/main $ git grep pytest4|grep -v ^MOVED|grep -v
CONFLICTS_
Mk/Uses/pytest.mk:TEST_DEPENDS+=               
${PYTHON_PKGNAMEPREFIX}pytest4>=0:devel/py-pytest4@${PY_FLAVOR}
devel/py-pluggy0/Makefile:USE_PYTHON=   autoplist concurrent pep517 pytest4
math/py-levmar/Makefile:TEST_DEPENDS=  
${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
net/py-dugong/Makefile:TEST_DEPENDS=   
${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR}
security/py-paramiko/Makefile:USE_PYTHON=       autoplist cryptography
distutils pytest4
sysutils/iocage/Makefile:              
${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
sysutils/iocage/Makefile:              
${PYTHON_PKGNAMEPREFIX}pytest4-cov>0:devel/py-pytest4-cov@${PY_FLAVOR} \
textproc/py-parso/Makefile:TEST_DEPENDS=       
${PYTHON_PKGNAMEPREFIX}pytest4<6.0.0,1:devel/py-pytest4@${PY_FLAVOR} \

Looks like Tools/scripts/rmport did not catch these as it does not (yet)
understand things like PYTHON_PKGNAMEPREFIX

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to