git: 0ce9e58b02f8 - main - textproc/py-mistune: Convert to USE_PYTHON=nose
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:01:26 UTC
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>