Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2022 11:47:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8404c5ba5864 - main - math/py-altgraph: Convert to USE_PYTHON=unittest
Message-ID:  <202208311147.27VBlSqr000671@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8404c5ba58646731ac7bf1c74a988e20b1cb6b0c

commit 8404c5ba58646731ac7bf1c74a988e20b1cb6b0c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-31 11:27:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-31 11:41:49 +0000

    math/py-altgraph: Convert to USE_PYTHON=unittest
---
 math/py-altgraph/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile
index 409c29adcafb..3b7a1e361cb9 100644
--- a/math/py-altgraph/Makefile
+++ b/math/py-altgraph/Makefile
@@ -11,7 +11,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils unittest
 
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311147.27VBlSqr000671>