pkgsrc-WIP-changes archive

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

py-prompt_toolkit: Adapt for new path of py-wcwidth



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 21 03:00:34 2016 +0200
Changeset:	d792c0bc7efe6b9988ff5f9db5573b376de5705e

Modified Files:
	py-prompt_toolkit/Makefile

Log Message:
py-prompt_toolkit: Adapt for new path of py-wcwidth

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

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

diffstat:
 py-prompt_toolkit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-prompt_toolkit/Makefile b/py-prompt_toolkit/Makefile
index 61d05b0..403a06c 100644
--- a/py-prompt_toolkit/Makefile
+++ b/py-prompt_toolkit/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Library for building powerful interactive command lines
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=	${PYPKGPREFIX}-wcwidth>=0.1.7:../../wip/py-wcwidth
+DEPENDS+=	${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index