pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-argcomplete



Module Name:    pkgsrc
Committed By:   kim
Date:           Thu Jan  2 21:33:14 UTC 2025

Modified Files:
        pkgsrc/devel/py-argcomplete: Makefile

Log Message:
py-argcomplete: Add missing dependency for py-hatchling

Fixes PR pkg/58954


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-argcomplete/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-argcomplete/Makefile
diff -u pkgsrc/devel/py-argcomplete/Makefile:1.46 pkgsrc/devel/py-argcomplete/Makefile:1.47
--- pkgsrc/devel/py-argcomplete/Makefile:1.46   Thu Jan  2 13:48:57 2025
+++ pkgsrc/devel/py-argcomplete/Makefile        Thu Jan  2 21:33:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2025/01/02 13:48:57 adam Exp $
+# $NetBSD: Makefile,v 1.47 2025/01/02 21:33:14 kim Exp $
 
 DISTNAME=      argcomplete-3.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/kislyuk/arg
 COMMENT=       Bash and other shells tab completion for argparse
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.7.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage



Home | Main Index | Thread Index | Old Index