pkgsrc-WIP-changes archive

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

wp2md: Add new deps py-{html2text,markdown}



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Nov 6 02:42:53 2015 +0100
Changeset:	cf5d9e5477d4dbe7baa0d9bde5b7ffbbe615d4f8

Modified Files:
	wp2md/Makefile

Log Message:
wp2md: Add new deps py-{html2text,markdown}

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf5d9e5477d4dbe7baa0d9bde5b7ffbbe615d4f8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wp2md/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/wp2md/Makefile b/wp2md/Makefile
index f48176c..04b1595 100644
--- a/wp2md/Makefile
+++ b/wp2md/Makefile
@@ -17,6 +17,9 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 REPLACE_PYTHON+=	wp2md/html2text.py
 REPLACE_PYTHON+=	wp2md/wp2md.py
 
+DEPENDS+=	${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text
+DEPENDS+=	${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
+
 .include "../../lang/python/distutils.mk"
 .include "../../lang/python/application.mk"
 .include "../../wip/mk/git-package.mk"


Home | Main Index | Thread Index | Old Index