pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-simpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 24 10:13:59 UTC 2025

Modified Files:
        pkgsrc/cad/py-simpy: Makefile

Log Message:
py-simpy: fix path


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/cad/py-simpy/Makefile

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

Modified files:

Index: pkgsrc/cad/py-simpy/Makefile
diff -u pkgsrc/cad/py-simpy/Makefile:1.26 pkgsrc/cad/py-simpy/Makefile:1.27
--- pkgsrc/cad/py-simpy/Makefile:1.26   Wed Jan 22 09:30:16 2025
+++ pkgsrc/cad/py-simpy/Makefile        Fri Jan 24 10:13:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2025/01/22 09:30:16 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/01/24 10:13:59 wiz Exp $
 
 DISTNAME=      simpy-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      Discrete event simulation frame
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=64:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8.0:../../devel/py-setuptools_scm
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index