pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pystache



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep  3 10:54:21 UTC 2023

Modified Files:
        pkgsrc/www/py-pystache: Makefile

Log Message:
py-pystache: apparently needs py-setuptools_scm to build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-pystache/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-pystache/Makefile
diff -u pkgsrc/www/py-pystache/Makefile:1.8 pkgsrc/www/py-pystache/Makefile:1.9
--- pkgsrc/www/py-pystache/Makefile:1.8 Mon Aug 28 12:05:26 2023
+++ pkgsrc/www/py-pystache/Makefile     Sun Sep  3 10:54:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/08/28 12:05:26 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/09/03 10:54:20 adam Exp $
 
 DISTNAME=      pystache-0.6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/PennyDreadf
 COMMENT=       Mustache for Python
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+
 USE_LANGUAGES= # none
 
 USE_PKG_RESOURCES=     yes



Home | Main Index | Thread Index | Old Index