Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 20:57:09 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f15d34aa98cd - main - devel/py-tabulate: Add test results
Message-ID:  <6a2b2125.22374.3337e0c2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b2125.22374.3337e0c2>