Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 17:02:13 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: e80079fbd73f - main - devel/py-funcsigs: Convert to USE_PYTHON=unittest2
Message-ID:  <202206031702.253H2DcM050927@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=e80079fbd73f9865fdfcf7f2d5052a895fc16290

commit e80079fbd73f9865fdfcf7f2d5052a895fc16290
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:58:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:58:02 +0000

    devel/py-funcsigs: Convert to USE_PYTHON=unittest2
---
 devel/py-funcsigs/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/devel/py-funcsigs/Makefile b/devel/py-funcsigs/Makefile
index ef4078e10fab..d52dbf2f339a 100644
--- a/devel/py-funcsigs/Makefile
+++ b/devel/py-funcsigs/Makefile
@@ -12,14 +12,9 @@ COMMENT=	Python function signatures from PEP362
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR}
-
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils unittest2
 
 NO_ARCH=	yes
 
-do-test:
-	cd ${WRKSRC}/ && ${PYTHON_CMD} -m unittest2 -v
-
 .include <bsd.port.mk>



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