pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-bootstrap5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 15 22:16:38 UTC 2024

Modified Files:
        pkgsrc/www/py-django-bootstrap5: Makefile

Log Message:
py-django-bootstrap5: fix tools


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-bootstrap5/Makefile

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

Modified files:

Index: pkgsrc/www/py-django-bootstrap5/Makefile
diff -u pkgsrc/www/py-django-bootstrap5/Makefile:1.1 pkgsrc/www/py-django-bootstrap5/Makefile:1.2
--- pkgsrc/www/py-django-bootstrap5/Makefile:1.1        Thu Feb  8 13:59:34 2024
+++ pkgsrc/www/py-django-bootstrap5/Makefile    Thu Feb 15 22:16:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/02/08 13:59:34 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/15 22:16:38 wiz Exp $
 
 DISTNAME=      django-bootstrap5-23.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,9 @@ HOMEPAGE=     https://github.com/zostera/dja
 COMMENT=       Bootstrap 5 for Django
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index