pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-html5-parser
Module Name: pkgsrc
Committed By: adam
Date: Sun Aug 11 18:16:40 UTC 2019
Modified Files:
pkgsrc/textproc/py-html5-parser: Makefile distinfo
Added Files:
pkgsrc/textproc/py-html5-parser/patches: patch-setup.py
Log Message:
py-html5-parser: updated to 0.4.8
0.4.8:
Unknown changes
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-html5-parser/Makefile \
pkgsrc/textproc/py-html5-parser/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-html5-parser/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-html5-parser/Makefile
diff -u pkgsrc/textproc/py-html5-parser/Makefile:1.4 pkgsrc/textproc/py-html5-parser/Makefile:1.5
--- pkgsrc/textproc/py-html5-parser/Makefile:1.4 Tue Jun 11 12:13:53 2019
+++ pkgsrc/textproc/py-html5-parser/Makefile Sun Aug 11 18:16:40 2019
@@ -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/}
Index: pkgsrc/textproc/py-html5-parser/distinfo
diff -u pkgsrc/textproc/py-html5-parser/distinfo:1.4 pkgsrc/textproc/py-html5-parser/distinfo:1.5
--- pkgsrc/textproc/py-html5-parser/distinfo:1.4 Tue Jun 11 12:13:53 2019
+++ pkgsrc/textproc/py-html5-parser/distinfo Sun Aug 11 18:16:40 2019
@@ -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
Added files:
Index: pkgsrc/textproc/py-html5-parser/patches/patch-setup.py
diff -u /dev/null pkgsrc/textproc/py-html5-parser/patches/patch-setup.py:1.1
--- /dev/null Sun Aug 11 18:16:40 2019
+++ pkgsrc/textproc/py-html5-parser/patches/patch-setup.py Sun Aug 11 18:16:40 2019
@@ -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