Date: Mon, 27 Mar 2023 14:03:00 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9ec7694407c - main - textproc/py-wcmatch: Add USE_PYTHON= autoplist Message-ID: <202303271403.32RE30n3024327@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9ec7694407cccf7885698217cd398f2e871793c commit d9ec7694407cccf7885698217cd398f2e871793c Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-03-27 14:00:51 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-03-27 14:02:57 +0000 textproc/py-wcmatch: Add USE_PYTHON= autoplist Whoops... --- textproc/py-wcmatch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-wcmatch/Makefile b/textproc/py-wcmatch/Makefile index a402234221a5..32e722fb4cb0 100644 --- a/textproc/py-wcmatch/Makefile +++ b/textproc/py-wcmatch/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= flavors pep517 pytest +USE_PYTHON= autoplist flavors pep517 pytest # Windows specific tests PYTEST_IGNORED_TESTS= test_escape_windows \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303271403.32RE30n3024327>