pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-html2text
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 25 04:09:46 UTC 2017
Modified Files:
pkgsrc/textproc/py-html2text: Makefile distinfo
Log Message:
py-html2text: updated to 2017.10.4
2017.10.4
* Fix 157: Fix images link with div wrap
* Fix 55: Fix error when empty title tags
* Fix 160: The html2text tests are failing on Windows and on Cygwin due to differences in eol handling between windows/*nix
* Feature 164: Housekeeping: Add flake8 to the travis build, cleanup existing flake8 violations, add py3.6 and pypy3 to the travis build
* Fix 109: Fix for unexpanded < > &
* Fix 143: Fix line wrapping for the lines starting with bold
* Adds support for numeric bold text indication in `font-weight`,
as used by Google (and presumably others.)
* Fix 173 and 142: Stripping whitespace in crucial markdown and adding whitespace as necessary
* Don't drop any cell data on tables uneven row lengths (e.g. colspan in use)
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/py-html2text/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/py-html2text/distinfo
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-html2text/Makefile
diff -u pkgsrc/textproc/py-html2text/Makefile:1.50 pkgsrc/textproc/py-html2text/Makefile:1.51
--- pkgsrc/textproc/py-html2text/Makefile:1.50 Tue Jan 3 13:23:04 2017
+++ pkgsrc/textproc/py-html2text/Makefile Wed Oct 25 04:09:46 2017
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.50 2017/01/03 13:23:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2017/10/25 04:09:46 adam Exp $
-DISTNAME= html2text-2016.9.19
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= converters python textproc
-MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
-
-MAINTAINER= schmonz%NetBSD.org@localhost
-HOMEPAGE= https://github.com/Alir3z4/html2text
-COMMENT= Convert HTML into easy-to-read plain ASCII text
-LICENSE= gnu-gpl-v3
+DISTNAME= html2text-2017.10.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc converters python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Alir3z4/html2text
+COMMENT= Convert HTML into easy-to-read plain ASCII text
+LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
REPLACE_PYTHON= html2text/__init__.py
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/html2text ${DESTDIR}${PREFIX}/bin/html2text-${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
Index: pkgsrc/textproc/py-html2text/distinfo
diff -u pkgsrc/textproc/py-html2text/distinfo:1.33 pkgsrc/textproc/py-html2text/distinfo:1.34
--- pkgsrc/textproc/py-html2text/distinfo:1.33 Wed Oct 5 09:18:35 2016
+++ pkgsrc/textproc/py-html2text/distinfo Wed Oct 25 04:09:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2016/10/05 09:18:35 wiz Exp $
+$NetBSD: distinfo,v 1.34 2017/10/25 04:09:46 adam Exp $
-SHA1 (html2text-2016.9.19.tar.gz) = d0ad27c5d7e27472339c357669b56fd846c5e85e
-RMD160 (html2text-2016.9.19.tar.gz) = dac3afaeb4213a2fd34fc129e235d2c6c98ca8b9
-SHA512 (html2text-2016.9.19.tar.gz) = cbc67f2815c20bfed84bfdff1c44ac3f4d6cbeb5e5b62adaf08b485fb2c886605b7f8a9f85f420e1158117194e7aa3de064aaef5ca018f5c81d15ebf5065b061
-Size (html2text-2016.9.19.tar.gz) = 47899 bytes
+SHA1 (html2text-2017.10.4.tar.gz) = c00a4529fe103ba084aa997baeb384134ce207fb
+RMD160 (html2text-2017.10.4.tar.gz) = 6d7d206e286bb974db350fa8bb2878c7784fee44
+SHA512 (html2text-2017.10.4.tar.gz) = 15940ebd141e683da67ba47924e7a7386efbab54e63c227701b33ceab20aa09439d3acceffbff80243baab467af93902e60c6a3b26c59c4fad26481b7b6e32d2
+Size (html2text-2017.10.4.tar.gz) = 50621 bytes
Home |
Main Index |
Thread Index |
Old Index