diff options
author | adam <adam@pkgsrc.org> | 2017-10-25 04:09:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-25 04:09:46 +0000 |
commit | 2c03ad8944ba368d6f541857b42c57ba5910e5ab (patch) | |
tree | 0949f43089abb0f46f2c5344a63f5cf4d06736a7 | |
parent | 70c3cdbd445d32a435756ecd9be3ce0e107f15a9 (diff) | |
download | pkgsrc-2c03ad8944ba368d6f541857b42c57ba5910e5ab.tar.gz |
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)
-rw-r--r-- | textproc/py-html2text/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-html2text/distinfo | 10 |
2 files changed, 15 insertions, 15 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 9c36497528a..7b3a8313e4a 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -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/} +DISTNAME= html2text-2017.10.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc converters python +MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} -MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= https://github.com/Alir3z4/html2text -COMMENT= Convert HTML into easy-to-read plain ASCII text -LICENSE= gnu-gpl-v3 +MAINTAINER= schmonz@NetBSD.org +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" diff --git a/textproc/py-html2text/distinfo b/textproc/py-html2text/distinfo index 9c759027496..1fc42e4fe9c 100644 --- a/textproc/py-html2text/distinfo +++ b/textproc/py-html2text/distinfo @@ -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 |