pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/feed2exec
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 28 12:33:30 UTC 2022
Modified Files:
pkgsrc/mail/feed2exec: Makefile
Log Message:
feed2exec: fix test target
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/feed2exec/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/feed2exec/Makefile
diff -u pkgsrc/mail/feed2exec/Makefile:1.17 pkgsrc/mail/feed2exec/Makefile:1.18
--- pkgsrc/mail/feed2exec/Makefile:1.17 Mon Apr 25 18:21:52 2022
+++ pkgsrc/mail/feed2exec/Makefile Thu Apr 28 12:33:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/04/25 18:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/28 12:33:30 wiz Exp $
DISTNAME= feed2exec-0.18.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -43,6 +43,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index