pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-beautifulsoup4 py-beautifulsoup4: make 2to3 mor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff7756800c1b
branches: trunk
changeset: 770071:ff7756800c1b
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Nov 24 11:48:22 2021 +0000
description:
py-beautifulsoup4: make 2to3 more quiet
diffstat:
www/py-beautifulsoup4/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7fe925c0d8a7 -r ff7756800c1b www/py-beautifulsoup4/Makefile
--- a/www/py-beautifulsoup4/Makefile Wed Nov 24 11:39:54 2021 +0000
+++ b/www/py-beautifulsoup4/Makefile Wed Nov 24 11:48:22 2021 +0000
@@ -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 @@
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