pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-html5-parser py-html5-parser: updated to 0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b11c149e842
branches: trunk
changeset: 399571:0b11c149e842
user: adam <adam%pkgsrc.org@localhost>
date: Sun Aug 11 18:16:40 2019 +0000
description:
py-html5-parser: updated to 0.4.8
0.4.8:
Unknown changes
diffstat:
textproc/py-html5-parser/Makefile | 4 ++--
textproc/py-html5-parser/distinfo | 11 ++++++-----
textproc/py-html5-parser/patches/patch-setup.py | 15 +++++++++++++++
3 files changed, 23 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r f42ccb26fe6a -r 0b11c149e842 textproc/py-html5-parser/Makefile
--- a/textproc/py-html5-parser/Makefile Sun Aug 11 18:08:01 2019 +0000
+++ b/textproc/py-html5-parser/Makefile Sun Aug 11 18:16:40 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/06/11 12:13:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/08/11 18:16:40 adam Exp $
-DISTNAME= html5-parser-0.4.7
+DISTNAME= html5-parser-0.4.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5-parser/}
diff -r f42ccb26fe6a -r 0b11c149e842 textproc/py-html5-parser/distinfo
--- a/textproc/py-html5-parser/distinfo Sun Aug 11 18:08:01 2019 +0000
+++ b/textproc/py-html5-parser/distinfo Sun Aug 11 18:16:40 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/06/11 12:13:53 wiz Exp $
+$NetBSD: distinfo,v 1.5 2019/08/11 18:16:40 adam Exp $
-SHA1 (html5-parser-0.4.7.tar.gz) = 136f44f162ba4ce5c9c6d01dffe7c1529e24560b
-RMD160 (html5-parser-0.4.7.tar.gz) = 95b049ebef86b58f5b4a6548bf92b68841c9a923
-SHA512 (html5-parser-0.4.7.tar.gz) = 6734709b0bae67e3bb176bbc80beab4702990d83c57679764301b7f0272ab3798d6b5a4f2f5eecf99c9fff89211efbab701947454ecba3c5fb98fc06161ca59e
-Size (html5-parser-0.4.7.tar.gz) = 274508 bytes
+SHA1 (html5-parser-0.4.8.tar.gz) = 135f4205a6f851730c096f7862e61ca2bd2b42e3
+RMD160 (html5-parser-0.4.8.tar.gz) = b7d2a52cb219a273a0248d7e7b1bdc9411ddba3a
+SHA512 (html5-parser-0.4.8.tar.gz) = bedca1fcea3aef3deef564b2162bf31d0900bf51892378abb410d56ce857d3f4c1c3528d7c196197ee9047d210efcf24acad143cd4ef0380683e5f539c99c7eb
+Size (html5-parser-0.4.8.tar.gz) = 274534 bytes
+SHA1 (patch-setup.py) = 075e34e3e9528a99a7262cff7b1b40e076858b8e
diff -r f42ccb26fe6a -r 0b11c149e842 textproc/py-html5-parser/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-html5-parser/patches/patch-setup.py Sun Aug 11 18:16:40 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2019/08/11 18:16:40 adam Exp $
+
+Do not use -O3.
+
+--- setup.py.orig 2019-08-11 18:10:55.000000000 +0000
++++ setup.py
+@@ -19,7 +19,7 @@ if True:
+ del sys.path[0]
+
+ src_files = tuple(chain(*map(lambda x: find_c_files(x)[0], SRC_DIRS)))
+-cargs = ('/O2' if iswindows else '-O3').split()
++cargs = []
+ if not iswindows:
+ cargs.extend('-std=c99 -fvisibility=hidden'.split())
+
Home |
Main Index |
Thread Index |
Old Index