pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-ftfy DEPENDS on devel/py-wcwidth and textp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0516bb0b7a4
branches: trunk
changeset: 357056:a0516bb0b7a4
user: rodent <rodent%pkgsrc.org@localhost>
date: Thu Jan 12 00:48:24 2017 +0000
description:
DEPENDS on devel/py-wcwidth and textproc/py-html5lib.
diffstat:
textproc/py-ftfy/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 132d0d322ac9 -r a0516bb0b7a4 textproc/py-ftfy/Makefile
--- a/textproc/py-ftfy/Makefile Thu Jan 12 00:45:43 2017 +0000
+++ b/textproc/py-ftfy/Makefile Thu Jan 12 00:48:24 2017 +0000
@@ -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 @@
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