git: 393d93561d3a - main - devel/py-freezegun: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:23:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=393d93561d3ac195aebbc984fe568ad35d444bbe
commit 393d93561d3ac195aebbc984fe568ad35d444bbe
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:21:14 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:21:14 +0000
devel/py-freezegun: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
---
devel/py-freezegun/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/py-freezegun/Makefile b/devel/py-freezegun/Makefile
index 2162a6acd803..6079b72f4aaf 100644
--- a/devel/py-freezegun/Makefile
+++ b/devel/py-freezegun/Makefile
@@ -16,8 +16,8 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7:devel/py-dateutil@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
-USES= pytest python
-USE_PYTHON= autoplist pep517
+USES= python
+USE_PYTHON= autoplist pep517 pytest
NO_ARCH= yes