pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-colorama



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  9 22:46:49 UTC 2022

Modified Files:
        pkgsrc/comms/py-colorama: Makefile

Log Message:
py-colorama: add missing tool dependency on py-hatchling


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/comms/py-colorama/Makefile

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

Modified files:

Index: pkgsrc/comms/py-colorama/Makefile
diff -u pkgsrc/comms/py-colorama/Makefile:1.12 pkgsrc/comms/py-colorama/Makefile:1.13
--- pkgsrc/comms/py-colorama/Makefile:1.12      Wed Nov  9 07:55:44 2022
+++ pkgsrc/comms/py-colorama/Makefile   Wed Nov  9 22:46:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/11/09 07:55:44 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/09 22:46:49 wiz Exp $
 
 DISTNAME=      colorama-0.4.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/tartley/col
 COMMENT=       Cross-platform coloured terminal text
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index