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:           Sat Apr 14 09:02:57 UTC 2018

Modified Files:
        pkgsrc/textproc/py-html2text: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/py-html2text/Makefile
cvs rdiff -u -r1.34 -r1.35 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.51 pkgsrc/textproc/py-html2text/Makefile:1.52
--- pkgsrc/textproc/py-html2text/Makefile:1.51  Wed Oct 25 04:09:46 2017
+++ pkgsrc/textproc/py-html2text/Makefile       Sat Apr 14 09:02:57 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2017/10/25 04:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/04/14 09:02:57 adam Exp $
 
-DISTNAME=      html2text-2017.10.4
+DISTNAME=      html2text-2018.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/html2text/}
@@ -10,13 +10,10 @@ HOMEPAGE=   https://github.com/Alir3z4/htm
 COMMENT=       Convert HTML into easy-to-read plain ASCII text
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         # none
-
-REPLACE_PYTHON=        html2text/__init__.py
+USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-html2text/distinfo
diff -u pkgsrc/textproc/py-html2text/distinfo:1.34 pkgsrc/textproc/py-html2text/distinfo:1.35
--- pkgsrc/textproc/py-html2text/distinfo:1.34  Wed Oct 25 04:09:46 2017
+++ pkgsrc/textproc/py-html2text/distinfo       Sat Apr 14 09:02:57 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/10/25 04:09:46 adam Exp $
+$NetBSD: distinfo,v 1.35 2018/04/14 09:02:57 adam Exp $
 
-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
+SHA1 (html2text-2018.1.9.tar.gz) = c996db653c15d1641428148f4b3091eb3b19bc10
+RMD160 (html2text-2018.1.9.tar.gz) = fc0d10a31cd78d1ca34d8de1a4d12e503acecae6
+SHA512 (html2text-2018.1.9.tar.gz) = c081a50ab5318ee3debb3dd218a23374a8a4e4f5df7664f938606698c52846fa5b8c99a9c04e5dc36aa65ff2c3af422e2d9c6ffbe07f06a46256bd434915539b
+Size (html2text-2018.1.9.tar.gz) = 52211 bytes



Home | Main Index | Thread Index | Old Index