pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-click-repl



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 10 07:21:42 UTC 2021

Modified Files:
        pkgsrc/devel/py-click-repl: Makefile

Log Message:
py-click-repl: py-prompt_toolkit has moved


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-click-repl/Makefile

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

Modified files:

Index: pkgsrc/devel/py-click-repl/Makefile
diff -u pkgsrc/devel/py-click-repl/Makefile:1.2 pkgsrc/devel/py-click-repl/Makefile:1.3
--- pkgsrc/devel/py-click-repl/Makefile:1.2     Mon May 31 09:53:22 2021
+++ pkgsrc/devel/py-click-repl/Makefile Thu Jun 10 07:21:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/31 09:53:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/10 07:21:42 adam Exp $
 
 DISTNAME=      click-repl-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      REPL plugin for Click
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
-DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../devel/py-prompt_toolkit2
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../devel/py-prompt_toolkit
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index