pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/url2pkg
Module Name: pkgsrc
Committed By: rillig
Date: Fri May 10 06:52:13 UTC 2024
Modified Files:
pkgsrc/pkgtools/url2pkg: Makefile
Log Message:
pkgtools/url2pkg: document PY_TEST_FLAGS to prevent pkglint warning
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/pkgtools/url2pkg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/url2pkg/Makefile
diff -u pkgsrc/pkgtools/url2pkg/Makefile:1.138 pkgsrc/pkgtools/url2pkg/Makefile:1.139
--- pkgsrc/pkgtools/url2pkg/Makefile:1.138 Fri May 10 06:33:04 2024
+++ pkgsrc/pkgtools/url2pkg/Makefile Fri May 10 06:52:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2024/05/10 06:33:04 rillig Exp $
+# $NetBSD: Makefile,v 1.139 2024/05/10 06:52:13 rillig Exp $
PKGNAME= url2pkg-23.3.1
CATEGORIES= pkgtools
@@ -22,6 +22,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
do-extract:
${RUN} cd ${FILESDIR} && ${PAX} -rw *.* python/*.py python/*/*.py python/*/*/*.py ${WRKSRC}/
+# PY_TEST_FLAGS
+# Can be used to increase the verbosity of the self-test, by passing
+# -v or -vvv.
do-test:
${RUN} cd ${WRKSRC} && ${SETENV} PKGSRCDIR=${PKGSRCDIR} MAKE=${MAKE:Q} \
${PREFIX}/bin/pytest-${PYVERSSUFFIX} ${PY_TEST_FLAGS:U}
Home |
Main Index |
Thread Index |
Old Index