pkgsrc-WIP-changes archive

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

qira: Require six, html, Pillow, gevent, dot, ipaddr, capstone, nose



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Mar 4 22:19:36 2017 +0100
Changeset:	35b7077884425b470693b687ff3f9d0187ab36d1

Modified Files:
	qira/Makefile

Log Message:
qira: Require six, html, Pillow, gevent, dot, ipaddr, capstone, nose

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

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

diffstat:
 qira/Makefile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/qira/Makefile b/qira/Makefile
index 873efa81e5..6c54bc9bf0 100644
--- a/qira/Makefile
+++ b/qira/Makefile
@@ -12,4 +12,18 @@ LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++
 
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-html-[0-9]*:../../wip/py-html
+# flask-socketio
+DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+# pyelftools
+# socketIO-client
+DEPENDS+=	${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
+DEPENDS+=	${PYPKGPREFIX}-dot-[0-9]*:../../graphics/py-dot
+DEPENDS+=	${PYPKGPREFIX}-ipaddr-[0-9]*:../../devel/py-ipaddr
+# hexdump
+DEPENDS+=	${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
+DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index