Sat Apr 14 09:02:57 2018 UTC ()
py-html2text: updated to 2018.9.1

2018.9.1
Fix: Non-ASCII in title attribute causes encode error.
Feature: Add support for the <kbd> tag.
Feature: Add support for the <q> tag.


(adam)
diff -r1.51 -r1.52 pkgsrc/textproc/py-html2text/Makefile
diff -r1.34 -r1.35 pkgsrc/textproc/py-html2text/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/textproc/py-html2text/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-html2text/Makefile 2017/10/25 04:09:46 1.51
+++ pkgsrc/textproc/py-html2text/Makefile 2018/04/14 09:02:57 1.52
@@ -1,22 +1,19 @@ @@ -1,22 +1,19 @@
1# $NetBSD: Makefile,v 1.51 2017/10/25 04:09:46 adam Exp $ 1# $NetBSD: Makefile,v 1.52 2018/04/14 09:02:57 adam Exp $
2 2
3DISTNAME= html2text-2017.10.4 3DISTNAME= html2text-2018.1.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc converters python 5CATEGORIES= textproc converters python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= https://github.com/Alir3z4/html2text 9HOMEPAGE= https://github.com/Alir3z4/html2text
10COMMENT= Convert HTML into easy-to-read plain ASCII text 10COMMENT= Convert HTML into easy-to-read plain ASCII text
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 
15REPLACE_PYTHON= html2text/__init__.py 
16 14
17post-install: 15post-install:
18 cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE} 16 cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}
19 17
20.include "../../lang/python/application.mk" 
21.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.34 -r1.35 pkgsrc/textproc/py-html2text/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-html2text/distinfo 2017/10/25 04:09:46 1.34
+++ pkgsrc/textproc/py-html2text/distinfo 2018/04/14 09:02:57 1.35
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.34 2017/10/25 04:09:46 adam Exp $ 1$NetBSD: distinfo,v 1.35 2018/04/14 09:02:57 adam Exp $
2 2
3SHA1 (html2text-2017.10.4.tar.gz) = c00a4529fe103ba084aa997baeb384134ce207fb 3SHA1 (html2text-2018.1.9.tar.gz) = c996db653c15d1641428148f4b3091eb3b19bc10
4RMD160 (html2text-2017.10.4.tar.gz) = 6d7d206e286bb974db350fa8bb2878c7784fee44 4RMD160 (html2text-2018.1.9.tar.gz) = fc0d10a31cd78d1ca34d8de1a4d12e503acecae6
5SHA512 (html2text-2017.10.4.tar.gz) = 15940ebd141e683da67ba47924e7a7386efbab54e63c227701b33ceab20aa09439d3acceffbff80243baab467af93902e60c6a3b26c59c4fad26481b7b6e32d2 5SHA512 (html2text-2018.1.9.tar.gz) = c081a50ab5318ee3debb3dd218a23374a8a4e4f5df7664f938606698c52846fa5b8c99a9c04e5dc36aa65ff2c3af422e2d9c6ffbe07f06a46256bd434915539b
6Size (html2text-2017.10.4.tar.gz) = 50621 bytes 6Size (html2text-2018.1.9.tar.gz) = 52211 bytes