pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-gmpy2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 17 11:41:12 UTC 2026

Modified Files:
        pkgsrc/math/py-gmpy2: Makefile

Log Message:
py-gmpy2: add missing tool dependency

fixes PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-gmpy2/Makefile

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

Modified files:

Index: pkgsrc/math/py-gmpy2/Makefile
diff -u pkgsrc/math/py-gmpy2/Makefile:1.11 pkgsrc/math/py-gmpy2/Makefile:1.12
--- pkgsrc/math/py-gmpy2/Makefile:1.11  Tue Feb 10 19:35:09 2026
+++ pkgsrc/math/py-gmpy2/Makefile       Tue Feb 17 11:41:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/02/10 19:35:09 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/17 11:41:12 wiz Exp $
 
 DISTNAME=      gmpy2-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/a/alpha/}
@@ -11,6 +11,7 @@ COMMENT=      Interface to GMP/MPIR, MPFR, an
 LICENSE=       gnu-lgpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-mpmath-[0-9]*:../../math/py-mpmath



Home | Main Index | Thread Index | Old Index