Date: Tue, 24 Jun 2025 17:07:29 +0000
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 287764] devel/py-pytest{4,-runner}: removal causes incomplete depends warnings
Message-ID: <bug-287764-21822-I4vMPgI8Qf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-287764-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-287764-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=287764 --- Comment #4 from Rene Ladan <rene@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-287764-21822-I4vMPgI8Qf>
