git: f15d34aa98cd - main - devel/py-tabulate: Add test results
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jun 2026 20:57:09 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f15d34aa98cdddc924d6efd1a7914f25025b8e0d
commit f15d34aa98cdddc924d6efd1a7914f25025b8e0d
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-11 20:46:59 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-11 20:56:56 +0000
devel/py-tabulate: Add test results
---
devel/py-tabulate/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile
index bda604cbfbe8..90efdc96a6f5 100644
--- a/devel/py-tabulate/Makefile
+++ b/devel/py-tabulate/Makefile
@@ -16,14 +16,16 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2.0:devel/py-setuptools@${P
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent pep517
+USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
-OPTIONS_DEFINE= WIDECHARS
-OPTIONS_DEFAULT=WIDECHARS
-WIDECHARS_DESC= Wide characters support
+OPTIONS_DEFINE= WIDECHARS
+OPTIONS_DEFAULT= WIDECHARS
+WIDECHARS_DESC= Wide characters support
WIDECHARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
+# tests as of 0.10.0: 318 passed, 1 skipped
+
.include <bsd.port.mk>