pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-click-default-group



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 12 07:22:19 UTC 2023

Modified Files:
        pkgsrc/devel/py-click-default-group: Makefile

Log Message:
py-click-default-group: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-click-default-group/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-default-group/Makefile
diff -u pkgsrc/devel/py-click-default-group/Makefile:1.3 pkgsrc/devel/py-click-default-group/Makefile:1.4
--- pkgsrc/devel/py-click-default-group/Makefile:1.3    Sat Aug  5 07:19:08 2023
+++ pkgsrc/devel/py-click-default-group/Makefile        Sat Aug 12 07:22:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/08/05 07:19:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/12 07:22:19 wiz Exp $
 
 DISTNAME=      click_default_group-1.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/sublee/clic
 COMMENT=       Extends click.Group to invoke a command without explicit subcommand name
 LICENSE=       modified-bsd
 
-TOOLS_DEPENDS+=        ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-click>=0:../../devel/py-click
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index