pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/calibre
Module Name: pkgsrc
Committed By: rhialto
Date: Tue Oct 8 18:42:04 UTC 2019
Modified Files:
pkgsrc/misc/calibre: Makefile
Log Message:
Switch to depending on textproc/py-html2text-2019.8.11, which works with
Python 2.7.
To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/misc/calibre/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.224 pkgsrc/misc/calibre/Makefile:1.225
--- pkgsrc/misc/calibre/Makefile:1.224 Tue Jul 23 17:19:58 2019
+++ pkgsrc/misc/calibre/Makefile Tue Oct 8 18:42:04 2019
@@ -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}-dateutil>=1.4.1
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