pkgsrc-WIP-changes archive

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

py-coala: Require py-{colorlog,pygments,requests}



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 02:47:32 2017 +0200
Changeset:	9014b4ce85d693db5be0794e636cb62cde509715

Modified Files:
	py-coala/Makefile

Log Message:
py-coala: Require py-{colorlog,pygments,requests}

Note missing dependencies:
 - py-unidiff
 - py-dependency_management
 - py-libclang

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

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

diffstat:
 py-coala/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/py-coala/Makefile b/py-coala/Makefile
index 2e130a8e3b..292da5d1b4 100644
--- a/py-coala/Makefile
+++ b/py-coala/Makefile
@@ -16,6 +16,13 @@ PYTHON_VERSIONS_INCOMPATIBLE=   27
 DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
 DEPENDS+=	${PYPKGPREFIX}-print-[0-9]*:../../wip/py-print
 DEPENDS+=	${PYPKGPREFIX}-coala_utils-[0-9]*:../../wip/py-coala_utils
+DEPENDS+=	${PYPKGPREFIX}-colorlog-[0-9]*:../../wip/py-colorlog
+DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+# Missing:
+# py-unidiff
+# py-dependency_management
+# py-libclang
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"


Home | Main Index | Thread Index | Old Index