diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 20:25:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 20:25:03 +0000 |
commit | b3cb28d6c44bac72f4ed6e75cadd62e452380963 (patch) | |
tree | 77524839cdd38a1da8d00cdafcd88d7aa783538f /textproc/py-html2text/PLIST | |
parent | 538388d1d0f0c7a816fcd50c7da93f4856b2c5d4 (diff) | |
download | pkgsrc-b3cb28d6c44bac72f4ed6e75cadd62e452380963.tar.gz |
Update to 2014.9.7:
2014.9.7 - 2014-09-07
* Fix ``unicode``/``type`` error in memory leak unit-test.
* Feature #16: Remove ``install_deps.py``.
* Feature #17: Add status badges via pypin.
* Feature #18: Add ``Python`` ``3.4`` to travis config file.
* Feature #19: Bring ``html2text`` to a separate module and take out the ``conf``/``constant`` variables.
* Feature #21: Remove meta vars from ``html2text.py`` file header.
* Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.
Diffstat (limited to 'textproc/py-html2text/PLIST')
-rw-r--r-- | textproc/py-html2text/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/py-html2text/PLIST b/textproc/py-html2text/PLIST index fdc0771d1f0..635a4e497a0 100644 --- a/textproc/py-html2text/PLIST +++ b/textproc/py-html2text/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/07/04 13:01:12 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/09/07 20:25:03 wiz Exp $ bin/html2text ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -6,6 +6,3 @@ ${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.py -${PYSITELIB}/html2text.pyc -${PYSITELIB}/html2text.pyo |