Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 17:01:26 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: 0ce9e58b02f8 - main - textproc/py-mistune: Convert to USE_PYTHON=nose
Message-ID:  <202206031701.253H1Qfd049629@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=0ce9e58b02f8b295ea6804848a372ae85a4381c4

commit 0ce9e58b02f8b295ea6804848a372ae85a4381c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:13 +0000

    textproc/py-mistune: Convert to USE_PYTHON=nose
---
 textproc/py-mistune/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile
index f285a71094e1..39f558ed0595 100644
--- a/textproc/py-mistune/Makefile
+++ b/textproc/py-mistune/Makefile
@@ -12,10 +12,8 @@ COMMENT=	Fastest markdown parser in pure Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
-
 USES=		cpe python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils nose
 
 NO_ARCH=	yes
 
@@ -24,7 +22,4 @@ CPE_VENDOR=	mistune_project
 post-patch:
 	@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
 
-do-test:
-	cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v
-
 .include <bsd.port.mk>



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