git: 3cd00a458ae3 - main - cad/py-ezdxf: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:23:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cd00a458ae329f8349e5acc1d959d8ad32522e8 commit 3cd00a458ae329f8349e5acc1d959d8ad32522e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:11 +0000 cad/py-ezdxf: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- cad/py-ezdxf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/py-ezdxf/Makefile b/cad/py-ezdxf/Makefile index 29f80370af2e..11f71b551cae 100644 --- a/cad/py-ezdxf/Makefile +++ b/cad/py-ezdxf/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLA ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= concurrent distutils autoplist +USES= python +USE_PYTHON= concurrent distutils autoplist pytest USE_GITHUB= yes GH_ACCOUNT= mozman