pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-gdal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:02:29 UTC 2025

Modified Files:
        pkgsrc/geography/py-gdal: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/geography/py-gdal/Makefile

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

Modified files:

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.79 pkgsrc/geography/py-gdal/Makefile:1.80
--- pkgsrc/geography/py-gdal/Makefile:1.79      Tue Mar  4 09:37:37 2025
+++ pkgsrc/geography/py-gdal/Makefile   Wed Mar  5 10:02:29 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2025/03/04 09:37:37 nia Exp $
+# $NetBSD: Makefile,v 1.80 2025/03/05 10:02:29 wiz Exp $
 
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-#PKGREVISION=  0
+PKGREVISION=   1
 
 COMMENT=       Translator library for raster geospatial data formats, Python binding
 
@@ -14,9 +14,8 @@ USE_CXX_FEATURES+=    c++11
 
 .include "../../mk/bsd.prefs.mk"
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
-WHEEL_NAME=            GDAL-${VERSION_BASE}
 PYSETUPSUBDIR=         build/swig/python
 
 # Upstream's distfile does not have a ready-to-use python module



Home | Main Index | Thread Index | Old Index