svn commit: r558028 - head/devel/py-pyrfc3339

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 22:20:36 UTC 2020


Author: sunpoet
Date: Sun Dec 13 22:20:30 2020
New Revision: 558028
URL: https://svnweb.freebsd.org/changeset/ports/558028

Log:
  Convert to test framework

Modified:
  head/devel/py-pyrfc3339/Makefile

Modified: head/devel/py-pyrfc3339/Makefile
==============================================================================
--- head/devel/py-pyrfc3339/Makefile	Sun Dec 13 22:20:25 2020	(r558027)
+++ head/devel/py-pyrfc3339/Makefile	Sun Dec 13 22:20:30 2020	(r558028)
@@ -22,4 +22,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list