pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-netCDF4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:14:51 UTC 2025

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

Log Message:
py-netCDF4: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/py-netCDF4/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-netCDF4/Makefile
diff -u pkgsrc/math/py-netCDF4/Makefile:1.35 pkgsrc/math/py-netCDF4/Makefile:1.36
--- pkgsrc/math/py-netCDF4/Makefile:1.35        Tue Jan 14 08:32:33 2025
+++ pkgsrc/math/py-netCDF4/Makefile     Wed Mar  5 10:14:51 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2025/01/14 08:32:33 adam Exp $
+# $NetBSD: Makefile,v 1.36 2025/03/05 10:14:51 wiz Exp $
 
 DISTNAME=      netcdf4-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/cdf/CDF/}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/netCDF4/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/Unidata/net
 COMMENT=       Object-oriented python interface to netCDF version 4
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/cdf/CDF/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-cftime-[0-9]*:../../time/py-cftime
 



Home | Main Index | Thread Index | Old Index