pkgsrc-WIP-changes archive

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

xonsh: Depend on py-pygments



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 21 01:28:38 2016 +0200
Changeset:	fb59838d9edc06ae15308ebdbe0e086572ae2ac8

Modified Files:
	xonsh/Makefile

Log Message:
xonsh: Depend on py-pygments

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

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

diffstat:
 xonsh/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/xonsh/Makefile b/xonsh/Makefile
index 3a70c2c..218b7b9 100644
--- a/xonsh/Makefile
+++ b/xonsh/Makefile
@@ -15,6 +15,7 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../wip/py-prompt_toolkit
 DEPENDS+=	${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
+DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index