summaryrefslogtreecommitdiff
path: root/textproc/py-html2text
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2020-01-17 18:14:49 +0000
committerschmonz <schmonz@pkgsrc.org>2020-01-17 18:14:49 +0000
commit39256e613b1328e144bf993c093b77dd97485086 (patch)
treea82fc930117308f03d52af2c8be92e24646a2680 /textproc/py-html2text
parentdbbd21780e56a90cb20854b52b7302a9cfc11ef7 (diff)
downloadpkgsrc-39256e613b1328e144bf993c093b77dd97485086.tar.gz
Update to 2020.1.16. From the changelog:
* Add type annotations. * Add support for Python 3.8. * Performance improvements when ``wrap_links`` is ``False`` (the default). * Configure setuptools using setup.cfg.
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r--textproc/py-html2text/Makefile4
-rw-r--r--textproc/py-html2text/PLIST10
-rw-r--r--textproc/py-html2text/distinfo10
3 files changed, 16 insertions, 8 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index 6b3d33a5227..5251dfa2001 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2019/10/09 21:26:12 rhialto Exp $
+# $NetBSD: Makefile,v 1.56 2020/01/17 18:14:49 schmonz Exp $
-DISTNAME= html2text-2019.9.26
+DISTNAME= html2text-2020.1.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
diff --git a/textproc/py-html2text/PLIST b/textproc/py-html2text/PLIST
index ab70670b28e..f3d355e3039 100644
--- a/textproc/py-html2text/PLIST
+++ b/textproc/py-html2text/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.12 2019/09/29 12:18:42 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/17 18:14:49 schmonz Exp $
bin/html2text-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/html2text/__init__.py
${PYSITELIB}/html2text/__init__.pyc
@@ -17,6 +18,13 @@ ${PYSITELIB}/html2text/cli.pyo
${PYSITELIB}/html2text/config.py
${PYSITELIB}/html2text/config.pyc
${PYSITELIB}/html2text/config.pyo
+${PYSITELIB}/html2text/elements.py
+${PYSITELIB}/html2text/elements.pyc
+${PYSITELIB}/html2text/elements.pyo
+${PYSITELIB}/html2text/py.typed
+${PYSITELIB}/html2text/typing.py
+${PYSITELIB}/html2text/typing.pyc
+${PYSITELIB}/html2text/typing.pyo
${PYSITELIB}/html2text/utils.py
${PYSITELIB}/html2text/utils.pyc
${PYSITELIB}/html2text/utils.pyo
diff --git a/textproc/py-html2text/distinfo b/textproc/py-html2text/distinfo
index c5e98e0da51..9d13d45d2c3 100644
--- a/textproc/py-html2text/distinfo
+++ b/textproc/py-html2text/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/09/29 12:18:42 schmonz Exp $
+$NetBSD: distinfo,v 1.38 2020/01/17 18:14:49 schmonz Exp $
-SHA1 (html2text-2019.9.26.tar.gz) = 40925f552ef9b67cb4d67086d532fb7ecf4f4c4b
-RMD160 (html2text-2019.9.26.tar.gz) = 4acefb71dd07c49b517f0747b8d6db8ea0cbab89
-SHA512 (html2text-2019.9.26.tar.gz) = 4c6a52e96d3997a6ebe41c2955e2f6bd5189f49aadd7d7afbe67b85a2f61a0aafd0fc09fef184cb9407b9ab26f120ef235294e4e9d8f41e3b6b8f6fc29aa386d
-Size (html2text-2019.9.26.tar.gz) = 48634 bytes
+SHA1 (html2text-2020.1.16.tar.gz) = 0eb74ae2c366245845ebd00cde73ef20f48948da
+RMD160 (html2text-2020.1.16.tar.gz) = a36b162620bbd0337e69fd67cdf0f54211074ad3
+SHA512 (html2text-2020.1.16.tar.gz) = 14453c98e81d05afb3241b04a9e50caf63e4b6f857337b4bd9f53e6b8fa7146aa6a1f4f64777db9fa350316b19fe62a0033dce5748191ca9fbd17a8757002855
+Size (html2text-2020.1.16.tar.gz) = 49464 bytes