pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ftfy



Module Name:    pkgsrc
Committed By:   rodent
Date:           Thu Jan 12 00:48:25 UTC 2017

Modified Files:
        pkgsrc/textproc/py-ftfy: Makefile

Log Message:
DEPENDS on devel/py-wcwidth and textproc/py-html5lib.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-ftfy/Makefile

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-ftfy/Makefile
diff -u pkgsrc/textproc/py-ftfy/Makefile:1.5 pkgsrc/textproc/py-ftfy/Makefile:1.6
--- pkgsrc/textproc/py-ftfy/Makefile:1.5        Thu Jan 12 00:45:43 2017
+++ pkgsrc/textproc/py-ftfy/Makefile    Thu Jan 12 00:48:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/01/12 00:45:43 rodent Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/12 00:48:24 rodent Exp $
 
 DISTNAME=      ftfy-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE=     http://github.com/LuminosoInsi
 COMMENT=       Fixes some problems with Unicode text after the fact
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
+DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
+
 USE_LANGUAGES= # none
 
 post-install:



Home | Main Index | Thread Index | Old Index