pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-beautifulsoup4
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 24 11:48:23 UTC 2021
Modified Files:
pkgsrc/www/py-beautifulsoup4: Makefile
Log Message:
py-beautifulsoup4: make 2to3 more quiet
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-beautifulsoup4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-beautifulsoup4/Makefile
diff -u pkgsrc/www/py-beautifulsoup4/Makefile:1.22 pkgsrc/www/py-beautifulsoup4/Makefile:1.23
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.22 Wed Nov 24 11:38:10 2021
+++ pkgsrc/www/py-beautifulsoup4/Makefile Wed Nov 24 11:48:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/11/24 11:38:10 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/24 11:48:22 wiz Exp $
DISTNAME= beautifulsoup4-4.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-soupsieve>=1.2:
USE_LANGUAGES= # none
pre-build:
- cd ${WRKSRC} && 2to3-${PYVERSSUFFIX} -w bs4
+ cd ${WRKSRC} && 2to3-${PYVERSSUFFIX} -w --no-diffs bs4
do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s bs4
Home |
Main Index |
Thread Index |
Old Index