Date: Wed, 17 Jun 2026 23:18:47 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 84f6989ef5b5 - main - audio/py-soxr: Correct test dependency Message-ID: <6a332b57.1a0ad.78e1f611@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=84f6989ef5b5e3db4111dd0a965d9e3723bdd167 commit 84f6989ef5b5e3db4111dd0a965d9e3723bdd167 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-17 22:41:29 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-17 23:18:35 +0000 audio/py-soxr: Correct test dependency --- audio/py-soxr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/py-soxr/Makefile b/audio/py-soxr/Makefile index 597c6df3a68c..c94dac21f4e1 100644 --- a/audio/py-soxr/Makefile +++ b/audio/py-soxr/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nanobind>0:devel/py-nanobind@${PY_FLAVOR} ${PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}SoundFile>0:audio/py-SoundFile@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}soundfile>0:audio/py-SoundFile@${PY_FLAVOR} USES= cmake:indirect python USE_PYTHON= pep517 autoplist pytesthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a332b57.1a0ad.78e1f611>
