git: d1baf577bef8 - main - devel/py-launchpadlib: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1baf577bef85511a5bba5e65d4ca19d5b8dc5e2 commit d1baf577bef85511a5bba5e65d4ca19d5b8dc5e2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:16 +0000 devel/py-launchpadlib: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- devel/py-launchpadlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-launchpadlib/Makefile b/devel/py-launchpadlib/Makefile index 5179c17acc7d..0a33343a790f 100644 --- a/devel/py-launchpadlib/Makefile +++ b/devel/py-launchpadlib/Makefile @@ -19,8 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR} -USES= pytest python -USE_PYTHON= autoplist distutils +USES= python +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes