pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/calibre Switch to depending on textproc/py-html2t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8fa6ce7cfb6
branches:  trunk
changeset: 341836:d8fa6ce7cfb6
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Tue Oct 08 18:42:04 2019 +0000

description:
Switch to depending on textproc/py-html2text-2019.8.11, which works with
Python 2.7.

diffstat:

 misc/calibre/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c3c88730d3f0 -r d8fa6ce7cfb6 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Tue Oct 08 18:40:15 2019 +0000
+++ b/misc/calibre/Makefile     Tue Oct 08 18:42:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2019/07/23 17:19:58 wiz Exp $
+# $NetBSD: Makefile,v 1.225 2019/10/08 18:42:04 rhialto Exp $
 
 DISTNAME=      calibre-3.40.1
 PKGREVISION=   6
@@ -22,7 +22,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-elementtree-[0-9]*:../../textproc/py-elementtree
 DEPENDS+=      ${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser
-DEPENDS+=      ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text
+DEPENDS+=      ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text-2019.8.11
 DEPENDS+=      ${PYPKGPREFIX}-html5-parser-[0-9]*:../../textproc/py-html5-parser
 DEPENDS+=      ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
 DEPENDS+=      ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize



Home | Main Index | Thread Index | Old Index