git: ab5a9100e1e4 - main - devel/py-pytest-black: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 23:20:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab5a9100e1e49809ac1e6be0c960856ec1cf0d6b commit ab5a9100e1e49809ac1e6be0c960856ec1cf0d6b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-09 23:10:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-09 23:16:07 +0000 devel/py-pytest-black: Convert to USE_PYTHON=pytest --- devel/py-pytest-black/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pytest-black/Makefile b/devel/py-pytest-black/Makefile index 71a5145c8caf..0019a53aca8e 100644 --- a/devel/py-pytest-black/Makefile +++ b/devel/py-pytest-black/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes